summaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-151-26/+26
|\
| * ARM: clk: imx31: properly init clocks for machines with DTVladimir Zapolskiy2016-11-011-24/+26
| * clk: imx31: fix rewritten input argument of mx31_clocks_init()Vladimir Zapolskiy2016-11-011-3/+1
* | Merge tag 'imx-clk-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Stephen Boyd2016-11-163-21/+342
|\ \
| * | clk: imx: clk-imx6ul: add clk support for imx6ullBai Ping2016-11-151-11/+61
| * | clk: imx6: Fix procedure to switch the parent of LDB_DI_CLKFabio Estevam2016-11-011-5/+259
| * | clk: imx6: Make the LDB_DI0 and LDB_DI1 clocks read-onlyPhilipp Zabel2016-11-012-8/+10
| * | clk: imx6: Mask mmdc_ch1 handshake for periph2_sel and mmdc_ch1_axi_podfPhilipp Zabel2016-11-011-0/+15
| |/
* | clk: imx: improve precision of AV PLL to 1 HzEmil Lundmark2016-11-011-0/+8
* | clk: imx: fix integer overflow in AV PLL round rateEmil Lundmark2016-11-011-2/+6
|/
* Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-071-41/+5
|\
| * ARM: i.MX: Remove i.MX1 non-DT supportAlexander Shiyan2016-08-091-41/+5
* | clk: imx6: initialize GPU clocksLucas Stach2016-09-201-0/+18
* | clk: imx6: fix i.MX6DL clock tree to reflect realityLucas Stach2016-09-201-12/+16
* | clk: imx53: Add clocks configurationKalle Kankare2016-09-201-0/+20
* | ARM: clk-imx35: annotate clk enum with number valuesUwe Kleine-König2016-09-141-14/+16
* | ARM: clk-imx35: fix name for ckil clkUwe Kleine-König2016-09-141-1/+1
* | clk: imx7d: Add PLL_AUDIO_TEST_DIV/POST_DIV clocksFabio Estevam2016-08-301-40/+61
* | clk: imx7d: Add SAI IPG clocksFabio Estevam2016-08-191-3/+10
* | clk: imx: Introduce clk_register_gate2()Fabio Estevam2016-08-191-0/+9
* | clk: imx7d: Add the clock for SDMAFabio Estevam2016-08-191-0/+1
* | clk: imx7d: do not set the parent of IMX7D_ENET_AXI_ROOT_SRCFabio Estevam2016-08-111-2/+0
|/
* clk: imx7d: do not set parent of ethernet time/ref clocksStefan Agner2016-07-121-9/+0
* clk: imx: vf610: Disable automatic clock gating for lpuart in LPSTOP modeStefan Agner2016-07-081-6/+6
* clk: imx7d: only enable minimum required clocksDong Aisheng2016-07-011-8/+10
* clk: imx7d: using api with flag CLK_OPS_PARENT_ENABLEDong Aisheng2016-07-011-357/+357
* clk: imx: add clk api for supporting CLK_OPS_PARENT_ENABLE clocksDong Aisheng2016-07-011-0/+32
* clk: imx: re-order and concentrate the same type of clk apiDong Aisheng2016-07-011-29/+29
* clk: imx6ul: fix gpt2 clock namesDong Aisheng2016-06-161-2/+2
* clk: imx: refine the powerdown bit of clk-pllv3Dong Aisheng2016-06-161-10/+10
* clk: imx: clk-pllv3: fix incorrect handle of enet powerdown bitDong Aisheng2016-06-131-4/+4
* clk: imx: fix pll clock parentsDong Aisheng2016-06-125-34/+34
* clk: imx7d: correct dram pll typeAnson Huang2016-06-121-1/+1
* clk: imx7d: correct dram root clk parent selectAnson Huang2016-06-121-1/+1
* clk: imx: correct AV PLL rate formulaAnson Huang2016-06-121-2/+6
* Merge tag 'imx-clk-fixes-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Stephen Boyd2016-05-122-3/+3
|\
| * ARM: dts: imx35: restore existing used clock enumerationAlexander Kurz2016-04-181-2/+2
| * clk: imx6q: fix typo in CAN clock definitionLothar Waßmann2016-04-131-1/+1
* | clk: imx7d: fix ahb clock mux 1Stefan Agner2016-05-031-1/+1
* | clk: imx: return correct frequency for Ethernet PLLStefan Agner2016-04-271-1/+8
* | clk: imx: vf610: add TCON ipg clockStefan Agner2016-04-121-0/+3
* | clk: imx: vf610: fix DCU clock treeStefan Agner2016-04-121-2/+2
* | clk: imx: add ckil clock for i.MX7Gary Bisson2016-04-061-1/+2
* | clk: imx: vf610: add suspend/resume supportStefan Agner2016-03-311-0/+48
* | clk: imx: vf610: add WKPU unitStefan Agner2016-03-311-0/+2
* | clk: imx: vf610: leave DDR clock onStefan Agner2016-03-311-0/+3
* | clk: imx: clk-gate2: allow custom gate configurationStefan Agner2016-03-312-5/+15
* | clk: imx6sx: Register SAI clocks as shared clocksFabio Estevam2016-03-311-4/+6
|/
* clk: imx: Remove CLK_IS_ROOTStephen Boyd2016-03-021-1/+1
* Merge tag 'imx-clk-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Stephen Boyd2016-03-022-59/+138
|\
OpenPOWER on IntegriCloud