aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-02-25clk: Add clk_get_by_name_optionalSean Anderson1-0/+24
2022-02-25clk: Add driver API to HTML docsSean Anderson1-78/+109
2022-02-25clk: Add client API to HTML docsSean Anderson1-91/+85
2022-02-24clk: Inline clk_get_*_optionalSean Anderson1-22/+34
2022-02-24clk: Rename clk_get_optional_nodevSean Anderson1-3/+4
2022-02-22spl: x86: Correct the binman symbols for SPLSimon Glass1-2/+2
2022-02-21Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2-10/+40
2022-02-19kontron-sl-mx8mm: change environment address variablesHeiko Thiery1-5/+10
2022-02-19colibri-imx6ull: improve env badblock managementFrancesco Dolcini1-2/+3
2022-02-19board: gateworks: venice: config file cleanupsTim Harvey1-5/+0
2022-02-19board: gateworks: venice: add imx8mn-gw7902 supportTim Harvey1-0/+105
2022-02-19arm: imx8m: add support for Advantech RSB-3720Ying-Chun Liu (PaulLiu)1-0/+223
2022-02-17Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/17Feb2022Tom Rini2-0/+40
2022-02-17arm: a37xx: Update DTS files to version from upstream Linux kernelPali Rohár1-0/+16
2022-02-17arm: a37xx: pci: Use standard register macros from pci.hPali Rohár1-0/+24
2022-02-16include: configs: Update env for selecting right dtbSinthu Raja1-0/+4
2022-02-16fdtdec.h: Remove gurads around fdtdec_resetup functionTom Rini1-2/+0
2022-02-15microblaze: exception: migrate MICROBLAZE_V5 to KconfigOvidiu Panait1-3/+0
2022-02-15arm64: zynqmp: Add command for disabling loading other overlaysMichal Simek1-0/+1
2022-02-15xilinx: firmware: Introduce zynqmp_pmufw_node() for loading PMU fragmentsMichal Simek1-0/+1
2022-02-15power: zynqmp: Add power domain driver for ZynqMPMichal Simek1-0/+31
2022-02-11acpi: Move acpi_write_tables() to a generic headerSimon Glass1-0/+10
2022-02-11DFU: Check the number of arguments and argument string strictlyMasami Hiramatsu1-12/+21
2022-02-11cmd: pxe_utils: sysboot: add kaslr-seed generation supportZhang Ning1-0/+2
2022-02-11Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-1/+2
2022-02-11usb: ehci-mx6: Enable OTG detection on imx8mm and imx8mnAdam Ford1-1/+2
2022-02-10common: drop CONFIG_SYS_RESET_ADDROvidiu Panait2-18/+0
2022-02-10input: apple: Add support for Apple SPI keyboardMark Kettenis1-1/+1
2022-02-10configs: apple: Add NVMe boot targetMark Kettenis1-0/+7
2022-02-10mailbox: apple: Add driver for Apple IOP mailboxMark Kettenis1-0/+19
2022-02-10Merge tag 'dm-pull-8feb22-take3' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini1-1/+1
2022-02-10arm: kirkwood: Pogoplug E02 : Convert Ethernet to Driver ModelTony Dinh1-10/+3
2022-02-10arm: kirkwood: Dockstar : Add DM EthernetTony Dinh1-15/+5
2022-02-10arm: kirkwood: iConnect : Add Ethernet supportTony Dinh1-14/+7
2022-02-10arm: kirkwood: Dreamplug : Use Marvell uclass mvgbe and PHY driver for EthernetTony Dinh1-15/+5
2022-02-09dm: Use parenthesis for the device_get_ops macro argumentSughosh Ganu1-1/+1
2022-02-09Convert CONFIG_SCSI_AHCI_PLAT et al to KconfigSimon Glass53-145/+0
2022-02-09scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICESimon Glass24-44/+4
2022-02-09Convert CONFIG_REMAKE_ELF to KconfigAlper Nebi Yasak40-68/+0
2022-02-09Drop CONFIG_SYS_PIO_MODESimon Glass1-5/+0
2022-02-09Convert CONFIG_SYS_IDE_MAXBUS et al to KconfigSimon Glass12-84/+0
2022-02-09ide: Drop CONFIG_IDE_AHBSimon Glass1-7/+0
2022-02-08bloblist: Update to use conditional valueSimon Glass1-10/+0
2022-02-08kconfig: Add support for conditional valuesSimon Glass1-0/+40
2022-02-08kconfig: Update IS_ENABLED() internalsSimon Glass1-7/+5
2022-02-08Nokia RX-51: Convert to CONFIG_DM_KEYBOARDPali Rohár1-12/+1
2022-02-08include: configs: j721e_evm: Add support to boot ethfw core in j721eAswath Govindraju1-9/+10
2022-02-08dt-bindings: phy: cadence-sierra: Add binding to specify SSC modeSwapnil Jakhade1-0/+4
2022-02-08remoteproc: uclass: Add remoteproc resource handling helpersKeerthy1-1/+383
2022-02-08linux: bitmap.h: Add find_next_zero_area functionKeerthy1-0/+26