Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clk: imx: add common logic to detect early UART usage | Lucas Stach | 2015-09-26 |
| | | | | | | | | | | | Both earlycon and eralyprintk depend on the bootloader setup UART clocks being retained. This patch adds the common logic to detect such situations and make the information available to the clock drivers, as well as adding the facilities to disable those clocks at the end of the kernel init. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org> | ||
* | ARM: imx: move clock drivers into drivers/clk | Shawn Guo | 2015-06-03 |
After the cleanup on clock drivers, they are now ready to be moved into drivers/clk. Let's move them into drivers/clk/imx folder. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Stephen Boyd <sboyd@codeaurora.org> |