summaryrefslogtreecommitdiff
path: root/drivers/clk/imx
AgeCommit message (Expand)Author
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 460Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21clk: imx: imx8mm: fix int pll clk gatePeng Fan
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 21Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd
2019-05-07Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be'...Stephen Boyd
2019-05-07Merge branches 'clk-renesas', 'clk-qcom', 'clk-mtk', 'clk-milbeaut' and 'clk-...Stephen Boyd
2019-05-03clk: imx: correct pfdv2 gate_bit/vld_bit operationsAnson Huang
2019-05-03clk: imx: clk-pllv3: mark expected switch fall-throughsGustavo A. R. Silva
2019-05-02clk: imx8mq: Add dsi_ipg_divGuido Günther
2019-05-01clk: imx: pllv4: add fractional-N pll supportAnson Huang
2019-04-29clk: imx: keep uart clock on during system bootJacky Bai
2019-04-29clk: imx: correct i.MX7D AV PLL num/denom offsetAnson Huang
2019-04-25clk: imx6sll: Fix mispelling uart4_serial as serailLeonard Crestez
2019-04-25clk: imx: pll14xx: drop unused variablePeng Fan
2019-04-25Merge tag 'clk-imx7ulp-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Boyd
2019-04-25Merge tag 'clk-imx5-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Stephen Boyd
2019-04-23clk: core: replace clk_{readl,writel} with {readl,writel}Jonas Gorski
2019-04-15clk: imx: rename clk-imx51-imx53.c to clk-imx5.cShawn Guo
2019-04-12clk: imx: Fix PLL_1416X not rounding ratesLeonard Crestez
2019-04-03clk: imx5: Fix i.MX50 ESDHC clock registersJonathan Neuschäfer
2019-04-03clk: imx5: Fix i.MX50 mainbus clock registersJonathan Neuschäfer
2019-03-26clk: imx: Remove unused imx_get_clk_hw_fixedAbel Vesa
2019-03-20clk: imx7ulp: remove snvs clockAnson Huang
2019-03-08Merge branches 'clk-imx', 'clk-samsung', 'clk-ti', 'clk-uniphier-gear' and 'c...Stephen Boyd
2019-03-08Merge branches 'clk-of-refcount', 'clk-mmio-fixed-clock', 'clk-remove-clps', ...Stephen Boyd
2019-02-28clk: imx8mq: add GPIO clocks to clock treeAnson Huang
2019-02-26clk: imx: Refactor entire sccg pll clkAbel Vesa
2019-02-26clk: imx: scu: add cpu frequency scaling supportAnson Huang
2019-02-21clk: imx: imx8mm: Mark init function __initStephen Boyd
2019-02-21clk: imx8mq: Add the missing ARM clockAbel Vesa
2019-02-21clk: imx: imx8mq: Fix the rate propagation for arm pllAbel Vesa
2019-02-21clk: imx8mq: Add support for the CLKO1 clockFabio Estevam
2019-02-21clk: imx8mq: Fix the CLKO2 source select listFabio Estevam
2019-02-21clk: imx8mq: Add missing M4 clocksCarlo Caione
2019-02-21clk: imx: Add clock driver support for imx8mmBai Ping
2019-02-21clk: imx: Add PLLs driver for imx8mm socBai Ping
2019-02-21clk: imx5: add imx5_SCC2_IPG_GATEMichael Grzeschik
2019-02-21clk: imx: scu: add set parent supportAisheng Dong
2019-02-21clk: imx: scu: add fallback compatible string supportAisheng Dong
2019-02-21clk: imx8mq: Make parent names arrays const pointersAbel Vesa
2019-02-21clk: imx: Make parents const pointer in mux wrappersAbel Vesa
2019-02-21clk: imx: Make parent_names const pointer in composite-8mAbel Vesa
2019-01-24clk: imx: imx7ulp: use struct_size() in kzalloc()Gustavo A. R. Silva