aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2018-06-02Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini5-32/+386
2018-06-01clk: bcm6345: convert to use live dtÁlvaro Fernández Rojas1-6/+2
2018-06-01clk: renesas: Add R8A77990 E3 clock tablesMarek Vasut3-0/+311
2018-06-01clk: renesas: Add PE clock handlingMarek Vasut2-6/+40
2018-06-01clk: renesas: Add PLL1 and PLL3 dividersMarek Vasut1-4/+8
2018-06-01clk: renesas: Pass clock rate around as 64bit number internallyMarek Vasut1-25/+31
2018-06-01clk: renesas: Fix swapped arguments in debug messageMarek Vasut1-1/+1
2018-05-23clk: at91: clk-h32mx: replace dm_warn with dev_dbgEugen Hristev1-1/+1
2018-05-14rockchip: clk: rk3288: handle clk_enable requests for GMACJonathan Gray1-0/+10
2018-05-14clk: armada-37xx: Support soc_clk_dumpMarek Behún2-1/+37
2018-05-14driver: clk: Add support for clocks on Armada 37xxMarek Behún6-0/+631
2018-05-08clk: Add ICS8N3QV01 driverMario Six3-0/+239
2018-05-08clk: stm32mp1: Add VREF clock gatingFabrice Gasnier1-0/+3
2018-05-08clk: clk_stm32f: Use PLLSAIP as USB 48MHz clockPatrice Chotard1-11/+25
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini54-107/+54
2018-05-02clk: renesas: Drop USB extal from the R8A7792 clock driverMarek Vasut1-2/+0
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini15-30/+0
2018-04-25rockchip: rv1108: add ofdata_to_platdata() method for driverKever Yang1-1/+9
2018-04-25rockchip: rk3128: add ofdata_to_platdata() method for driverKever Yang1-1/+10
2018-04-25rockchip: rk3036: add ofdata_to_platdata() method for driverKever Yang1-1/+10
2018-04-25rockchip: clk: rk3288: add clk_enable function and support USB HOST0/HSICWadim Egorov1-0/+13
2018-04-24clk: uniphier: disable SPL_CLKMasahiro Yamada1-1/+0
2018-04-21clk: renesas: Minor clean up of the R8A7794 clock driverMarek Vasut1-7/+3
2018-04-21clk: renesas: Minor clean up of the R8A7792 clock driverMarek Vasut1-7/+3
2018-04-18Merge git://git.denx.de/u-boot-uniphierTom Rini1-0/+6
2018-04-18clk: uniphier: add ethernet clock control supportKunihiko Hayashi1-0/+6
2018-04-17clk: fix clk_get_bulk when phandle errorNeil Armstrong1-2/+2
2018-04-13clk: renesas: Minor clean up of the R8A7790 clock driverMarek Vasut1-7/+3
2018-04-10clk: add sandbox test for bulk APINeil Armstrong1-0/+29
2018-04-10clk: Add get/enable/disable/release for a bulk of clocksNeil Armstrong1-0/+59
2018-04-09clk: zynqmp: Add new compatible string for clock driverMichal Simek1-0/+1
2018-04-06clock: stm32mp1: add stgen clock source change supportPatrick Delaunay1-1/+45
2018-03-28rockchip: clk: rk3188: update dpll settings to make EMAC workAlexander Kochetkov1-1/+1
2018-03-23arm64: zynqmp: Print the value of pl clocks and wdt clock using clk dumpVipul Kumar1-0/+75
2018-03-23clk: zynq: Show watchdog clock rate properlyMichal Simek1-1/+1
2018-03-19clk: stm32mp1: add clock tree initializationPatrick Delaunay1-0/+576
2018-03-19clk: add driver for stm32mp1Patrick Delaunay3-0/+1166
2018-03-16clk: at91: clk-system: add set/get_rate operationsWenyou Yang1-0/+26
2018-03-16clk: at91: add PLLADIV driverWenyou Yang2-1/+89
2018-03-16clk: at91: add USB Host clock driverWenyou Yang3-0/+155
2018-03-13clk: clk_stm32f: Add DSI clock supportPatrice Chotard1-1/+1
2018-03-13clk: clk_stm32f: Add set_rate for LTDC clockPatrice Chotard1-0/+100
2018-03-13clk: clk_stm32f: Configure SAI PLL to generate LTDC pixel clockPatrice Chotard1-1/+36
2018-03-13clk: clk_stm32f: Rework SDMMC stm32_clk_get_rate() partPatrice Chotard1-31/+74
2018-03-13clk: clk_stm32f: No more need of 48Mhz from PLL_SAIPatrice Chotard1-21/+8
2018-03-13clk: clk_stm32f: Fix RCC_PLLSAICFGR mask definesPatrice Chotard1-4/+4
2018-03-13clk: clk_stm32f: Fix stm32_clk_get_rate()Patrice Chotard1-5/+7
2018-03-13board: stm32: switch to DM STM32 timerPatrice Chotard1-15/+0
2018-03-13clk: clk_stm32h7: Fix prescaler for Domain 3Patrice Chotard1-3/+4