summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-12-26spi: npcm_pspi: Fix the wrong clock divider calculationJim Liu
2023-12-15test: dm: clk_ccf: test ccf_clk_opsYang Xiwen
2023-12-15clk: Check that composite clock's div has set_rate()Igor Prusov
2023-12-15clk: get correct ops for clk_enable() and clk_disable()Yang Xiwen
2023-12-15clk: check parent_name in clk_register to avoid confusing log_error() outputYang Xiwen
2023-12-14ddr: imx: Add 3600 MTps rate supportMarek Vasut
2023-12-14ddr: imx: Handle 3734 in addition to 3733 and 3732 MTps ratesMarek Vasut
2023-12-13drivers: misc: Kconfig: Fix SPL_FS_LOADER promptAlexander Gendin
2023-12-09Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2023-12-06sunxi: H616: remove default AXP305 selectionAndre Przywara
2023-12-06mtd: spi-nor: Add support for zBIT ZB25VQ128Andre Przywara
2023-12-05watchdog: Add StarFive Watchdog driverChanho Park
2023-12-05clk: starfive: jh7110: Add watchdog clocksChanho Park
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-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-27serial: s5p: Use dev_read_addr_ptr() to get base addressSam Protsenko
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-21usb: fastboot: Add missing newline in pr_errSimon Holesch
2023-11-21usb: ci: Fix gadget reinitSimon Holesch
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-17virtio: rng: gracefully handle 0 byte returnsAndre Przywara
2023-11-14dm: Do not enable debug messages by defaultHeinrich Schuchardt
2023-11-13clk: exynos: Add header guard for clk-pll.hSam Protsenko
2023-11-13serial: s5p: Fix clk_get_by_index() error code checkSam Protsenko
2023-11-13watchdog: s5p_wdt: Include missing CPU headerSam Protsenko
2023-11-13mmc: renesas-sdhi: Disable clock after tuning reset when possibleMarek Vasut
2023-11-12power: regulator: add AXP313 supportAndre Przywara
2023-11-12power: pmic: sunxi: add AXP313 SPL driverAndre Przywara
2023-11-12pinctrl: sunxi: Avoid using .bss for SPLSamuel Holland
2023-11-12sunxi: mmc: Sort compatible strings numericallySamuel Holland
2023-11-12clk: sunxi: Use the right symbol in the MakefileSamuel Holland
2023-11-12sunxi: mmc: Move header to the driver directorySamuel Holland
2023-11-12net: sun8i_emac: Drop DM_GPIO checksSamuel Holland
2023-11-12sunxi: board: simplify early PMIC setup conditionsAndre Przywara
2023-11-10Merge branch '2023-11-10-assorted-fixes'Tom Rini
2023-11-10bootstd: Skip over bad device during bootflows scanningTony Dinh