summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-01-16ram: Mark ram-uclass depend on TPL_DM or SPL_DMJagan Teki1-1/+1
2023-01-16rockchip: clk: add watchdog clock to px30_clk_enableQuentin Schulz1-0/+3
2023-01-14usb: gadget: dwc2_udc_otg: implement pullup()Mattijs Korpershoek1-0/+9
2023-01-14usb: gadget: fastboot: detach usb just before rebootingDario Binacchi1-1/+1
2023-01-13Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians...Tom Rini3-24/+136
2023-01-12gpio: Get rid of gpio_hog_probe_all()Marek Vasut1-23/+8
2023-01-12dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPLQuentin Schulz1-5/+7
2023-01-12net: fm: Support loading firmware from a filesystemSean Anderson2-1/+28
2023-01-12net: fm: Add firmware name parameterSean Anderson2-4/+13
2023-01-12misc: fs_loader: Add function to get the chosen loaderSean Anderson2-25/+30
2023-01-12Uboot RNG Driver using Data Co-processorKshitiz Varshney3-0/+193
2023-01-12adc: stm32mp15: add calibration supportOlivier Moysan1-18/+116
2023-01-12usb: onboard-hub: add driver to manage onboard hub suppliesFabrice Gasnier2-6/+20
2023-01-11ata: Fix dependency for CONFIG_SATA_SILPali Rohár1-0/+1
2023-01-11fastboot: Add OEM run commandSean Anderson2-5/+18
2023-01-11fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay4-108/+63
2023-01-11optee: bind the TA drivers on OP-TEE nodePatrick Delaunay1-2/+4
2023-01-11reboot-mode: Add NVMEM reboot modeSean Anderson3-0/+65
2023-01-11rtc: abx8xx: Add support for reading RAMSean Anderson1-17/+51
2023-01-10pinctrl: nuvoton: add NPCM7xx/NPCM8xx reset type detectJim Liu2-1/+41
2023-01-09Merge branch 'next'Tom Rini354-14028/+37222
2023-01-08Merge tag 'u-boot-nand-20230108' of https://source.denx.de/u-boot/custodians/...Tom Rini6-108/+485
2023-01-08mtd: rawnand: omap_elm: u-boot driver model supportRoger Quadros3-2/+133
2023-01-08mtd: rawnand: omap_gpmc: Enable SYS_NAND_PAGE_COUNT for OMAP_GPMCRoger Quadros1-1/+2
2023-01-08mtd: rawnand: omap_gpmc: Add SPL NAND supportRoger Quadros3-1/+46
2023-01-08mtd: rawnand: omap_gpmc: support u-boot driver modelRoger Quadros2-1/+64
2023-01-08mtd: rawnand: nand_base: Allow base driver to be used in SPL without nand_bbtRoger Quadros1-1/+17
2023-01-08mtd: rawnand: omap_gpmc: Fix BCH6/16 HW based correctionRoger Quadros1-102/+223
2023-01-06Merge tag 'u-boot-at91-2023.04-a' of https://source.denx.de/u-boot/custodians...Tom Rini18-8/+3927
2023-01-06Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot""Marek Vasut1-1/+1
2023-01-06i2c: uniphier-f: correct error recoveryDai Okamura1-2/+2
2023-01-05reset: at91: Add reset driver for basic assert/deassert operationsSergiu Moga4-9/+151
2023-01-03arm: s5p4418: dm_serial: switch to DM_SERIALStefan Bosch2-0/+10
2023-01-03arm: s5p4418: dm_serial: add driver source codeStefan Bosch1-0/+94
2023-01-03Add CONFIG_SYS_NAND_SELF_INIT to Kconfig for NAND DENALI driverLokanathan, Raaj1-0/+1
2023-01-03serial: Use -EAGAIN in getc and putcPali Rohár4-36/+28
2023-01-03serial: Do not write additional \r before \n for dm_serial driversPali Rohár2-6/+0
2023-01-03rtc: add ht1380 driverSergei Antonov3-0/+339
2023-01-02pinctrl: uniphier: add ethernet TX pin data for PXs3Dai Okamura1-1/+19
2023-01-02pinctrl: uniphier: add check if pins are validDai Okamura1-0/+3
2023-01-02timer: orion-timer: Fix problem with early static variableStefan Roese1-3/+7
2022-12-31cmd: source: Support specifying config nameSean Anderson1-1/+1
2022-12-31treewide: Use NULL for script image nameSean Anderson1-1/+1
2022-12-26power: regulator: Add support for NPCM8xxJim Liu3-0/+141
2022-12-23cf_spi.c: Rename CONFIG_SPI_IDLE_VAL to SPI_IDLE_VALTom Rini2-10/+6
2022-12-23pci-rcar-gen3: Rename CONFIG_SEND_ENABLETom Rini1-3/+3
2022-12-23post: Move CONFIG_SYS_POST to CFG_SYS_POSTTom Rini2-2/+2
2022-12-23kbuild: Remove uncmd_spl logicTom Rini7-36/+13
2022-12-23global: Migrate CONFIG_USB_ISP1301_I2C_ADDR to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_USART_ID to CFGTom Rini1-1/+1