summaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx/clk-gate2.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: i.MX: clk-gate2: Allow to pass flagsSascha Hauer2017-02-061-5/+6
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX: clk: Port imx_clk_gate2_cgr()Andrey Smirnov2017-01-111-5/+7
| | | | | | | | Update clk-gate2 code to be able to accept arbitrary 'cgr' value and introduce imx_clk_gate2_cgr() (Used by Vybrid clock tree) Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX: Move clk code from 'mach-imx' to 'drivers'Andrey Smirnov2017-01-111-0/+145
Move clk code from 'mach-imx' to 'drivers' to keep the code tree structure closer to that of analogous one from Linux kernel and, arguably although subjective, to keep 'mach-imx' less cluttered. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>