summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-02warp7: Convert to OF_UPSTREAMFabio Estevam5-503/+3
2024-08-01clk: clk-uclass: Print clk name in clk_enable/clk_disableMichael Trimarchi1-2/+2
2024-08-01clk: Revise help text for clk_get_parent_rate()Alexander Dahl1-1/+1
2024-08-01clk: Fix error message in clk_get_bulkJan Kiszka1-1/+1
2024-08-01Merge patch series "clk: mediatek: add OPs to support OF_UPSTREAM"Tom Rini2-115/+392
2024-08-01clk: mediatek: add support for APMIXED parent in infra MUXChristian Marangi1-0/+4
2024-08-01clk: mediatek: add support for GATEs for APMIXED OPsChristian Marangi1-60/+84
2024-08-01clk: mediatek: implement MUX_FLAGS and MUX_MIXED_FLAGS macroChristian Marangi1-2/+17
2024-08-01clk: mediatek: add support for remapping clock IDChristian Marangi2-35/+80
2024-08-01clk: mediatek: provide common clk init function for infrasysChristian Marangi2-4/+20
2024-08-01clk: mediatek: add support for gate clock to reference topckgen clockChristian Marangi1-2/+15
2024-08-01clk: mediatek: add support for parent mux from different source for topckgenChristian Marangi1-14/+28
2024-08-01clk: mediatek: add support for parent mux from different sourceChristian Marangi2-21/+91
2024-08-01clk: mediatek: add support for gate ID at offsetChristian Marangi1-3/+15
2024-08-01clk: mediatek: add support for gates in clk_tree for infrasysChristian Marangi2-15/+72
2024-08-01clk: mediatek: return XTAL rate for infrasys get_mux_rateChristian Marangi1-1/+1
2024-08-01clk: mediatek: return XTAL rate directly for gates with XTAL parentChristian Marangi1-0/+7
2024-08-01net: dwc_eth_qos: mdio: Implement clause 45Philip Oberfichtner2-26/+49
2024-08-01net/tftp: make tftpput working with servers that do not use OACKMikhail Kshevetskiy1-1/+8
2024-07-31net: remove duplicate eth_env_set_enetaddr_by_index() declarationAlexander Sverdlin1-16/+0
2024-07-31Merge tag 'video-20240731' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini9-15/+96
2024-07-31usb: bootm: Drop old USB-device-removal codeSimon Glass1-12/+0
2024-07-31tools: Add script to update git subtree projectsRaymond Mao3-52/+89
2024-07-31env: mmc: Fix env loading with CONFIG_SYS_MMC_ENV_PARTMattijs Korpershoek1-2/+3
2024-07-31Merge patch series "Endian Kconfig improvements"Tom Rini12-49/+61
2024-07-31config: Use CONFIG_SYS_BIG_ENDIAN in code whenever possibleJiaxun Yang5-10/+10
2024-07-31Kconfig: Unify endian support optionJiaxun Yang7-39/+51
2024-07-31sandbox: Drop video-sync in serial driverSimon Glass1-2/+0
2024-07-31sandbox: Increase cyclic CPU-time limitSimon Glass1-0/+1
2024-07-31video: Use cyclic to handle video syncSimon Glass2-4/+77
2024-07-31video: Move last_sync to private dataSimon Glass2-7/+5
2024-07-31cyclic: Add a symbol for SPLSimon Glass5-4/+15
2024-07-31Merge tag 'efi-2024-10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini16-52/+97
2024-07-31dm: use list_count_nodes() for counting list nodesSughosh Ganu5-28/+13
2024-07-31efi_memory: get the efi_mem_list node directlySughosh Ganu1-17/+8
2024-07-31efi_memory: avoid possible null pointer dereferenceSughosh Ganu1-1/+2
2024-07-31efi_memory: use list_count_nodes() to count list entriesSughosh Ganu1-3/+2
2024-07-31linux: list: add a function to count list nodesSughosh Ganu1-0/+15
2024-07-31efi_loader: correct check in efi_load_option_dp_join()Heinrich Schuchardt1-1/+1
2024-07-31doc: Add a description for bootmeth_androidMattijs Korpershoek4-1/+42
2024-07-31smbios: add extended Extended BIOS ROM SizeHeinrich Schuchardt2-1/+9
2024-07-31efi_loader: add /dtbs search pathCaleb Connolly1-0/+3
2024-07-31efi_loader: require EFI boot manager for EBBR complianceHeinrich Schuchardt1-0/+1
2024-07-31efi_loader: adjust config options for capsule updatesIlias Apalodimas1-0/+1
2024-07-30Merge patch series "led: implement software blinking"Tom Rini6-21/+199
2024-07-30led: Add dts property to specify blinking of the ledMichael Polyntsov1-5/+25
2024-07-30led: Implement software led blinkingMichael Polyntsov5-1/+166
2024-07-30led: enable LEDST_BLINK state unconditionallyMikhail Kshevetskiy3-15/+5
2024-07-29Merge patch series "include: asm-generic: Remove duplicate newlines"Tom Rini90-250/+0
2024-07-29include: Remove duplicate newlinesMarek Vasut41-115/+0