aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds19-1992/+2217
2019-07-12Merge branches 'clk-rpi-cpufreq', 'clk-tegra', 'clk-simplify-provider.h', 'clk-sprd' and 'clk-at91' into clk-nextStephen Boyd6-0/+6
2019-07-12clk: consoldiate the __clk_get_hw() declarationsStephen Rothwell6-0/+6
2019-06-24clk: imx8mq: Keep uart clocks on during system bootAnson Huang1-0/+10
2019-06-24clk: imx: Remove __init for imx_register_uart_clocks() APIAnson Huang1-3/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner5-23/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 460Thomas Gleixner1-7/+1
2019-06-18clk: imx6q: fix section mismatch warningArnd Bergmann1-2/+3
2019-06-18clk: imx8mq: Use devm_platform_ioremap_resource() instead of of_iomap()Anson Huang1-3/+3
2019-06-18clk: imx8mq: Use imx_check_clocks() API directlyAnson Huang1-5/+1
2019-06-18clk: imx: Remove __init for imx_check_clocks() APIAnson Huang1-1/+1
2019-06-07clk: imx6sll: Switch to clk_hw based APIAbel Vesa1-208/+222
2019-06-07clk: imx7d: Switch to clk_hw based APIAbel Vesa1-484/+499
2019-06-07clk: imx6ul: Switch to clk_hw based APIAbel Vesa1-284/+290
2019-06-07clk: imx6sx: Switch to clk_hw based APIAbel Vesa1-320/+334
2019-06-07clk: imx6q: Switch to clk_hw based APIAbel Vesa1-367/+392
2019-06-07clk: imx6sl: Switch to clk_hw based APIAbel Vesa1-195/+209
2019-06-07clk: imx: Switch wrappers to clk_hw based APIAbel Vesa1-26/+65
2019-06-07clk: imx: clk-fixup-mux: Switch to clk_hw based APIAbel Vesa2-5/+13
2019-06-07clk: imx: clk-fixup-div: Switch to clk_hw based APIAbel Vesa2-7/+15
2019-06-07clk: imx: clk-gate-exclusive: Switch to clk_hw based APIAbel Vesa2-7/+15
2019-06-07clk: imx: clk-pfd: Switch to clk_hw based APIAbel Vesa2-6/+13
2019-06-07clk: imx: clk-pllv3: Switch to clk_hw based APIAbel Vesa2-6/+13
2019-06-07clk: imx: clk-gate2: Switch to clk_hw based APIAbel Vesa2-6/+15
2019-06-07clk: imx: clk-cpu: Switch to clk_hw based APIAbel Vesa2-6/+13
2019-06-07clk: imx: clk-busy: Switch to clk_hw based APIAbel Vesa2-12/+29
2019-06-07clk: imx6q: Do not reparent uninitialized IMX6QDL_CLK_PERIPH2 clockAbel Vesa1-8/+0
2019-06-07clk: imx6sx: Do not reparent to unregistered IMX6SX_CLK_AXIAbel Vesa1-2/+0
2019-06-07clk: imx: Add imx_obtain_fixed_clock clk_hw based variantAbel Vesa2-0/+14
2019-06-07clk: imx: imx8mm: correct audio_pll2_clk to audio_pll2_outPeng Fan1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-13/+1
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds11-74/+11
2019-05-30Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159Thomas Gleixner9-63/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-11/+2
2019-05-23clk: imx: keep the mmdc p1 ipg clock always on on 6sx/ul/ull/sllJacky Bai3-3/+3
2019-05-23clk: imx8mm: Mark dram_apb criticalLeonard Crestez1-1/+1
2019-05-23clk: imx7ulp: update nic1_bus_clk parent infoAnson Huang1-1/+1
2019-05-23clk: imx: Use imx_mmdc_mask_handshake() API for masking MMDC channelAnson Huang5-26/+5
2019-05-23clk: imx: Add common API for masking MMDC handshakeAnson Huang2-0/+16
2019-05-23clk: imx8m: Add GIC clockLeonard Crestez2-0/+8
2019-05-23clk: imx8mm: add SNVS clock to clock treeAnson Huang1-0/+1
2019-05-22clk: imx8mq: add SNVS clock to clock treeAnson Huang1-0/+1
2019-05-21clk: imx: imx8mm: fix int pll clk gatePeng Fan1-6/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 21Thomas Gleixner1-13/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-14/+1
2019-05-20clk: imx8mm: add GPIO clocks to clock treeAnson Huang1-0/+5
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd7-1/+8
2019-05-07Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be' into clk-nextStephen Boyd2-16/+16
2019-05-07Merge branches 'clk-renesas', 'clk-qcom', 'clk-mtk', 'clk-milbeaut' and 'clk-imx' into clk-nextStephen Boyd11-50/+160