summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)Author
2018-01-28rockchip: clk: rk3399: accept all assigned-clocks from the 'cru'-nodePhilipp Tomsich
2018-01-28clk: implement clk_set_defaults()Philipp Tomsich
2018-01-28rockchip: clk: rk3399: implement set_parent() operationPhilipp Tomsich
2018-01-28clk: refactor clk_get_by_index() into clk_get_by_indexed_prop()Philipp Tomsich
2018-01-28clk: add clk_set_parent()Philipp Tomsich
2018-01-27Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini
2018-01-26Merge git://git.denx.de/u-boot-spiTom Rini
2018-01-24clk: renesas: Import R8A7794 E2 clock tablesMarek Vasut
2018-01-24clk: renesas: Import R8A7792 V2H clock tablesMarek Vasut
2018-01-24clk: renesas: Import R8A7791/R8A7793 M2 clock tablesMarek Vasut
2018-01-24clk: renesas: Import R8A7790 H2 clock tablesMarek Vasut
2018-01-24clk: renesas: Add Gen2 clock coreMarek Vasut
2018-01-24clk: renesas: Add DIV6P1 clock typeMarek Vasut
2018-01-24clk: renesas: Split out code shared between Gen2 and Gen3Marek Vasut
2018-01-24clk: renesas: Make clock tables Kconfig configurableMarek Vasut
2018-01-24clk: renesas: Split SMSTPCR and RMSTPCR tablesMarek Vasut
2018-01-24clk: renesas: Pull Gen3 specific bits into separate headerMarek Vasut
2018-01-24clk: renesas: Make PLL configurations per-SoCMarek Vasut
2018-01-24clk: renesas: Make clk_ids per-driverMarek Vasut
2018-01-24clk: renesas: Split RCar Gen3 driverMarek Vasut
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas
2018-01-21clk: Makefile: Sort entries alphabeticallyMario Six
2018-01-21clk: Remove superfluous gd declarationsMario Six
2018-01-21clk: clk_fixed_rate: Fix style violationMario Six
2018-01-21clk: clk-uclass: Fix style violationsMario Six
2018-01-19ARC: HSDK: CGU: Add 'Hz' when printing clock frequencyEugeniy Paltsev
2018-01-19ARC: HSDK: CGU: Use plat data instead of priv dataEugeniy Paltsev
2018-01-19ARC: HSDK: CGU: Update AXI, TUN, ARC clock optionsEugeniy Paltsev
2018-01-10board: stm32f429-disco: switch to DM STM32 clock driverPatrice Chotard
2018-01-09rockchip: clk: bind reset driverElaine Zhang
2017-12-13Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini
2017-12-11ARC: clk: introduce HSDK CGU clock driverEugeniy Paltsev
2017-12-09clk: rmobile: Add R8A77995 D3 clock tablesMarek Vasut
2017-12-09clk: rmobile: Add R8A77970 V3M clock tablesMarek Vasut
2017-12-09clk: rmobile: Fix typo in R8A7796 RPC clock table entryMarek Vasut
2017-11-30rockchip: rk3128: add clock driverKever Yang
2017-11-30Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini
2017-11-29clk: at91: clk-generated: fix incorrect index of clk sourceWenyou Yang
2017-11-29clk: at91: clk-generated: select absolute closest rateLudovic Desroches
2017-11-29clk: at91: Kconfig: fix the dependency of AT91_UTMIWenyou Yang
2017-11-29clk: clk_stm32fx: add clock configuration for mmc usagePatrice Chotard
2017-11-29dm: misc: bind STM32F4/F7 clock from rcc MFD driverPatrice Chotard
2017-11-29clk: stm32fx: migrate define from rcc.h to driverPatrice Chotard
2017-11-29clk: stm32f7: rename clk_stm32f7.c to clk_stm32f.cPatrice Chotard
2017-11-29clk: stm32f7: add STM32F4 supportPatrice Chotard
2017-11-29clk: stm32f7: add dedicated STM32F7 compatible stringPatrice Chotard
2017-11-29clk: stm32f7: retrieve PWR base address from DTPatrice Chotard
2017-11-30clk: rmobile: Add R8A7796 xHCI clockMarek Vasut
2017-11-30clk: rmobile: Move preboot clock shutdown to the driverMarek Vasut
2017-11-26rockchip: clk: rk3399: change extract_bits to bitfield_extractPhilipp Tomsich