summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2025-06-11ram: stm32mp1: Add STM32MP13xx supportMarek Vasut
2025-06-11clk: stm32mp13: Add SPL support and clock tree init to STM32MP13 RCC driverMarek Vasut
2025-06-11clk: stm32mp13: Fix typo in STM32MP13 RCC driverMarek Vasut
2025-06-11reset: stm32mp25: add stm32mp25 reset driverGabriel Fernandez
2025-06-11clk: stm32: fix clock counterGabriel Fernandez
2025-06-11phy: stm32-usbphyc: manage properly the clk identifier with CCFPatrick Delaunay
2025-06-11clk: scmi: manage properly the clk identifier with CCFPatrick Delaunay
2025-06-11clk: fixed_rate: configure clock ID with CONFIG_CLK_AUTO_IDPatrick Delaunay
2025-06-11clk: sandbox: update driver for CONFIG_CLK_AUTO_ID supportPatrick Delaunay
2025-06-11clk: add CONFIG_CLK_AUTO_IDPatrick Delaunay
2025-06-11clk: stm32mp25: implement clock check security functionGabriel Fernandez
2025-06-11clk: stm32mp25: Add clock driver supportGabriel Fernandez
2025-06-11clk: scmi: add compatibility with clock protocol 2.0Valentin Caron
2025-06-09Merge tag 'v2025.07-rc4' into nextTom Rini
2025-06-09Revert "caam: Fix CAAM error on startup"Fabio Estevam
2025-06-06power: rk8xx: fix swapped mask and value in init registers for RK806Quentin Schulz
2025-06-06regulator: rk8xx: Add CONFIG_SPL_REGULATOR_RK8XXJustin Klaassen
2025-06-06rockchip: io-domain: Add CONFIG_SPL_ROCKCHIP_IODOMAINJustin Klaassen
2025-06-06rockchip: io-domain: Add debug logging for regulators during probeJustin Klaassen
2025-06-06ram: rockchip: Fix dependency of RAM_ROCKCHIP_DEBUGLukasz Czechowski
2025-06-05Merge patch series "Add baudrate accuracy compensation for MediaTek UART driver"Tom Rini
2025-06-05serial: mediatek: enable baudrate accuracy compensationWeijie Gao
2025-06-05serial: mediatek: fix register names and offsetsWeijie Gao
2025-06-05Merge tag 'xilinx-for-v2025.07-rc4' of https://source.denx.de/u-boot/custodia...Tom Rini
2025-06-04mmc: am654_sdhci: Clear UHS_MODE_SELECT when <= MMC_HS_52Judith Mendez
2025-06-03pinctrl: gpio: sx150x: add Semtech SX150x I2C GPIO expander and pinctrl driverAnis Chali
2025-06-03Merge tag 'qcom-more-for-2025.07' of https://source.denx.de/u-boot/custodians...Tom Rini
2025-06-02Merge patch series "Audit include list for include/[a-m]*.h"Tom Rini
2025-06-02global: Cleanup usage of "ETH_ALEN"Tom Rini
2025-06-02include/mtd.h: Cleanup usageTom Rini
2025-06-02include/mmc.h: Audit include listTom Rini
2025-06-02button: qcom-pmic: allow to specify code in devicetreeAlexey Minnekhanov
2025-06-02clk: qcom: apq8016: Fix SDCC clock warningsStephan Gerhold
2025-06-02clk: qcom: apq8016: Convert GATE_CLK() to GATE_CLK_POLLED()Stephan Gerhold
2025-06-02clk: qcom: Allow polling for clock status in qcom_gate_clk_en()Stephan Gerhold
2025-06-02clk: qcom: Use setbits_le32() for qcom_gate_clk_en()Stephan Gerhold
2025-06-02clk: qcom: Move qcom_gate_clk_en() to C fileStephan Gerhold
2025-06-02clk: qcom: apq8016: Fix SDCC clock addressesStephan Gerhold
2025-06-02power: qcom_vbus_regulator: add and fix support for pmic variantsRui Miguel Silva
2025-06-02Merge tag 'u-boot-dfu-next-20250602' of https://source.denx.de/u-boot/custodi...Tom Rini
2025-06-02i2c: designware_i2c Return -ETIMEDOUT for timeout errorsWojciech Szamocki
2025-06-02usb: dwc2: Refactor register operations with clrsetbits macrosJunhui Liu
2025-06-02usb: dwc2: Replace uint<x>_t types with u<x>Kongyang Liu
2025-06-02usb: dwc2: Unify flush and reset logic with v4.20a supportKongyang Liu
2025-06-02usb: dwc2: Extract macro definitions to common headerKongyang Liu
2025-06-02usb: dwc2: Align macros with Linux kernel definitionsKongyang Liu
2025-06-02usb: dwc2: Clean up with bitfield macrosKongyang Liu
2025-06-02usb: dwc2: Fix HBstLen setting for external DMA modeKongyang Liu
2025-06-02usb: dwc2: Fix incorrect ULPI_UTMI_SEL bit settingJunhui Liu
2025-06-02usb: dwc2: Extract register definitions to common header fileKongyang Liu