aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2018-01-28rockchip: clk: guard set_parent implementations against OF_PLATDATAPhilipp Tomsich3-6/+12
2018-01-28clk: rockchip: clk_rk3368: Implement "assign-clock-parent"David Wu1-7/+84
2018-01-28clk: rockchip: clk_rk3288: Implement "assign-clock-parent" and "assign-clock-...David Wu1-8/+98
2018-01-28clk: rockchip: Add rk322x gamc clock supportDavid Wu1-0/+107
2018-01-28clk: rockchip: Add rk3328 gamc clock supportDavid Wu1-0/+178
2018-01-28rockchip: clk: rk3399: accept all assigned-clocks from the 'cru'-nodePhilipp Tomsich1-0/+18
2018-01-28clk: implement clk_set_defaults()Philipp Tomsich1-0/+118
2018-01-28rockchip: clk: rk3399: implement set_parent() operationPhilipp Tomsich1-2/+72
2018-01-28clk: refactor clk_get_by_index() into clk_get_by_indexed_prop()Philipp Tomsich1-2/+8
2018-01-28clk: add clk_set_parent()Philipp Tomsich1-0/+12
2018-01-28clk: clk_stm32f: Fix PLLSAICFGR_PLLSAIP_4 divider valuePatrice Chotard1-1/+1
2018-01-28clk: clk_stm32f: Move SYSCFG clock setup into configure_clocks()Patrice Chotard1-6/+6
2018-01-28clk: clk_stm32f: Remove STMMAC clock setupPatrice Chotard1-6/+0
2018-01-28clk: stm32: retrieve external oscillator frequency from DTPatrice Chotard1-21/+57
2018-01-27Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini16-1104/+3094
2018-01-26Merge git://git.denx.de/u-boot-spiTom Rini2-8/+8
2018-01-24clk: renesas: Import R8A7794 E2 clock tablesMarek Vasut3-0/+284
2018-01-24clk: renesas: Import R8A7792 V2H clock tablesMarek Vasut3-0/+257
2018-01-24clk: renesas: Import R8A7791/R8A7793 M2 clock tablesMarek Vasut3-0/+308
2018-01-24clk: renesas: Import R8A7790 H2 clock tablesMarek Vasut3-0/+303
2018-01-24clk: renesas: Add Gen2 clock coreMarek Vasut5-0/+339
2018-01-24clk: renesas: Add DIV6P1 clock typeMarek Vasut1-0/+6
2018-01-24clk: renesas: Split out code shared between Gen2 and Gen3Marek Vasut4-167/+203
2018-01-24clk: renesas: Make clock tables Kconfig configurableMarek Vasut2-5/+33
2018-01-24clk: renesas: Split SMSTPCR and RMSTPCR tablesMarek Vasut6-30/+57
2018-01-24clk: renesas: Pull Gen3 specific bits into separate headerMarek Vasut6-41/+64
2018-01-24clk: renesas: Make PLL configurations per-SoCMarek Vasut6-51/+178
2018-01-24clk: renesas: Make clk_ids per-driverMarek Vasut6-40/+143
2018-01-24clk: renesas: Split RCar Gen3 driverMarek Vasut7-903/+1052
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2-8/+8
2018-01-21clk: Makefile: Sort entries alphabeticallyMario Six1-10/+10
2018-01-21clk: Remove superfluous gd declarationsMario Six2-4/+0
2018-01-21clk: clk_fixed_rate: Fix style violationMario Six1-2/+2
2018-01-21clk: clk-uclass: Fix style violationsMario Six1-10/+10
2018-01-19ARC: HSDK: CGU: Add 'Hz' when printing clock frequencyEugeniy Paltsev1-3/+3
2018-01-19ARC: HSDK: CGU: Use plat data instead of priv dataEugeniy Paltsev1-1/+1
2018-01-19ARC: HSDK: CGU: Update AXI, TUN, ARC clock optionsEugeniy Paltsev1-6/+163
2018-01-10board: stm32f429-disco: switch to DM STM32 clock driverPatrice Chotard1-1/+6
2018-01-09rockchip: clk: bind reset driverElaine Zhang8-0/+70
2017-12-13Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini2-8/+286
2017-12-11ARC: clk: introduce HSDK CGU clock driverEugeniy Paltsev3-0/+571
2017-12-09clk: rmobile: Add R8A77995 D3 clock tablesMarek Vasut1-3/+164
2017-12-09clk: rmobile: Add R8A77970 V3M clock tablesMarek Vasut2-4/+121
2017-12-09clk: rmobile: Fix typo in R8A7796 RPC clock table entryMarek Vasut1-1/+1
2017-11-30rockchip: rk3128: add clock driverKever Yang2-1/+598
2017-11-30Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini1-0/+60
2017-11-29clk: at91: clk-generated: fix incorrect index of clk sourceWenyou Yang1-6/+8
2017-11-29clk: at91: clk-generated: select absolute closest rateLudovic Desroches1-3/+1
2017-11-29clk: at91: Kconfig: fix the dependency of AT91_UTMIWenyou Yang1-3/+3
2017-11-29clk: clk_stm32fx: add clock configuration for mmc usagePatrice Chotard1-1/+100