aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-01-26spi: Add Socionext F_OSPI SPI flash controller driverKunihiko Hayashi3-0/+695
2023-01-26drivers: spi: sh_qspi.c: Use log_warning() instead of printf()Pengfei Fan1-1/+3
2023-01-26drivers: spi: fix some typosPengfei Fan10-13/+13
2023-01-24Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/24Jan2023Tom Rini13-122/+591
2023-01-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass7-14/+14
2023-01-23bootstd: Add a SPI flash bootdevSimon Glass4-0/+102
2023-01-23ata: Don't try to use non-existent portsSimon Glass1-0/+6
2023-01-23bootstd: Add a virtio bootdevSimon Glass1-0/+50
2023-01-23virtio: Add a block deviceSimon Glass1-1/+2
2023-01-23virtio: Avoid strange behaviour on removalSimon Glass1-13/+0
2023-01-23virtio: Fix returning -ENODEVSimon Glass1-1/+1
2023-01-23virtio: Avoid repeating a long expressionSimon Glass1-5/+5
2023-01-23bootstd: Add an NVMe bootdevSimon Glass2-0/+59
2023-01-23bootstd: Add an IDE bootdevSimon Glass1-0/+44
2023-01-23bootstd: Add a SCSI bootdevSimon Glass3-1/+75
2023-01-23scsi: Remove all children of SCSI devices before rescanningSimon Glass1-2/+13
2023-01-23scsi: Correct allocation of block-device nameSimon Glass1-2/+8
2023-01-23bootstd: Add an MMC hunterSimon Glass1-0/+6
2023-01-23bootstd: Add a USB hunterSimon Glass1-0/+12
2023-01-23dm: usb: Mark the device name as alloced when bindingSimon Glass1-0/+2
2023-01-23bootstd: Add a default method to get bootflowsSimon Glass2-49/+0
2023-01-23dm: mmc: Use bootdev_setup_sibling_blk()Simon Glass1-1/+1
2023-01-23ide: Drop non-DM code for BLKSimon Glass1-41/+1
2023-01-23sandbox: mmc: Start off with a zeroed fileSimon Glass1-1/+1
2023-01-23dm: core: Support sorting devices with dm treeSimon Glass1-6/+59
2023-01-23video: sunxi: dw-hdmi: Read address from DT nodeJernej Skrabec1-15/+24
2023-01-23video: sunxi: dw-hdmi: Probe driver by compatibleJernej Skrabec1-8/+10
2023-01-23clk: sunxi: Add DE2 display-related clocks/resetsSamuel Holland7-0/+141
2023-01-23power: pmic: axp: Bind regulators from the DTSamuel Holland1-0/+18
2023-01-23power: regulator: Add a driver for AXP PMIC regulatorsSamuel Holland3-0/+327
2023-01-23power: pmic: axp: Provide a variant ID in the driver dataSamuel Holland1-9/+9
2023-01-21sunxi: mmc: group non-DM specific functionsAndre Przywara1-56/+61
2023-01-21sunxi: mmc: ignore card detect in SPLAndre Przywara1-35/+2
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini57-282/+282
2023-01-20watchdog: Clean up defaults for imx_watchdog / ulp_wdogTom Rini3-10/+2
2023-01-20usbtty: Remove default CONFIG_USBD_* valuesTom Rini1-19/+0
2023-01-20nxp: Finish migration of SYS_FSL_IFC_BANK_COUNT to KconfigTom Rini1-4/+0
2023-01-20net: phy: mv88e61xx: Finish migration of MV88E61XX_FIXED_PORTSTom Rini2-8/+4
2023-01-20usb: musb: Rename CONFIG_USB_MUSB_TIMEOUT to MUSB_TIMEOUTTom Rini2-6/+4
2023-01-20fpga: Migrate CONFIG_MAX_FPGA_DEVICES to KconfigTom Rini2-5/+5
2023-01-20i2c: fsl_i2c: Rework usage of CONFIG_SYS_IMMRTom Rini1-5/+7
2023-01-20global: Remove unused CONFIG definesTom Rini7-28/+1
2023-01-20tee: optee: fix uuid comparisons on service discoveryIlias Apalodimas1-1/+1
2023-01-20tpm2: ftpm: add the device in the OP-TEE services listIlias Apalodimas1-0/+3
2023-01-20tee: optee: fix a print error on rng probingIlias Apalodimas1-1/+1
2023-01-19Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/19Jan2023Tom Rini1-7/+0
2023-01-18dm: pinctrl: Revert "pinctrl: probe pinctrl drivers during post-bind"Simon Glass1-7/+0
2023-01-18firmware: ti_sci: fix typo in boot authentication message nameJorge Ramirez-Ortiz2-2/+2
2023-01-18musb-new: omap2430: fix compiling in DM_USB_GADGET configAndreas Kemnade1-0/+19
2023-01-18musb-new: omap2430: no host data access in gadget modeAndreas Kemnade1-18/+16