summaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx
AgeCommit message (Expand)AuthorLines
2020-08-03Merge branches 'clk-fallthru', 'clk-ingenic', 'clk-tegra', 'clk-sirf' and 'cl...Stephen Boyd-2/+2
2020-07-27clk: imx: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-06-23clk: imx: vf610: add CAAM clockAndrey Smirnov-0/+1
2020-06-23clk: imx8mp: add mu root clkPeng Fan-0/+1
2020-05-21clk: imx: use imx8m_clk_hw_composite_bus for i.MX8M bus clk slicePeng Fan-39/+39
2020-05-21clk: imx: add imx8m_clk_hw_composite_busPeng Fan-0/+12
2020-05-21clk: imx: add mux ops for i.MX8M composite clkPeng Fan-1/+50
2020-05-20clk: imx8m: migrate A53 clk root to use composite corePeng Fan-9/+9
2020-05-20clk: imx8mp: use imx8m_clk_hw_composite_core to simplify codePeng Fan-31/+16
2020-05-20clk: imx8mp: Define gates for pll1/2 fixed dividersPeng Fan-18/+36
2020-05-20clk: imx: imx8mp: fix pll mux bitPeng Fan-10/+10
2020-05-20clk: imx8m: drop clk_hw_set_parent for A53Peng Fan-12/+0
2020-04-29clk: imx: Add helpers for passing the device as argumentAbel Vesa-0/+29
2020-04-29clk: imx: pll14xx: Add the device as argument when registeringAbel Vesa-7/+14
2020-04-29clk: imx: gate2: Allow single bit gating clockAbel Vesa-8/+36
2020-04-20clk: imx: clk-pllv3: Use readl_relaxed_poll_timeout() for PLL lock waitAnson Huang-11/+5
2020-04-20clk: imx: clk-sscg-pll: Remove unnecessary blank linesAnson Huang-10/+0
2020-04-14clk: imx: drop the dependency on ARM64 for i.MX8MPeng Fan-4/+4
2020-04-14clk: imx7ulp: make it easy to change ARM core clkPeng Fan-2/+4
2020-04-13clk: imx: imx6ul: change flexcan clock to support CiA bitratesWaibel Georg-1/+1
2020-04-05Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-110/+210
2020-04-03Merge tag 'arm-dt-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-0/+1
2020-03-25clk: imx: Align imx sc clock parent msg structs to 4Leonard Crestez-1/+1
2020-03-25clk: imx: Align imx sc clock msg structs to 4Leonard Crestez-3/+3
2020-03-16clk: imx: clk-gate2: Pass the device to the register functionAbel Vesa-1/+1
2020-03-16clk: imx7d: Add PXP clockLaurent Pinchart-0/+1
2020-03-16clk: imx8mp: Correct the enet_qos parent clockFugang Duan-1/+1
2020-03-16clk: imx8mp: Correct IMX8MP_CLK_HDMI_AXI clock parentAnson Huang-1/+1
2020-03-11clk: imx8mq: A53 core clock no need to be criticalAnson Huang-4/+4
2020-03-11clk: imx8mp: A53 core clock no need to be criticalAnson Huang-4/+4
2020-03-11clk: imx8mm: A53 core clock no need to be criticalAnson Huang-4/+4
2020-03-11clk: imx8mn: A53 core clock no need to be criticalAnson Huang-4/+4
2020-03-10clk: imx: pllv4: use prepare/unpreparePeng Fan-6/+6
2020-03-10clk: imx: pfdv2: determine best parent ratePeng Fan-17/+33
2020-03-10clk: imx: pfdv2: switch to use determine_ratePeng Fan-6/+9
2020-03-10clk: imx: Fix division by zero warning on pfdv2Anson Huang-0/+6
2020-02-24clk: imx: clk-sscg-pll: Drop unnecessary initializationAnson Huang-7/+7
2020-02-24clk: imx: pll14xx: Return error if pll type is invalidAnson Huang-0/+2
2020-02-24clk: imx: imx8mp: fix a53 cpu clockPeng Fan-4/+12
2020-02-24clk: imx: imx8mn: fix a53 cpu clockPeng Fan-4/+12
2020-02-24clk: imx: imx8mm: fix a53 cpu clockPeng Fan-4/+12
2020-02-24clk: imx: imx8mq: fix a53 cpu clockPeng Fan-4/+12
2020-02-24clk: imx8mp: Rename the IMX8MP_CLK_HDMI_27M clockAnson Huang-2/+2
2020-02-19clk: imx8mn: Remove unused includesAnson Huang-2/+0
2020-02-19clk: imx8mm: Remove unused includesAnson Huang-2/+0
2020-02-19clk: imx8mp: Include slab.h instead of clkdev.hAnson Huang-1/+1
2020-02-17clk: imx8mp: Add missing of_node_put()Anson Huang-0/+1
2020-02-17clk: imx8mn: Add missing of_node_put()Anson Huang-0/+1
2020-02-17clk: imx8mm: Add missing of_node_put()Anson Huang-0/+1
2020-02-17clk: imx8mq: Add missing of_node_put()Anson Huang-0/+1