summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-10-25imx: imxrt1050-evk: Fix missing clocks for mmcJesse Taube
2024-10-25mmc: fsl_esdhc: Convert to use livetree API for fdt accessTim Harvey
2024-10-25i2c: mxc_i2c: Convert to use livetree API for fdt accessTim Harvey
2024-10-25imx: power-domain: Convert to use livetree API for fdt accessTim Harvey
2024-10-25pinctrl: imx: Convert to use livetree API for fdt accessTim Harvey
2024-10-25imx: Support i.MX93 9X9 QSB boardPeng Fan
2024-10-24block: make blk_create_device() staticHeinrich Schuchardt
2024-10-24rockchip: block: simplify rkmtd driverHeinrich Schuchardt
2024-10-24mcp230xx_gpio.c: Add a missing include file.Philip Balister
2024-10-24mtd: spi-nor: Add mt35xu01gbba octal mode SPI NOR flashHan Xu
2024-10-24mtd: spi-nor-ids: Add Puya Semiconductor chips descriptionDmitry Dunaev
2024-10-23watchdog: introduce separate SPL symbol for WDT_GPIORasmus Villemoes
2024-10-23ddr: altera: include u-boot/schedule.hRasmus Villemoes
2024-10-23i2c: rzg2l: include u-boot/schedule.hRasmus Villemoes
2024-10-23led: include cyclic.h in led_sw_blink.cRasmus Villemoes
2024-10-23drivers: watchdog: Add DaVinci's watchdog supportBastien Curutchet
2024-10-23watchdog: gpio_wdt: add support for stoppable devicesRasmus Villemoes
2024-10-22video: simplefb: Fix build warn with CONFIG_FDT_64BIT=nEva Kurchatova
2024-10-21Merge patch series "aspeed: ast2700: Add Caliptra ECDSA driver"Tom Rini
2024-10-21drivers/crypto: aspeed: Add Caliptra ECDSA384 supportChia-Wei Wang
2024-10-21Merge patch series "Add AVS support for J721S2"Tom Rini
2024-10-21drivers: misc: k3_avs: Extract MPU clk and dev ID from DTManorit Chawdhry
2024-10-21drivers: misc: k3_avs: Check return code while programming AVSManorit Chawdhry
2024-10-21power: pmic: tps65941: Add DM_PMIC dependencyManorit Chawdhry
2024-10-21Merge patch series "Add TI K3 PCIe Controller support for J7200"Tom Rini
2024-10-21pci: Add TI K3 Cadence PCIe ControllerSiddharth Vadapalli
2024-10-21i2c: i2c-gpio: add support for i2c-gpio,sda-output-onlyAlex Shumsky
2024-10-21i2c: muxes: pca954x: Add MAX735x/MAX736x supportMaksim Kiselev
2024-10-18video: Avoid starting a new line to close to the bottomSimon Glass
2024-10-18video: Add a dark-grey console colourSimon Glass
2024-10-18x86: Sync up tsc_timer with LinuxSimon Glass
2024-10-18x86: Avoid timer-clock overflowSimon Glass
2024-10-18x86: Ensure the CPU identity exists for timer initSimon Glass
2024-10-18virtio: blk: introduce virtio-block erase supportDmitrii Merkurev
2024-10-18Merge tag 'u-boot-imx-master-20241018a' of https://gitlab.denx.de/u-boot/cust...Tom Rini
2024-10-18cpu: imx8_cpu: Avoid revision to corrupt device treePeng Fan
2024-10-18clk: imx8: Add dummy clkPeng Fan
2024-10-17Merge patch series "Cleanup dma device in spl and move dma channel[0]"Tom Rini
2024-10-17dma: ti: k3-udma: Move DMA channel[0] allocation to probe and add udma_remove()Santhosh Kumar K
2024-10-17dma: ti: k3-udma: Move udma_probe() below all APIsSanthosh Kumar K
2024-10-17Merge tag 'u-boot-dfu-20241017' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-10-16Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2024-10-17usb: tcpm: fusb302: add driverSebastian Reichel
2024-10-17usb: tcpm: add core frameworkSebastian Reichel
2024-10-16Merge patch series "some serial rx buffer patches"Tom Rini
2024-10-16serial: embed the rx buffer in struct serial_dev_privRasmus Villemoes
2024-10-16serial: add build-time sanity check of CONFIG_SERIAL_RX_BUFFER_SIZERasmus Villemoes
2024-10-16serial: do not overwrite not-consumed characters in rx bufferRasmus Villemoes
2024-10-16serial: fix circular rx buffer edge caseRasmus Villemoes
2024-10-16net: lwip: add DHCP support and dhcp commmandJerome Forissier