summaryrefslogtreecommitdiff
path: root/drivers/clk/mxs/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-08-18mmc: 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 <marex@denx.de> Acked-by: Chris Ball <cjb@laptop.org> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-05-08clk: mxs: add clock support for imx28Shawn Guo1-0/+1
Add imx28 clock support based on common clk framework. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
2012-05-08clk: mxs: add clock support for imx23Shawn Guo1-0/+2
Add imx23 clock support based on common clk framework. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
2012-05-08clk: 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 <shawn.guo@linaro.org>