summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-08-19mmc: exynos_dw_mmc: Obtain and use CIU clock via CCF APISam Protsenko
2024-08-19mmc: exynos_dw_mmc: Don't call pinmux functions on ARM64 chipsSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Fix getting private data in exynos_dwmci_board_init()Sam Protsenko
2024-08-19mmc: exynos_dw_mmc: Fix obtaining the base address of controllerSam Protsenko
2024-08-19mmc: dw_mmc: Improve coding styleSam Protsenko
2024-08-19mmc: dw_mmc: Replace fifoth_val property with fifo-depthSam Protsenko
2024-08-19mmc: dw_mmc: Add support for 64-bit IDMACSam Protsenko
2024-08-19mmc: dw_mmc: Improve 32-bit IDMAC descriptor namingsSam Protsenko
2024-08-19mmc: dw_mmc: Extract setting the DMA descriptor into a separate routineSam Protsenko
2024-08-19mmc: dw_mmc: Extract DMA transfer handling code into a separate routineSam Protsenko
2024-08-19mmc: dw_mmc: Extract FIFO data transfer into a separate routineSam Protsenko
2024-08-19mmc: dw_mmc: Extract divider update to a separate functionSam Protsenko
2024-08-19mmc: dw_mmc: Extract FIFO init into a separate routineSam Protsenko
2024-08-19mmc: dw_mmc: Extract waiting for data busy into a separate routineSam Protsenko
2024-08-19mmc: dw_mmc: Move struct idmac to dw_mmc.cSam Protsenko
2024-08-15pinmux: generic: Use ENOENT instead of ENOSYSSean Anderson
2024-08-15spi: soft_spi: Parse cs-gpios only if num-chipselects is not <0>Michael Polyntsov
2024-08-15spi: soft_spi: fix miso gpio property nameMikhail Kshevetskiy
2024-08-13i2c: Remove CFG_SYS_I2C_DIRECT_BUSSimon Glass
2024-08-13i2c: Remove CFG_SYS_I2C_MAX_HOPSSimon Glass
2024-08-13i2c: Remove I2C_SET_BUS()Simon Glass
2024-08-13i2c: Drop reference to SYS_I2C_INIT_BOARDSimon Glass
2024-08-13fsl: mxc: Drop legacy I2cSimon Glass
2024-08-13i2c: Remove IC2_xxx enumSimon Glass
2024-08-12Merge tag 'u-boot-rockchip-20240812' of https://source.denx.de/u-boot/custodi...Tom Rini
2024-08-11usb: dwc3: support USB 3.1 controllersCaleb Connolly
2024-08-09sandbox: Return error code from read/write/seekSimon Glass
2024-08-09Merge tag 'tpm-master-09082024' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-08-09i2c: imx_lpi2c: Support read transfers longer than 256 bytesFedor Ross
2024-08-09i2c: imx_lpi2c: Replace hard-coded bus speed value with bus->speed_hzFedor Ross
2024-08-09i2c: imx_lpi2c: Fix a typo in bus_i2c_receiveFedor Ross
2024-08-09i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5David Virag
2024-08-09i2c: samsung: Drop s3c24x0 specific code.David Virag
2024-08-09i2c: mux: Fix error path in i2c-arb-gpioMichal Simek
2024-08-09i2c: pca954x: Remove pointer to GDMichal Simek
2024-08-09dm: adc: Add SPL_ADC Kconfig symbol for use of ADC in SPLJonas Karlman
2024-08-09rockchip: io-domain: Add support for RK3308Jonas Karlman
2024-08-09mmc: rockchip_dw_mmc: Allow 4-bit mode when 8-bit mode is supportedJonas Karlman
2024-08-09phy: rockchip: naneng-combphy: Introduce PHY-IDs to fix RK3588 muxingSebastian Kropatsch
2024-08-08Merge tag 'u-boot-nand-20240808' of https://source.denx.de/u-boot/custodians/...Tom Rini
2024-08-08spinand: bind UBI blockAlexey Romanov
2024-08-08disk: support UBI partitionsAlexey Romanov
2024-08-08drivers: introduce UBI block abstractionAlexey Romanov
2024-08-08spinand: bind mtdblockAlexey Romanov
2024-08-08drivers: introduce mtdblock abstractionAlexey Romanov
2024-08-08disk: support MTD partitionsAlexey Romanov
2024-08-06Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2024-08-06Merge tag 'xilinx-for-v2024.10-rc2' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2024-08-06usb: gadget: atmel: Add DM_USB_GADGET supportZixun LI
2024-08-06usb: gadget: atmel: Add attach/detach supportZixun LI