summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-10-27Merge a patch series to improve dc2114x supportTom Rini
2024-10-27Merge patch series "net: ksz9477: add support for KSZ GbE switches using SPI ...Tom Rini
2024-10-27Merge patch series "Add driver for Motorcomm YT8821 2.5G ethernet phy"Tom Rini
2024-10-27net: recv(): return -EAGAIN instead of 0 when no cleanup is expectedJerome Forissier
2024-10-27net: ksz9477: add support for KSZ GbE switches using SPI busRomain Naour
2024-10-27net: ksz9477: prepare ksz9477 without I2C supportRomain Naour
2024-10-27net: ksz9477: rename ksz_i2c_probe() to ksz_probe()Romain Naour
2024-10-27net: ksz9477: store ksz bus operations functionsRomain Naour
2024-10-27net: ksz9477: set i2c bus offset length only when neededRomain Naour
2024-10-27net: ksz9477: rename udevice_id tab to ksz_idsRomain Naour
2024-10-27net: ksz9477: add KSZ9896 switch supportRomain Naour
2024-10-27net: ksz9477: remove dev_set_parent_priv() callRomain Naour
2024-10-27net: ksz9477: move struct ksz_dsa_priv *priv declarationRomain Naour
2024-10-27net: phy: motorcomm: Add driver for Motorcomm YT8821 2.5G ethernet phyFrank Sae
2024-10-27net: phy: motorcomm: Optimize phy speed mask to be compatible to YT8821Frank Sae
2024-10-27net: dc2114x: remove the pass all multicast flag in operation mode settingsHanyuan Zhao
2024-10-27net: dc2114x: allow users to decide how to tx packets according to IP coreHanyuan Zhao
2024-10-27net: dc2114x: allow users to decide whether to detect the tx No Carrier errorsHanyuan Zhao
2024-10-27net: dc2114x: remove unused lines and change the var and print typesHanyuan Zhao
2024-10-27net: dc2114x: add support for CPUs that have cache between the memory and the...Hanyuan Zhao
2024-10-27net: dc2114x: set the card number to start at zeroHanyuan Zhao
2024-10-27net: dc2114x: get mac address from environmentHanyuan Zhao
2024-10-27net: dc2114x: add support for platforms that don't have pci controllersHanyuan Zhao
2024-10-26Merge tag 'u-boot-rockchip-20241026' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2024-10-26adc: rockchip-saradc: Use vdd-microvolts prop as fallbackJonas Karlman
2024-10-26adc: Allow use of adc with DM_REGULATOR disabledJonas Karlman
2024-10-25Merge tag 'u-boot-imx-master-20241025a' of https://gitlab.denx.de/u-boot/cust...Tom Rini
2024-10-25imx: imxrt1050-evk: Fix missing clocks for mmcJesse Taube
2024-10-25Merge tag 'xilinx-for-v2025.01-rc1-v2' of https://source.denx.de/u-boot/custo...Tom Rini
2024-10-25Merge tag 'u-boot-dfu-20241025' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-10-25spi: zynq_qspi: Add missing prototype for update_stripeVenkatesh Yadav Abbarapu
2024-10-25rockchip: px30: clk: add UART0 clock getter/setterLukasz Czechowski
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-24dfu: sf: rely on DT for spi speed and modeNeil Armstrong
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