aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
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-01-30clk: x86: Correct the driver nameSimon Glass1-2/+2
2021-01-30clk: Add debugging for return valuesSimon Glass1-5/+11
2021-01-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/25Jan2021Tom Rini3-0/+128
2021-01-25clk: 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
2021-01-13Merge tag 'u-boot-amlogic-20210112' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2-0/+84
2021-01-13clk: clk_stm32h7: migrate trace to dev and log macroPatrick Delaunay1-32/+38
2021-01-13clk: clk_stm32f: migrate trace to dev and log macroPatrick Delaunay1-19/+20
2021-01-13clk: stm32mp1: migrate trace to dev and log macroPatrick Delaunay1-76/+71
2021-01-12clk: move clk-ti-sci driver to 'ti' directoryDario Binacchi5-9/+9
2021-01-12clk: ti: omap4: add clock manager driverDario Binacchi2-1/+23
2021-01-12clk: ti: add support for clkctrl clocksDario Binacchi3-0/+161
2021-01-12clk: ti: add gate clock driverDario Binacchi3-0/+100
2021-01-12clk: ti: add divider clock driverDario Binacchi6-25/+439
2021-01-12clk: ti: am33xx: add DPLL clock driversDario Binacchi4-0/+355
2021-01-12clk: ti: add mux clock driverDario Binacchi5-0/+294
2021-01-12clk: add clk_round_rate()Dario Binacchi3-0/+42
2021-01-12clk: export generic routinesDario Binacchi1-12/+12
2021-01-11clk: meson: add minimal driver for g12a-ao clocksMarek Szyprowski2-0/+84
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini22-25/+38
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini3-5/+26
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass5-7/+7
2021-01-05dm: core: Access device ofnode through functionsSimon Glass3-3/+3
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+1
2021-01-05dm: core: Access device flags through functionsSimon Glass1-1/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass13-13/+26
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass3-59/+59
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass18-44/+44
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass9-33/+33
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass10-19/+19
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass78-121/+121
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass2-13/+9
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass1-1/+1
2020-12-11Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/cus...WIP/11Dec2020Tom Rini1-4/+1
2020-12-09Merge tag 'u-boot-stm32-20201209' of https://gitlab.denx.de/u-boot/custodians...WIP/09Dec2020Tom Rini1-1/+1
2020-12-09treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard1-1/+1
2020-12-07clk: at91: sam9x60: remove the parsing of atmel, main-osc-bypassClaudiu Beznea1-4/+1
2020-12-06imx: clk: added IPG Clock for I2C on imx8qmOliver Graute1-0/+24
2020-11-17clk: sunxi: add compatible string for V3Icenowy Zheng1-0/+2
2020-11-13rockchip: rk3399: Init clocks in U-Boot proper if SPL was not runAlper Nebi Yasak1-6/+16
2020-10-30Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodi...Tom Rini1-0/+20