aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-12-14ddr: imx: Add 3600 MTps rate supportMarek Vasut1-0/+4
2023-12-14ddr: imx: Handle 3734 in addition to 3733 and 3732 MTps ratesMarek Vasut1-0/+1
2023-12-13drivers: misc: Kconfig: Fix SPL_FS_LOADER promptAlexander Gendin1-1/+1
2023-12-09Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini4-0/+346
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-05watchdog: Add StarFive Watchdog driverChanho Park3-0/+337
2023-12-05clk: starfive: jh7110: Add watchdog clocksChanho Park1-0/+9
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-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-27serial: s5p: Use dev_read_addr_ptr() to get base addressSam Protsenko1-4/+2
2023-11-23serial: s5p: Improve coding styleSam Protsenko1-16/+18
2023-11-23serial: s5p: Use named constants for register valuesSam Protsenko1-10/+21
2023-11-23serial: s5p: Use livetree API to get "id" propertySam Protsenko1-4/+1
2023-11-23serial: s5p: Remove common.h inclusionSam Protsenko1-1/+0
2023-11-21usb: fastboot: Add missing newline in pr_errSimon Holesch1-1/+1
2023-11-21usb: ci: Fix gadget reinitSimon Holesch1-0/+38
2023-11-20scsi: set dma direction to NONE for TEST UNIT READYNikita Yushchenko1-0/+2
2023-11-18Merge branch 'master-mmc-clock' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-4/+10
2023-11-17virtio: rng: gracefully handle 0 byte returnsAndre Przywara1-2/+7
2023-11-14dm: Do not enable debug messages by defaultHeinrich Schuchardt1-1/+0
2023-11-13clk: exynos: Add header guard for clk-pll.hSam Protsenko1-0/+5
2023-11-13serial: s5p: Fix clk_get_by_index() error code checkSam Protsenko1-1/+1
2023-11-13watchdog: s5p_wdt: Include missing CPU headerSam Protsenko1-0/+1
2023-11-13mmc: renesas-sdhi: Disable clock after tuning reset when possibleMarek Vasut1-4/+10
2023-11-12power: regulator: add AXP313 supportAndre Przywara2-0/+18
2023-11-12power: pmic: sunxi: add AXP313 SPL driverAndre Przywara3-2/+150
2023-11-12pinctrl: sunxi: Avoid using .bss for SPLSamuel Holland1-1/+1
2023-11-12sunxi: mmc: Sort compatible strings numericallySamuel Holland1-1/+1
2023-11-12clk: sunxi: Use the right symbol in the MakefileSamuel Holland1-1/+1
2023-11-12sunxi: mmc: Move header to the driver directorySamuel Holland2-0/+142
2023-11-12net: sun8i_emac: Drop DM_GPIO checksSamuel Holland1-10/+0
2023-11-12sunxi: board: simplify early PMIC setup conditionsAndre Przywara1-1/+1
2023-11-10Merge branch '2023-11-10-assorted-fixes'Tom Rini93-99/+96
2023-11-10bootstd: Skip over bad device during bootflows scanningTony Dinh1-1/+1
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon90-90/+90
2023-11-10firmware: scmi: correct a validity check against power domain idAKASHI Takahiro1-4/+4
2023-11-10scsi: Have scsi_init_dev_desc_priv() use memsetTom Rini1-4/+1
2023-11-10rockchip: otp: Add support for RV1126Tim Lunn1-0/+76
2023-11-07zynqmp: migrate gqspi debug to loggingIbai Erkiaga1-49/+33