summaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx
Commit message (Expand)AuthorAgeFilesLines
...
| | | |
| \ \ \
*-. \ \ \ Merge branches 'clk-renesas', 'clk-qcom', 'clk-mtk', 'clk-milbeaut' and 'clk-...Stephen Boyd2019-05-0711-50/+160
|\ \ \ \ \ | | |_|_|/ | |/| | |
| | * | | clk: imx: correct pfdv2 gate_bit/vld_bit operationsAnson Huang2019-05-031-5/+5
| | * | | clk: imx: clk-pllv3: mark expected switch fall-throughsGustavo A. R. Silva2019-05-031-0/+2
| | * | | clk: imx8mq: Add dsi_ipg_divGuido Günther2019-05-021-0/+1
| | * | | clk: imx: pllv4: add fractional-N pll supportAnson Huang2019-05-011-9/+63
| | * | | clk: imx: keep uart clock on during system bootJacky Bai2019-04-301-0/+16
| | * | | clk: imx: correct i.MX7D AV PLL num/denom offsetAnson Huang2019-04-303-10/+24
| | * | | clk: imx6sll: Fix mispelling uart4_serial as serailLeonard Crestez2019-04-251-1/+1
| | * | | clk: imx: pll14xx: drop unused variablePeng Fan2019-04-251-4/+2Star
| | * | | Merge tag 'clk-imx7ulp-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Boyd2019-04-251-1/+0Star
| | |\ \ \
| | | * | | clk: imx7ulp: remove snvs clockAnson Huang2019-03-201-1/+0Star
| | |/ / / | |/| | |
| | * | | Merge tag 'clk-imx5-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Stephen Boyd2019-04-252-15/+46
| | |\ \ \
| | | * | | clk: imx: rename clk-imx51-imx53.c to clk-imx5.cShawn Guo2019-04-152-1/+1
| | | * | | clk: imx5: Fix i.MX50 ESDHC clock registersJonathan Neuschäfer2019-04-031-10/+30
| | | * | | clk: imx5: Fix i.MX50 mainbus clock registersJonathan Neuschäfer2019-04-031-4/+15
| | |/ / / | |/| | |
| | * | | clk: imx: Remove unused imx_get_clk_hw_fixedAbel Vesa2019-03-261-5/+0Star
| |/ / /
* / / / clk: imx: Fix PLL_1416X not rounding ratesLeonard Crestez2019-04-121-1/+1
|/ / /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'clk-imx', 'clk-samsung', 'clk-ti', 'clk-uniphier-gear' and 'c...Stephen Boyd2019-03-0812-256/+1770
|\ \ \ \ \ | | | |/ / | | |/| / | | | |/
| * | | clk: imx8mq: add GPIO clocks to clock treeAnson Huang2019-02-281-0/+5
| * | | clk: imx: Refactor entire sccg pll clkAbel Vesa2019-02-263-159/+417
| * | | clk: imx: scu: add cpu frequency scaling supportAnson Huang2019-02-261-0/+36
| * | | clk: imx: imx8mm: Mark init function __initStephen Boyd2019-02-221-1/+1
| * | | clk: imx8mq: Add the missing ARM clockAbel Vesa2019-02-211-0/+6
| * | | clk: imx: imx8mq: Fix the rate propagation for arm pllAbel Vesa2019-02-211-1/+1
| * | | clk: imx8mq: Add support for the CLKO1 clockFabio Estevam2019-02-211-0/+3
| * | | clk: imx8mq: Fix the CLKO2 source select listFabio Estevam2019-02-211-2/+2
| * | | clk: imx8mq: Add missing M4 clocksCarlo Caione2019-02-211-0/+7
| * | | clk: imx: Add clock driver support for imx8mmBai Ping2019-02-213-0/+682
| * | | clk: imx: Add PLLs driver for imx8mm socBai Ping2019-02-213-1/+418
| * | | clk: imx5: add imx5_SCC2_IPG_GATEMichael Grzeschik2019-02-211-0/+1
| * | | clk: imx: scu: add set parent supportAisheng Dong2019-02-212-3/+100
| * | | clk: imx: scu: add fallback compatible string supportAisheng Dong2019-02-211-0/+1
| * | | clk: imx8mq: Make parent names arrays const pointersAbel Vesa2019-02-211-97/+97
| * | | clk: imx: Make parents const pointer in mux wrappersAbel Vesa2019-02-211-1/+2
| * | | clk: imx: Make parent_names const pointer in composite-8mAbel Vesa2019-02-212-2/+2
| | |/ | |/|
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge branches 'clk-of-refcount', 'clk-mmio-fixed-clock', 'clk-remove-clps', ...Stephen Boyd2019-03-085-8/+12
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | | |_|/ | | |/| |
| | | | * clk: imx: imx7ulp: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-241-8/+8
| | | |/ | | |/|
| * | | clk: vf610: fix refcount leak in vf610_clocks_init()Yangtao Li2018-12-281-0/+1
| * | | clk: imx7d: fix refcount leak in imx7d_clocks_init()Yangtao Li2018-12-281-0/+1
| * | | clk: imx6sx: fix refcount leak in imx6sx_clocks_init()Yangtao Li2018-12-281-0/+1
| * | | clk: imx6q: fix refcount leak in imx6q_clocks_init()Yangtao Li2018-12-281-0/+1
| | |/ | |/|
* | | clk: imx: Fix fractional clock set rate computationAbel Vesa2019-01-241-2/+3
* | | clk: imx: fix potential NULL dereference in imx8qxp_lpcg_clk_probe()Wei Yongjun2019-01-091-0/+2
| |/ |/|
* | clk: imx8qxp: make the name of clock ID genericAisheng Dong2018-12-282-151/+151
* | Merge branch 'clk-imx7ulp' into clk-nextStephen Boyd2018-12-141-1/+30
|\ \
| * | clk: imx: imx7ulp: add arm hsrun mode clocks supportAnson Huang2018-12-141-1/+30
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge branches 'clk-imx7ulp', 'clk-imx6-fixes', 'clk-imx-fixes', 'clk-imx8qxp...Stephen Boyd2018-12-1424-26/+3348
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | |_|_|_|_|/ |/| | | | |
| | | | | * clk: imx: Make the i.MX8MQ CCM clock driver CLK_IMX8MQ dependantAbel Vesa2018-12-142-0/+7
| | | | | * clk: imx: remove redundant initialization of ret to zeroColin Ian King2018-12-101-1/+1
| | | | | * clk: imx: Add SCCG PLL typeLucas Stach2018-12-033-1/+267