- 4171095 clk: zynq: Add dummy clock enable function by Michal Simek · 3 years, 10 months ago
- 6646c57 clk: x86: Correct the driver name by Simon Glass · 3 years, 10 months ago
- f73f581 clk: Add debugging for return values by Simon Glass · 3 years, 10 months ago
- d719a4d Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 3 years, 10 months ago
- e52dc3e clk: sunxi: Add support for H616 clocks by Jernej Skrabec · 3 years, 11 months ago
- 7bf38bc Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 3 years, 10 months ago
- f4d0d2b clk: add clock driver for MediaTek MT7620 SoC by developer · 4 years ago
- b1a8bb0 clk: imx: Add ECSPI to iMX8MN by Marek Vasut · 3 years, 10 months ago
- ce5ecc1 clk: aspeed: Add AST2600 clock support by Ryan Chen · 4 years ago
- 4b1c515 clk: mediatek: Add MT8183 clock driver by Fabien Parent · 4 years, 1 month ago
- 0c4ae80 clk: Add Microchip PolarFire SoC clock driver by Padmarao Begari · 3 years, 10 months ago
- f686e4d dm: fix build errors generated by last merges by Dario Binacchi · 3 years, 10 months ago
- 0f075f8 Merge tag 'u-boot-stm32-20210113' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 11 months ago
- 0542b01 Merge tag 'u-boot-amlogic-20210112' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 11 months ago
- 88c7eb7 clk: clk_stm32h7: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
- a57b8cd clk: clk_stm32f: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
- 30cd91e clk: stm32mp1: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
- d4352b8 clk: move clk-ti-sci driver to 'ti' directory by Dario Binacchi · 4 years ago
- 4707e38 clk: ti: omap4: add clock manager driver by Dario Binacchi · 4 years ago
- 59ea184 clk: ti: add support for clkctrl clocks by Dario Binacchi · 4 years ago
- b96e897 clk: ti: add gate clock driver by Dario Binacchi · 4 years ago
- d284157 clk: ti: add divider clock driver by Dario Binacchi · 4 years ago
- 6e6eb8b clk: ti: am33xx: add DPLL clock drivers by Dario Binacchi · 4 years ago
- da3b020 clk: ti: add mux clock driver by Dario Binacchi · 4 years ago
- b7f8589 clk: add clk_round_rate() by Dario Binacchi · 4 years ago
- 39fc7a6 clk: export generic routines by Dario Binacchi · 4 years ago
- b1cddab clk: meson: add minimal driver for g12a-ao clocks by Marek Szyprowski · 4 years ago
- bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
- e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
- 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
- a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
- f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
- 6211d76 dm: core: Access device flags through functions by Simon Glass · 4 years ago
- 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
- b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 6996c66 dm: Remove uses of device_bind_offset() by Simon Glass · 4 years ago
- f846537 dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 4 years ago
- df486ef Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 4 years ago
- a35318b Merge tag 'u-boot-stm32-20201209' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years ago
- 5d9950d treewide: Update email address Patrick Delaunay and Patrice Chotard by Patrice Chotard · 4 years ago
- 84503cd clk: at91: sam9x60: remove the parsing of atmel, main-osc-bypass by Claudiu Beznea · 4 years ago
- c4a3290 imx: clk: added IPG Clock for I2C on imx8qm by Oliver Graute · 4 years ago
- 18e4ab6 clk: sunxi: add compatible string for V3 by Icenowy Zheng · 4 years, 1 month ago
- 66327ce rockchip: rk3399: Init clocks in U-Boot proper if SPL was not run by Alper Nebi Yasak · 4 years, 1 month ago
- cf64893 Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 1 month ago
- 4ef38ce clk: rockchip: rk3399: implement getting wdt/alive clocks by Jack Mitchell · 4 years, 2 months ago
- 5792f4b dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 2 months ago
- 6b927b1 dm: test: Add a test for of-platdata phandles by Simon Glass · 4 years, 2 months ago
- b213ffc clk: kendryte: no need to check argument of free() by Heinrich Schuchardt · 4 years, 2 months ago
- 863efd8 clk: ccf: replace the get_rate helper by Dario Binacchi · 4 years, 1 month ago
- 3434a5f clk: renesas: Import R8A774C0 clock tables from Linux 5.9 by Lad Prabhakar · 4 years, 1 month ago
- eb6474c clk: renesas: Add R8A774E1 clock tables by Biju Das · 4 years, 1 month ago
- 69159a2 clk: renesas: Add R8A774B1 clock tables by Biju Das · 4 years, 1 month ago
- 161bf54 clk: renesas: r8a774a1-cpg-mssr: Add R8A774A1 RPC clock by Biju Das · 4 years, 2 months ago
- 4eea088 clk: at91: sama7g5: add 5th divisor for mck0 layout and characteristics by Eugen Hristev · 4 years, 5 months ago
- 227fa12 clk: at91: clk-master: add 5th divisor for mck master by Eugen Hristev · 4 years, 5 months ago
- baf5b52 clk: at91: sam9x60: add support compatible with CCF by Claudiu Beznea · 4 years, 2 months ago
- 51f27a8 clk: at91: Include device_compat.h in compat.c by Tom Rini · 4 years, 1 month ago
- 1f4d206 clk: sifive: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
- 5de2f33 treewide: Fix wrong CONFIG_IS_ENABLED() handling by Alper Nebi Yasak · 4 years, 2 months ago
- 9579301 clk: agilex: Additional membus writes for HPS PLL by Chee Hong Ang · 4 years, 5 months ago
- 2d94ee6 clk: agilex: Handle clock configuration differently in SPL and U-Boot proper by Chee Hong Ang · 4 years, 5 months ago
- 7609220 clk: agilex: Add clock enable support by Ley Foon Tan · 4 years, 5 months ago
- f94b0fd clk: agilex: Add NAND clock support by Ley Foon Tan · 4 years, 5 months ago
- d776a84 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years, 2 months ago
- 2a8bc03 Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · 4 years, 2 months ago
- 78928e1 clk: add clock driver for SCMI agents by Etienne Carriere · 4 years, 3 months ago
- 510bca3 riscv: clk: Add CLINT clock to kendryte clock driver by Sean Anderson · 4 years, 2 months ago
- 01c102d Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 2 months ago
- 34f6781 clk: fixed-rate: Enable DM_FLAG_PRE_RELOC flag by Michal Simek · 4 years, 2 months ago
- 3309308 xilinx: drivers: Use '_' instead of '-' in driver name by Michal Simek · 4 years, 11 months ago
- 57db4c4 clk: at91: sama7g5: add clock support by Claudiu Beznea · 4 years, 3 months ago
- 6fa9898 clk: at91: pmc: add generic clock ops by Claudiu Beznea · 4 years, 3 months ago
- 00e9b9a clk: at91: clk-generic: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
- d0c738b clk: at91: clk-peripheral: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
- ccb83c6 clk: at91: clk-system: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
- d96487b clk: at91: clk-programmable: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
- 6b5fa94 clk: at91: clk-utmi: add support for sama7g5 by Claudiu Beznea · 4 years, 3 months ago
- 96179bd clk: at91: clk-utmi: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
- e812b02 clk: at91: clk-master: add support for sama7g5 by Claudiu Beznea · 4 years, 3 months ago
- 1f9023a clk: at91: clk-master: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
- 923ac87 clk: at91: sam9x60-pll: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
- 5d40887 clk: at91: clk-main: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
- 731bddd clk: at91: sckc: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
- 3f203a1 clk: at91: move clock code to compat.c by Claudiu Beznea · 4 years, 3 months ago
- 8fdb425 clk: at91: pmc: add helpers for clock drivers by Claudiu Beznea · 4 years, 3 months ago
- b91eee6 clk: get clock pointer before proceeding by Claudiu Beznea · 4 years, 3 months ago
- b02e8dd clk: do not disable clock if it is critical by Claudiu Beznea · 4 years, 3 months ago
- c8c1600 clk: bind clk to new parent device by Claudiu Beznea · 4 years, 3 months ago
- d3e49d0 clk: check hw and hw->dev before dereference it by Claudiu Beznea · 4 years, 3 months ago
- 1e4a5c1 clock:aspeed: Sync with Linux kernel clock header define by Ryan Chen · 4 years, 3 months ago
- 5e6c9f0 cosmetic: aspeed: ast2500: Rename clock header by Ryan Chen · 4 years, 3 months ago
- e51b57a clk: mt7622: add needed clocks for ssusb-node by Frank Wunderlich · 4 years, 3 months ago
- cee08a1 reset: drop unnecessary comment for pciesys by Frank Wunderlich · 4 years, 3 months ago
- 7cb5151 Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 4 years, 3 months ago
- 2dbf94b clk: ccf: Add missing #include <dm/uclass.h> to clk-mux.c by Lukasz Majewski · 4 years, 3 months ago