aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-12-14Merge tag 'u-boot-imx-next-20231214' of https://gitlab.denx.de/u-boot/custodi...Tom Rini6-6/+58
2023-12-13fdt: Check for a valid fdt in oftree_ensure()Simon Glass1-0/+5
2023-12-13acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.hHeinrich Schuchardt1-0/+1
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini1-3/+3
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass1-3/+3
2023-12-13Merge patch series "some LED patches"Tom Rini6-28/+609
2023-12-13led: add TI LP5562 LED driverDoug Zobel3-0/+586
2023-12-13led: led_pwm: use led_bind_generic() helperRasmus Villemoes1-13/+1
2023-12-13led: led_gpio: use led_bind_generic() helperRasmus Villemoes1-14/+1
2023-12-13led: introduce led_bind_generic()Rasmus Villemoes1-0/+18
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: 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-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
2023-11-28spi: meson_spifc_a1: Switch to io{read,write}32_rep()Igor Prusov1-2/+2
2023-11-28asm-generic: Import functions from LinuxIgor Prusov2-67/+0
2023-11-28Merge patch series "sysinfo: Expand sysinfo with some more banner information"Tom Rini1-0/+7
2023-11-28sysinfo: Allow displaying more info on startupSimon Glass1-0/+7
2023-11-28Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsungWIP/28Nov2023Tom Rini3-36/+49
2023-11-27i2c: Bugfix in i2c_get_chip_by_phandle()Philip Oberfichtner1-1/+1
2023-11-27Merge patch series "ufs: Add a PCI UFS controller support"WIP/27Nov2023-nextTom Rini6-12/+79
2023-11-27ufs: Handle UFS 3.1 controllersBin Meng2-1/+3
2023-11-27ufs: Add a PCI based UFS controller driverBin Meng3-0/+57
2023-11-27ufs: Allow mmio registers on the PCI busBin Meng1-1/+9
2023-11-27ufs: Add a line feed to the end of some dev_xxx() messagesBin Meng1-8/+8
2023-11-27ufs: Correct the UFS terminlogyBin Meng2-2/+2
2023-11-27serial: s5p: Use dev_read_addr_ptr() to get base addressSam Protsenko1-4/+2