summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2026-05-15firmware: scmi: sandbox: Staticize and constify driver opsMarek Vasut
2026-05-15spi: fsl_espi: fix read transactionsMichael Walle
2026-05-15power: domain: zynqmp: Staticize and constify driver opsMarek Vasut
2026-05-15power: domain: tegra186: Staticize and constify driver opsMarek Vasut
2026-05-15power: domain: scmi: Staticize and constify driver opsMarek Vasut
2026-05-15power: domain: sandbox: Staticize and constify driver opsMarek Vasut
2026-05-15power: domain: mtk: Staticize and constify driver opsMarek Vasut
2026-05-15power: domain: meson-secure-pwrc: Staticize and constify driver opsMarek Vasut
2026-05-15power: domain: meson-gx-pwrc: Staticize and constify driver opsMarek Vasut
2026-05-15power: domain: meson-ee-pwrc: Staticize and constify driver opsMarek Vasut
2026-05-15power: domain: imx8mp-mediamix: Staticize and constify driver opsMarek Vasut
2026-05-15power: domain: imx8m: Staticize and constify driver opsMarek Vasut
2026-05-15power: domain: imx8: Staticize and constify driver opsMarek Vasut
2026-05-15power: domain: imx8-legacy: Staticize and constify driver opsMarek Vasut
2026-05-15power: domain: bcm6328: Staticize and constify driver opsMarek Vasut
2026-05-15power: domain: apple: Staticize and constify driver opsMarek Vasut
2026-05-15mmc: cv1800b_sdhci: honor 'no-1-8-v' DT propertyHiago De Franco
2026-05-15power: pmic: emul: Staticize and constify driver opsMarek Vasut
2026-05-15mmc: bootstd: Staticize and constify driver opsMarek Vasut
2026-05-15mmc: sdhci: Start status timeout after command issueTanmay Kathpalia
2026-05-14gpio: Correct dependencies for MCP230xxCharles Perry
2026-05-14rtc: ds1307: Handle oscillator stop flag set on ds1339 chipRonan Dalton
2026-05-14Merge tag 'i2c-updates-for-2026.07-rc3' of https://source.denx.de/u-boot/cust...Tom Rini
2026-05-14i2c: Remove legacy CONFIG_SYS_I2C_SOFTTom Rini
2026-05-14i2c: designware_i2c: Staticize driver opsMarek Vasut
2026-05-13Merge tag 'u-boot-stm32-20260512' of https://source.denx.de/u-boot/custodians...Tom Rini
2026-05-13usb: gadget: f_acm: Fix memory leak in acm_addFrancois Berder
2026-05-12Merge patch series "add memdup_nul(), use it and memdup() in a few places"Tom Rini
2026-05-12drivers/core: use memdup() instead of malloc()+memcpy()Rasmus Villemoes
2026-05-12virtio: fix return value checkChristian Pötzsch
2026-05-12arm: apple: Switch to board based text envJanne Grunau
2026-05-12watchdog: apple: Add "apple,t8103-wdt" compatibleJanne Grunau
2026-05-12spi: apple: Add "apple,t8103-spi" compatibleJanne Grunau
2026-05-12power: domain: apple: Add "apple,t8103-pmgr-pwrstate" compatibleJanne Grunau
2026-05-12pinctrl: apple: Add "apple,t8103-pinctrl" compatibleJanne Grunau
2026-05-12nvme: apple: add "apple,t8103-nvme-ans2" compatibleJanne Grunau
2026-05-12mmc: sdhci-cadence: trigger tuning for SD HS mode on SD6HC (v6) PHYTze Yee Ng
2026-05-12reset: stm32: Fix compilation errorPatrice Chotard
2026-05-09Merge branch 'master' of git://source.denx.de/u-boot-usbTom Rini
2026-05-09usb: dwc3: Fix crash on fastboot exit due to incorrect memory freeBalaji Selvanathan
2026-05-09usb: Correct dependencies around USB_EMULTom Rini
2026-05-09reset: Correct dependencies for RESET_RZG2L_USBPHY_CTRLTom Rini
2026-05-09usb: gadget: Correct dependencies for USB_RENESAS_USBHSTom Rini
2026-05-08virtio: fix boot device hunting in qemu with virtioLudwig Nussel
2026-05-06Merge tag 'mmc-for-2026.07-rc2' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2026-05-06net: phy: mscc: add support for the VSC8572Charles Perry
2026-05-06net: macb: add gigabit implementation for fixed-linkChristian DREHER
2026-05-06net: macb: do not set user_io when it does not existChristian DREHER
2026-05-06net: macb: use SA1 for MAC filtering on GEMChristian DREHER
2026-05-06net: macb: include arch/clk.h only when necessaryChristian DREHER