summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2021-05-21clk: renesas: Synchronize R-Car Gen2 tables with Linux 5.12Marek Vasut5-9/+6
2021-05-21clk: renesas: Synchronize RZ/G2 tables with Linux 5.12Marek Vasut3-5/+26
2021-05-14clk: Add support for the k210 clock driver pre-relocationSean Anderson1-4/+10
2021-05-14clk: k210: Move the clint clock to under aclkSean Anderson1-1/+1
2021-05-14clk: k210: Remove k210_register_pllSean Anderson2-28/+3
2021-05-14clk: k210: Fix PLL enable always getting takenSean Anderson1-1/+2
2021-05-14clk: k210: Fix PLLs not being enabledSean Anderson1-0/+2
2021-05-14clk: Warn on failure to assign rateSean Anderson1-4/+7
2021-05-12clk: ti: am3-dpll: use custom API for memory accessDario Binacchi1-33/+53
2021-05-12clk: ti: gate: use custom API for memory accessDario Binacchi1-11/+12
2021-05-12clk: ti: change clk_ti_latch() signatureDario Binacchi4-24/+28
2021-05-12clk: ti: add custom API for memory accessDario Binacchi2-0/+98
2021-04-29Merge tag 'xilinx-for-v2021.07-rc2' of https://source.denx.de/u-boot/custodia...Tom Rini1-1/+1
2021-04-26clk: renesas: Synchronize Gen2 MSTP teardown tablesMarek Vasut3-6/+6
2021-04-26clk: renesas: Only ever access documented bits in clock driver teardownMarek Vasut7-81/+81
2021-04-23clk: Fix typo in Zynq Kconfig symbol descriptionMichal Simek1-1/+1
2021-04-19clk: meson-g12a: add PCIe gatesNeil Armstrong1-0/+2
2021-04-16clk: sunxi: h6: Add XHCI clocksSamuel Holland1-0/+2
2021-04-16clk: sunxi: Add a dummy clock driver for the RTCSamuel Holland2-0/+37
2021-04-08clk: mpfs_clk: Enable DM_FLAG_PRE_RELOC flagBin Meng1-0/+1
2021-04-06clk: Return -ENOSYS when system call is not availableSimon Glass1-4/+4
2021-04-06clk: Update drivers to use -EINVALSimon Glass9-17/+17
2021-03-31Merge tag 'xilinx-for-v2021.07' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-81/+170
2021-03-30clk: zynqmp: Fix clk dump valuesT Karthik Reddy1-81/+170
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass1-1/+1
2021-03-26clk: sandbox: Create a special fixed-rate driverSimon Glass1-0/+33
2021-03-26clk: fixed-rate: Export driver parts for OF_PLATDATA_INSTSimon Glass1-4/+10
2021-03-26clk: sandbox: Move priv/plat data to a header fileSimon Glass2-13/+0
2021-03-11clk: stm32mp1: gets root clocks from fdtEtienne Carriere1-39/+23
2021-02-23Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini3-0/+70
2021-02-23clk: versal: Add support to enable clocksT Karthik Reddy1-0/+11
2021-02-23clk: zynqmp: Add support to enable clocksT Karthik Reddy1-0/+49
2021-02-23clk: zynq: Add dummy clock enable functionMichal Simek1-0/+10
2021-02-22clk: ti: improve debug messages for clkctrl driverDario Binacchi1-2/+2
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini20-2/+20
2021-02-11clk: at91: compat: partially revert "dm: Remove uses of device_bind_offset()"Eugen Hristev1-8/+12
2021-02-09clk: stm32mp1: add support of I2C6_KPatrick Delaunay1-0/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass20-2/+20
2021-01-31clk: x86: Correct the driver nameSimon Glass1-2/+2
2021-01-31clk: Add debugging for return valuesSimon Glass1-5/+11
2021-01-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini3-0/+128
2021-01-26clk: sunxi: Add support for H616 clocksJernej Skrabec3-0/+128
2021-01-25Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2-0/+160
2021-01-24clk: add clock driver for MediaTek MT7620 SoCWeijie Gao2-0/+160
2021-01-23clk: imx: Add ECSPI to iMX8MNMarek Vasut1-0/+29
2021-01-18clk: aspeed: Add AST2600 clock supportRyan Chen2-0/+1174
2021-01-18clk: mediatek: Add MT8183 clock driverFabien Parent2-0/+824
2021-01-18clk: Add Microchip PolarFire SoC clock driverPadmarao Begari8-0/+514
2021-01-15dm: fix build errors generated by last mergesDario Binacchi5-5/+5
2021-01-13Merge tag 'u-boot-stm32-20210113' of https://gitlab.denx.de/u-boot/custodians...Tom Rini3-127/+129