aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/mxs/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2012-08-17mmc: spi: Pull out the SSP clock configuration functionMarek Vasut1-1/+1
Pull out the MMC clock configuration function and make it into SSP clock configuration function, so it can be used by the SPI driver too. Signed-off-by: Marek Vasut <[email protected]> Acked-by: Chris Ball <[email protected]> Acked-by: Shawn Guo <[email protected]> Signed-off-by: Mark Brown <[email protected]>
2012-05-09clk: mxs: add clock support for imx28Shawn Guo1-0/+1
Add imx28 clock support based on common clk framework. Signed-off-by: Shawn Guo <[email protected]>
2012-05-09clk: mxs: add clock support for imx23Shawn Guo1-0/+2
Add imx23 clock support based on common clk framework. Signed-off-by: Shawn Guo <[email protected]>
2012-05-09clk: mxs: add mxs specific clocksShawn Guo1-0/+5
Add mxs specific clocks, pll, reference clock (PFD), integer divider and fractional divider. Signed-off-by: Shawn Guo <[email protected]>