aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/imx (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-05Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds16-110/+210
2020-04-03Merge tag 'arm-dt-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+1
2020-03-25clk: imx: Align imx sc clock parent msg structs to 4Leonard Crestez1-1/+1
2020-03-25clk: imx: Align imx sc clock msg structs to 4Leonard Crestez1-3/+3
2020-03-16clk: imx: clk-gate2: Pass the device to the register functionAbel Vesa1-1/+1
2020-03-16clk: imx7d: Add PXP clockLaurent Pinchart1-0/+1
2020-03-16clk: imx8mp: Correct the enet_qos parent clockFugang Duan1-1/+1
2020-03-16clk: imx8mp: Correct IMX8MP_CLK_HDMI_AXI clock parentAnson Huang1-1/+1
2020-03-11clk: imx8mq: A53 core clock no need to be criticalAnson Huang1-4/+4
2020-03-11clk: imx8mp: A53 core clock no need to be criticalAnson Huang1-4/+4
2020-03-11clk: imx8mm: A53 core clock no need to be criticalAnson Huang1-4/+4
2020-03-11clk: imx8mn: A53 core clock no need to be criticalAnson Huang1-4/+4
2020-03-10clk: imx: pllv4: use prepare/unpreparePeng Fan1-6/+6
2020-03-10clk: imx: pfdv2: determine best parent ratePeng Fan1-17/+33
2020-03-10clk: imx: pfdv2: switch to use determine_ratePeng Fan1-6/+9
2020-03-10clk: imx: Fix division by zero warning on pfdv2Anson Huang1-0/+6
2020-02-24clk: imx: clk-sscg-pll: Drop unnecessary initializationAnson Huang1-7/+7
2020-02-24clk: imx: pll14xx: Return error if pll type is invalidAnson Huang1-0/+2
2020-02-24clk: imx: imx8mp: fix a53 cpu clockPeng Fan1-4/+12
2020-02-24clk: imx: imx8mn: fix a53 cpu clockPeng Fan1-4/+12
2020-02-24clk: imx: imx8mm: fix a53 cpu clockPeng Fan1-4/+12
2020-02-24clk: imx: imx8mq: fix a53 cpu clockPeng Fan1-4/+12
2020-02-24clk: imx8mp: Rename the IMX8MP_CLK_HDMI_27M clockAnson Huang1-2/+2
2020-02-19clk: imx8mn: Remove unused includesAnson Huang1-2/+0
2020-02-19clk: imx8mm: Remove unused includesAnson Huang1-2/+0
2020-02-19clk: imx8mp: Include slab.h instead of clkdev.hAnson Huang1-1/+1
2020-02-17clk: imx8mp: Add missing of_node_put()Anson Huang1-0/+1
2020-02-17clk: imx8mn: Add missing of_node_put()Anson Huang1-0/+1
2020-02-17clk: imx8mm: Add missing of_node_put()Anson Huang1-0/+1
2020-02-17clk: imx8mq: Add missing of_node_put()Anson Huang1-0/+1
2020-02-17clk: imx6sl: Add missing of_node_put()Anson Huang1-0/+1
2020-02-17clk: imx7ulp: Include clk-provider.h instead of clk.hAnson Huang1-1/+1
2020-02-17clk: imx: drop redundant initializationAnson Huang4-6/+6
2020-02-17clk: imx: Include clk-provider.h instead of clk.h for i.MX8M SoCs clock driverAnson Huang3-3/+3
2020-02-17clk: imx8mm: Add CLKO2 supportFabio Estevam1-0/+3
2020-02-17clk: imx8mm: Fix the CLKO1 source select listFabio Estevam1-2/+2
2020-02-14clk: imx: imx8mn: use imx8m_clk_hw_composite_corePeng Fan1-8/+11
2020-02-14clk: imx: imx8mm: use imx8m_clk_hw_composite_corePeng Fan1-14/+21
2020-02-14clk: imx: imx8mq: use imx8m_clk_hw_composite_corePeng Fan1-15/+19
2020-02-14clk: imx: composite-8m: add imx8m_clk_hw_composite_corePeng Fan2-6/+25
2020-02-14clk: imx: imx8mp: add ocotp root clkPeng Fan1-0/+1
2020-02-13clk: imx: pll14xx: Add new frequency entries for pll1443x tableAnson Huang1-0/+2
2020-02-13clk: imx8mn: add SNVS clock to clock treeHoria Geantă1-0/+1
2020-01-31Merge branches 'clk-imx', 'clk-ti', 'clk-xilinx', 'clk-nvidia', 'clk-qcom', 'clk-freescale' and 'clk-qoriq' into clk-nextStephen Boyd21-1052/+1978
2020-01-12clk: imx: Add support for i.MX8MP clock driverAnson Huang3-0/+771
2020-01-12clk: imx: gate4: Switch imx_clk_gate4_flags() to clk_hw based APIAnson Huang1-2/+5
2019-12-23clk: imx: imx8mq: Switch to clk_hw based APIPeng Fan1-281/+292
2019-12-23clk: imx: imx8mm: Switch to clk_hw based APIPeng Fan1-271/+284
2019-12-23clk: imx: imx8mn: Switch to clk_hw based APIPeng Fan1-238/+251
2019-12-23clk: imx: Remove __init for imx_obtain_fixed_clk_hw() APIPeng Fan1-2/+2