summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-12-04watchdog: Correct watchdog timeout print messageChanho Park
2023-12-01usb: USB_XHCI_PCI depends on PCIHeinrich Schuchardt
2023-12-01usb: dwc3-generic: Use combined glue and ctrl node for RK3588Jonas Karlman
2023-12-01usb: xhci: Fix DMA address calculation in queue_trbHector Martin
2023-12-01usb: xhci: Do not panic on event timeoutsHector Martin
2023-12-01usb: xhci: Fail on attempt to queue TRBs to a halted endpointHector Martin
2023-12-01usb: xhci: Recover from halted bulk endpointsHector Martin
2023-12-01usb: xhci: Allow context state errors when halting an endpointHector Martin
2023-12-01usb: xhci: Better error handling in abort_td()Hector Martin
2023-12-01usb: xhci: Guard all calls to xhci_wait_for_eventHector Martin
2023-11-30Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-teg...Tom Rini
2023-11-29configs: keystone2: Do not include hardware.hAndrew Davis
2023-11-29xen: pvblock: fix the maximum io size in one operationAKASHI Takahiro
2023-11-29timer-uclass: Always use "clock-frequency" property as fallbackAlex Bee
2023-11-28Merge patch series "cmd: add scmi command"Tom Rini
2023-11-28firmware: scmi: support protocols on sandbox only if enabledAKASHI Takahiro
2023-11-28Merge patch series "Import "string" I/O functions from Linux"Tom Rini
2023-11-28musb-new: Remove implementation of io.h functionsIgor Prusov
2023-11-28treewide: Include linux/io.h instead of asm-generic/io.hIgor Prusov
2023-11-28spi: meson_spifc_a1: Switch to io{read,write}32_rep()Igor Prusov
2023-11-28asm-generic: Import functions from LinuxIgor Prusov
2023-11-28Merge patch series "sysinfo: Expand sysinfo with some more banner information"Tom Rini
2023-11-28sysinfo: Allow displaying more info on startupSimon Glass
2023-11-28Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini
2023-11-27i2c: Bugfix in i2c_get_chip_by_phandle()Philip Oberfichtner
2023-11-27Merge patch series "ufs: Add a PCI UFS controller support"Tom Rini
2023-11-27ufs: Handle UFS 3.1 controllersBin Meng
2023-11-27ufs: Add a PCI based UFS controller driverBin Meng
2023-11-27ufs: Allow mmio registers on the PCI busBin Meng
2023-11-27ufs: Add a line feed to the end of some dev_xxx() messagesBin Meng
2023-11-27ufs: Correct the UFS terminlogyBin Meng
2023-11-27serial: s5p: Use dev_read_addr_ptr() to get base addressSam Protsenko
2023-11-25Merge tag 'u-boot-dfu-next-20231124' of https://source.denx.de/u-boot/custodi...Tom Rini
2023-11-23serial: s5p: Improve coding styleSam Protsenko
2023-11-23serial: s5p: Use named constants for register valuesSam Protsenko
2023-11-23serial: s5p: Use livetree API to get "id" propertySam Protsenko
2023-11-23serial: s5p: Remove common.h inclusionSam Protsenko
2023-11-22serial: npcm: support skip uart clock settingJim Liu
2023-11-22dma: ti: k3-udma: Introduce DMA support for the am62axVignesh Raghavendra
2023-11-22tpm: remove superfluous check in tpm_tis_send()Heinrich Schuchardt
2023-11-21usb: udc: Try to clarify an error messageMiquel Raynal
2023-11-21cmd: Change the dependencies between CMD_BIND and USB_GADGETMiquel Raynal
2023-11-21usb: gadget: f_mass_storage: Stop ums on START-STOP UNIT SCSI commandMarek Vasut
2023-11-21dfu: add CONFIG_DFU_NAME_MAX_SIZE configurationJaehoon Chung
2023-11-21usb: fastboot: Add missing newline in pr_errSimon Holesch
2023-11-21usb: ci: Fix gadget reinitSimon Holesch
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-20scsi: set dma direction to NONE for TEST UNIT READYNikita Yushchenko
2023-11-18Merge branch 'master-mmc-clock' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2023-11-18blk: blkmap: add ramdisk creation utility functionMasahisa Kojima