summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* clk: mpfs_clk: Enable DM_FLAG_PRE_RELOC flagBin Meng2021-04-081-0/+1
* clk: Return -ENOSYS when system call is not availableSimon Glass2021-04-061-4/+4
* clk: Update drivers to use -EINVALSimon Glass2021-04-069-17/+17
* Merge tag 'xilinx-for-v2021.07' of https://source.denx.de/u-boot/custodians/u...Tom Rini2021-03-311-81/+170
|\
| * clk: zynqmp: Fix clk dump valuesT Karthik Reddy2021-03-301-81/+170
* | dm: Rename device_get_by_driver_info_idx()Simon Glass2021-03-261-1/+1
* | clk: sandbox: Create a special fixed-rate driverSimon Glass2021-03-261-0/+33
* | clk: fixed-rate: Export driver parts for OF_PLATDATA_INSTSimon Glass2021-03-261-4/+10
* | clk: sandbox: Move priv/plat data to a header fileSimon Glass2021-03-262-13/+0
|/
* clk: stm32mp1: gets root clocks from fdtEtienne Carriere2021-03-111-39/+23
* Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-233-0/+70
|\
| * clk: versal: Add support to enable clocksT Karthik Reddy2021-02-231-0/+11
| * clk: zynqmp: Add support to enable clocksT Karthik Reddy2021-02-231-0/+49
| * clk: zynq: Add dummy clock enable functionMichal Simek2021-02-231-0/+10
* | clk: ti: improve debug messages for clkctrl driverDario Binacchi2021-02-221-2/+2
* | Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1520-2/+20
|\ \
| * | common: Drop asm/global_data.h from common headerSimon Glass2021-02-0220-2/+20
| |/
* | clk: at91: compat: partially revert "dm: Remove uses of device_bind_offset()"Eugen Hristev2021-02-111-8/+12
* | clk: stm32mp1: add support of I2C6_KPatrick Delaunay2021-02-091-0/+1
|/
* clk: x86: Correct the driver nameSimon Glass2021-01-301-2/+2
* clk: Add debugging for return valuesSimon Glass2021-01-301-5/+11
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-01-253-0/+128
|\
| * clk: sunxi: Add support for H616 clocksJernej Skrabec2021-01-253-0/+128
* | Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2021-01-252-0/+160
|\ \ | |/ |/|
| * clk: add clock driver for MediaTek MT7620 SoCWeijie Gao2021-01-242-0/+160
* | clk: imx: Add ECSPI to iMX8MNMarek Vasut2021-01-231-0/+29
|/
* clk: aspeed: Add AST2600 clock supportRyan Chen2021-01-182-0/+1174
* clk: mediatek: Add MT8183 clock driverFabien Parent2021-01-182-0/+824
* clk: Add Microchip PolarFire SoC clock driverPadmarao Begari2021-01-188-0/+514
* dm: fix build errors generated by last mergesDario Binacchi2021-01-155-5/+5
* Merge tag 'u-boot-stm32-20210113' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2021-01-133-127/+129
|\
| * clk: clk_stm32h7: migrate trace to dev and log macroPatrick Delaunay2021-01-131-32/+38
| * clk: clk_stm32f: migrate trace to dev and log macroPatrick Delaunay2021-01-131-19/+20
| * clk: stm32mp1: migrate trace to dev and log macroPatrick Delaunay2021-01-131-76/+71
* | Merge tag 'u-boot-amlogic-20210112' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-01-132-0/+84
|\ \ | |/ |/|
| * clk: meson: add minimal driver for g12a-ao clocksMarek Szyprowski2021-01-112-0/+84
* | clk: move clk-ti-sci driver to 'ti' directoryDario Binacchi2021-01-125-9/+9
* | clk: ti: omap4: add clock manager driverDario Binacchi2021-01-122-1/+23
* | clk: ti: add support for clkctrl clocksDario Binacchi2021-01-123-0/+161
* | clk: ti: add gate clock driverDario Binacchi2021-01-123-0/+100
* | clk: ti: add divider clock driverDario Binacchi2021-01-126-25/+439
* | clk: ti: am33xx: add DPLL clock driversDario Binacchi2021-01-124-0/+355
* | clk: ti: add mux clock driverDario Binacchi2021-01-125-0/+294
* | clk: add clk_round_rate()Dario Binacchi2021-01-123-0/+42
* | clk: export generic routinesDario Binacchi2021-01-121-12/+12
* | Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-0522-25/+38
|\ \
| * | dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-055-7/+7
| * | dm: core: Access device ofnode through functionsSimon Glass2021-01-053-3/+3
| * | dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-1/+1
| * | dm: core: Access device flags through functionsSimon Glass2021-01-051-1/+1