aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx/clk-imx8mm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-12clk: imx: Remove the snvs clockJacky Bai1-1/+0
2022-04-12clk: imx: add mcore_booted module paratemterPeng Fan1-0/+2
2022-03-04clk: imx8mm: remove SYS PLL 1/2 clock gatesPeng Fan1-33/+16
2021-08-24clk: imx8m: fix clock tree update of TF-A managed clocksAhmad Fatoum1-3/+4
2021-08-24clk: imx8mm: use correct mux type for clkout pathLucas Stach1-2/+2
2021-04-04clk: imx: Fix reparenting of UARTs not associated with stdoutAdam Ford1-16/+2
2021-01-30clk: imx8mm: add clkout1/2 supportLucas Stach1-0/+12
2020-12-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+1
2020-11-10clk: imx8mm: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski1-1/+1
2020-11-04clk: imx8m: fix bus critical clk registrationPeng Fan1-5/+5
2020-08-22clk: imx8m: Support module buildAnson Huang1-0/+4
2020-05-21clk: imx: use imx8m_clk_hw_composite_bus for i.MX8M bus clk slicePeng Fan1-9/+9
2020-05-20clk: imx8m: migrate A53 clk root to use composite corePeng Fan1-3/+3
2020-05-20clk: imx8m: drop clk_hw_set_parent for A53Peng Fan1-3/+0
2020-03-11clk: imx8mm: A53 core clock no need to be criticalAnson Huang1-4/+4
2020-02-24clk: imx: imx8mm: fix a53 cpu clockPeng Fan1-4/+12
2020-02-19clk: imx8mm: Remove unused includesAnson Huang1-2/+0
2020-02-17clk: imx8mm: Add missing of_node_put()Anson Huang1-0/+1
2020-02-17clk: imx: Include clk-provider.h instead of clk.h for i.MX8M SoCs clock driverAnson Huang1-1/+1
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: imx8mm: use imx8m_clk_hw_composite_corePeng Fan1-14/+21
2019-12-23clk: imx: imx8mm: Switch to clk_hw based APIPeng Fan1-271/+284
2019-12-09clk: imx8m: Suppress bind attrsLeonard Crestez1-0/+5
2019-12-09clk: imx: Mark dram pll on 8mm and 8mn with CLK_GET_RATE_NOCACHELeonard Crestez1-1/+1
2019-12-09clk: imx8m: Set CLK_GET_RATE_NOCACHE on dram clocksLeonard Crestez1-2/+7
2019-12-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-102/+48
2019-10-28clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARMLeonard Crestez1-1/+1
2019-10-25clk: imx: imx8mm: mark sys_pll1/2 as fixed clockPeng Fan1-26/+20
2019-10-25clk: imx8mm: Define gates for pll1/2 fixed dividersLeonard Crestez1-19/+38
2019-10-06clk: imx8mm: Move 1443X/1416X PLL clock structure to common placeAnson Huang1-77/+10
2019-09-17clk: imx: imx8mm: fix pll mux bitPeng Fan1-22/+10
2019-08-19clk: imx8mm: Fix incorrect parentsLeonard Crestez1-4/+4
2019-08-12clk: imx8mm: Unregister clks when of_clk_add_provider failedAnson Huang1-1/+6
2019-08-03clk: imx8mm: Switch to platform driverAbel Vesa1-21/+36
2019-08-03clk: imx: imx8mm: fix audio pll settingPeng Fan1-2/+2
2019-08-03clk: imx8mm: GPT1 clock mux option #5 should be sys_pll1_80mAnson Huang1-1/+1
2019-08-03clk: imx8mm: Fix typo of pwm3 clock's mux option #4Anson Huang1-1/+1
2019-08-03clk: imx8mm: rename 'share_count_dcss' to 'share_count_disp'Fancy Fang1-5/+5
2019-08-03clk: imx8mm: correct the usb1_ctrl parent to be usb_busLi Jun1-1/+1
2019-08-03clk: imx8mm: Make 1416X/1443X PLL macro definitions common for usageAnson Huang1-17/+0
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-4/+14
2019-06-07clk: imx: imx8mm: correct audio_pll2_clk to audio_pll2_outPeng Fan1-3/+3
2019-05-23clk: imx8mm: Mark dram_apb criticalLeonard Crestez1-1/+1
2019-05-23clk: imx8m: Add GIC clockLeonard Crestez1-0/+4
2019-05-23clk: imx8mm: add SNVS clock to clock treeAnson Huang1-0/+1
2019-05-21clk: imx: imx8mm: fix int pll clk gatePeng Fan1-6/+6
2019-05-20clk: imx8mm: add GPIO clocks to clock treeAnson Huang1-0/+5
2019-02-21clk: imx: imx8mm: Mark init function __initStephen Boyd1-1/+1
2019-02-21clk: imx: Add clock driver support for imx8mmBai Ping1-0/+675