aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-12-13led-uclass: do not create fallback label for top-level nodeRasmus Villemoes1-1/+1
2023-12-13led-uclass: honour ->label field populated by driver's own .bindRasmus Villemoes1-1/+3
2023-12-13clk: zynqmp: enable topsw_lsbus clockVenkatesh Yadav Abbarapu1-0/+1
2023-12-13drivers: misc: Kconfig: Fix SPL_FS_LOADER promptAlexander Gendin1-1/+1
2023-12-13clk: imx8mn: add pwm clocksNicolas Heemeryck1-0/+30
2023-12-13phy: phy-imx8mq-usb: Remove .exit operationFabio Estevam1-6/+0
2023-12-13net: phy: realtek: Add support for RTL8211F(D)(I)-VD-CGSébastien Szymanski1-0/+14
2023-12-13net: dwc_eth_qos: add i.MX93 supportSébastien Szymanski2-0/+7
2023-12-13ddr: imx: Save the FW loading if it hasn't changedShawn Guo1-0/+7
2023-12-13mailbox: zynqmp: support mulitple mboxes via device-treeTanmay Shah2-13/+74
2023-12-13mailbox: add el3 support only for zynqmp platformTanmay Shah1-0/+10
2023-12-13mailbox: zynqmp: support smc calls to TF-ATanmay Shah1-2/+86
2023-12-13drivers: xilinx_spi: Probe fifo_depth at runtimeMayuresh Chitale1-0/+23
2023-12-13drivers: xilinx_spi: Add xfer callbackMayuresh Chitale1-0/+13
2023-12-13drivers: xilinx_spi: Use udevice in start_tranferMayuresh Chitale1-16/+16
2023-12-13pci: xilinx: Enable MMIO regionMayuresh Chitale1-0/+8
2023-12-13pci: xilinx: Fix "reg" not found errorMayuresh Chitale1-17/+12
2023-12-13net: axi_emac: Use reg property for DMA registersMayuresh Chitale1-5/+4
2023-12-09Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini4-0/+346
2023-12-09mtd: spi-nor: add flash model w25q01/02 supportJim Liu1-0/+10
2023-12-09spi: cadence_qspi: Select flash subnode at runtimeUdit Kumar2-1/+7
2023-12-09mtd: spi-nor: Add MT25QU128AB paramsGodfrey Mwangi1-0/+1
2023-12-09mtd: spi-nor: Add MT25U01G part number for SPI NOR FlashJit Loon Lim1-0/+1
2023-12-09drivers: mtd: spi: Add support for GD55LB02GEBIR SPI NOR flashTeik Heng Chong1-0/+5
2023-12-06sunxi: H616: remove default AXP305 selectionAndre Przywara1-1/+0
2023-12-06mtd: spi-nor: Add support for zBIT ZB25VQ128Andre Przywara2-0/+10
2023-12-06mtd: spi-nor: Add support for Silicon Kaiser sk25lp128Jonas Karlman2-0/+9
2023-12-06spi: bcm63xx-hsspi: Fix compiler warningWilliam Zhang1-1/+1
2023-12-05watchdog: Add StarFive Watchdog driverChanho Park3-0/+337
2023-12-05clk: starfive: jh7110: Add watchdog clocksChanho Park1-0/+9
2023-12-04Merge tag 'v2024.01-rc4' into nextTom Rini8-54/+118
2023-12-04watchdog: Correct watchdog timeout print messageChanho Park1-1/+2
2023-12-01usb: USB_XHCI_PCI depends on PCIHeinrich Schuchardt1-1/+1
2023-12-01usb: dwc3-generic: Use combined glue and ctrl node for RK3588Jonas Karlman1-0/+1
2023-12-01usb: xhci: Fix DMA address calculation in queue_trbHector Martin1-1/+4
2023-12-01usb: xhci: Do not panic on event timeoutsHector Martin1-2/+3
2023-12-01usb: xhci: Fail on attempt to queue TRBs to a halted endpointHector Martin1-1/+2
2023-12-01usb: xhci: Recover from halted bulk endpointsHector Martin1-0/+8
2023-12-01usb: xhci: Allow context state errors when halting an endpointHector Martin1-2/+4
2023-12-01usb: xhci: Better error handling in abort_td()Hector Martin1-12/+22
2023-12-01usb: xhci: Guard all calls to xhci_wait_for_eventHector Martin2-0/+24
2023-11-30Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-teg...Tom Rini3-2/+40
2023-11-29configs: keystone2: Do not include hardware.hAndrew Davis2-0/+2
2023-11-29xen: pvblock: fix the maximum io size in one operationAKASHI Takahiro1-1/+2
2023-11-29timer-uclass: Always use "clock-frequency" property as fallbackAlex Bee1-6/+6
2023-11-28Merge patch series "cmd: add scmi command"Tom Rini2-37/+71
2023-11-28firmware: scmi: support protocols on sandbox only if enabledAKASHI Takahiro2-37/+71
2023-11-28Merge patch series "Import "string" I/O functions from Linux"Tom Rini8-97/+5
2023-11-28musb-new: Remove implementation of io.h functionsIgor Prusov1-24/+0
2023-11-28treewide: Include linux/io.h instead of asm-generic/io.hIgor Prusov4-4/+3