aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2019-10-30Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini5-23/+279
2019-10-25Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mipsTom Rini3-0/+162
2019-10-25clk: add clock driver for MediaTek MT76x8 platformWeijie Gao3-0/+162
2019-10-24arm64: zynqmp: Switch to xlnx-zynqmp-clk headerMichal Simek1-1/+0
2019-10-24arm64: versal: Rename versal_pm_request to xilinx_pm_requestMichal Simek1-7/+7
2019-10-24arm64: versal: Clean pm_api_id usageMichal Simek1-0/+1
2019-10-22test: clk: test clock self assignmentJean-Jacques Hiblot1-0/+22
2019-10-22drivers: clk: Fix using assigned-clocks in the node of the clock it sets upJean-Jacques Hiblot1-6/+42
2019-10-22test: clk: Update tests to also check the managed APIJean-Jacques Hiblot2-9/+91
2019-10-22drivers: clk: Add a managed API to get clocks from the device-treeJean-Jacques Hiblot1-0/+48
2019-10-22drivers: clk: Handle gracefully NULL pointersJean-Jacques Hiblot1-7/+36
2019-10-22clk: Add support for I2C clocks on NXP's imx6q SoC which use CCFLukasz Majewski2-0/+39
2019-10-22clk: Fix error check in clk_set_default_parents()Jean-Jacques Hiblot1-1/+1
2019-10-18clk: meson-sm1: add compatibleNeil Armstrong1-0/+1
2019-10-18clk: meson: g12a: add support for VPU/HDMI clocksNeil Armstrong1-17/+603
2019-10-11clk: cdce9xx: add support for cdce9xx clock synthesizerTero Kristo3-0/+262
2019-10-09Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini3-0/+756
2019-10-08clk: versal: Add clock driver supportSiva Durga Prasad Paladugu3-0/+755
2019-10-08zynqmp: firmware: Add Xilinx ZynqMP firmware driverRajan Vaja1-0/+1
2019-10-08ARM: at91: Rename sama5_sfr.h to at91_sfr.hTudor Ambarus1-1/+1
2019-09-11rockchip: clk: rk3399: remove clk_enable()Kever Yang1-37/+0
2019-09-11rockchip: clk: rk3368: remove clk_enable()Kever Yang1-19/+0
2019-09-11rockchip: clk: rk3328: remove clk_enable()Kever Yang1-12/+0
2019-09-11rockchip: clk: rk3288: remove clk_enable()Kever Yang1-23/+0
2019-09-05clk: aspeed: Add support for SD clockEddie James1-0/+27
2019-08-29Merge tag 'u-boot-amlogic-20190828' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+1
2019-08-28clk: meson-g12b: add compatibleMark Kettenis1-0/+1
2019-08-27stm32mp1: clk: use gd to store frequency informationPatrick Delaunay1-7/+9
2019-08-27stm32mp1: clk: remove debug tracesPatrick Delaunay1-17/+4
2019-08-26Kconfig: Varios: Fix more SPL, TPL dependenciesAdam Ford1-0/+1
2019-08-24Merge tag 'u-boot-rockchip-20190823' of https://gitlab.denx.de/u-boot/custodi...Tom Rini1-0/+12
2019-08-23rockchip: clk: rk3328: add clk_enable ops for HCLK_HOST0Kever Yang1-0/+12
2019-08-22clk: imx: add i.MX8MM clk driverPeng Fan2-0/+417
2019-08-22clk: imx: add i.MX8M composite clk supportPeng Fan1-0/+170
2019-08-22clk: imx: add pll14xx driverPeng Fan2-0/+406
2019-08-22clk: imx: expose CCF entry for allPeng Fan2-2/+16
2019-08-22sandbox: clk: add clk enable/disable test codePeng Fan1-0/+15
2019-08-22clk: prograte clk enable/disable to parentPeng Fan1-6/+71
2019-08-22clk: introduce enable_countPeng Fan2-0/+2
2019-08-12clk: add support for clk_is_match()Sekhar Nori1-0/+13
2019-08-09clk: renesas: Add R8A77980 V3H clock tablesMarek Vasut3-0/+262
2019-08-07clk: MediaTek: add hifsys entry for MT7623 SoC.Ryder Lee3-23/+51
2019-08-02Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clkTom Rini12-14/+681
2019-07-31clk: meson: remove duplicate logicHeinrich Schuchardt1-4/+1
2019-07-31clk: sandbox: add composite clkPeng Fan1-0/+80
2019-07-31clk: gate: support sandboxPeng Fan1-0/+11
2019-07-31clk: add composite clk supportPeng Fan3-0/+175
2019-07-31dm: clk: ignore default settings when node not validPeng Fan1-0/+3
2019-07-31clk: imx: gate2 add set ratePeng Fan1-0/+11
2019-07-31clk: imx: import clk heplersPeng Fan1-0/+81