summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2018-01-25clk: renesas: Import R8A7790 H2 clock tablesMarek Vasut3-0/+303
2018-01-25clk: renesas: Add Gen2 clock coreMarek Vasut5-0/+339
2018-01-25clk: renesas: Add DIV6P1 clock typeMarek Vasut1-0/+6
2018-01-25clk: renesas: Split out code shared between Gen2 and Gen3Marek Vasut4-167/+203
2018-01-25clk: renesas: Make clock tables Kconfig configurableMarek Vasut2-5/+33
2018-01-25clk: renesas: Split SMSTPCR and RMSTPCR tablesMarek Vasut6-30/+57
2018-01-25clk: renesas: Pull Gen3 specific bits into separate headerMarek Vasut6-41/+64
2018-01-25clk: renesas: Make PLL configurations per-SoCMarek Vasut6-51/+178
2018-01-25clk: renesas: Make clk_ids per-driverMarek Vasut6-40/+143
2018-01-25clk: 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-14Merge 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-12-01rockchip: 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-30clk: at91: clk-generated: fix incorrect index of clk sourceWenyou Yang1-6/+8
2017-11-30clk: at91: clk-generated: select absolute closest rateLudovic Desroches1-3/+1
2017-11-30clk: at91: Kconfig: fix the dependency of AT91_UTMIWenyou Yang1-3/+3
2017-11-30clk: clk_stm32fx: add clock configuration for mmc usagePatrice Chotard1-1/+100
2017-11-30dm: misc: bind STM32F4/F7 clock from rcc MFD driverPatrice Chotard1-41/+13
2017-11-30clk: stm32fx: migrate define from rcc.h to driverPatrice Chotard1-1/+18
2017-11-30clk: stm32f7: rename clk_stm32f7.c to clk_stm32f.cPatrice Chotard3-9/+13
2017-11-30clk: stm32f7: add STM32F4 supportPatrice Chotard1-43/+66
2017-11-30clk: stm32f7: add dedicated STM32F7 compatible stringPatrice Chotard1-0/+1
2017-11-30clk: stm32f7: retrieve PWR base address from DTPatrice Chotard1-11/+21
2017-11-30clk: rmobile: Add R8A7796 xHCI clockMarek Vasut1-0/+1
2017-11-30clk: rmobile: Move preboot clock shutdown to the driverMarek Vasut1-0/+59
2017-11-26rockchip: clk: rk3399: change extract_bits to bitfield_extractPhilipp Tomsich1-6/+2
2017-11-22rockchip: clock: update sysreset driver bindingKever Yang8-24/+112
2017-11-17clk: clk_stm32f7: fix PLL clock division factorPatrice Chotard1-7/+9
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard2-4/+5
2017-11-01rockchip: rk3399: init CPU clock when rkclk_init()Kever Yang1-78/+79
2017-10-16dm: clk: fix PWR_CR3 register's bit 2 namePatrice Chotard1-4/+4
2017-10-16dm: clk: remove CLK() macro for clk_stm32h7Patrice Chotard1-115/+108
2017-10-15clk: uniphier: add NAND controller clockMasahiro Yamada1-0/+12
2017-10-15clk: uniphier: add PXs3 clock dataMasahiro Yamada3-0/+23
2017-10-15clk: uniphier: rework for better clock tree structureMasahiro Yamada4-183/+323
2017-10-11Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini1-1/+77