summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mxs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* clk: migrate to SPDX-License-Identifier useAhmad Fatoum2020-04-151-0/+1
| | | | | | | | | | | | Some of these are a product of source sync with Linux, the other were done with macro assistance by searching for /later/, deleting license text, adding appropriate SPDX-License-Identifier and manual post-review. Devices without a license indicated where assumed GPL-2.0-only according with the project's license. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: MXS: add clk driversSascha Hauer2013-06-201-0/+3
| | | | | | | This adds support for the i.MX23 and i.MX28 clock modules. This mostly is a copy from the kernel. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: MXS: Add MXS specific clk typesSascha Hauer2013-06-201-0/+2
MXS needs some special MXS specific clock types: - pll - ref (fractional divider) - busy divider (divider with additional busy bit to poll on a rate change) - lcdif (Combined clock out of a fractional divider, a divider and a gate. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>