summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2026-05-18phy: qcom: Add SM6115 and SM6125 to QMP UFS PHY driverBiswapriyo Nath
2026-05-18pci: pcie_dw_qcom: Staticize and constify driver opsMarek Vasut
2026-05-18gpio: qcom: Staticize and constify driver opsMarek Vasut
2026-05-18gpio: qcom_pmic: Staticize and constify driver opsMarek Vasut
2026-05-18drivers: pinctrl: Add Qualcomm SM6125 TLMM driverBiswapriyo Nath
2026-05-18clk/qcom: Add SM6125 clock driverBiswapriyo Nath
2026-05-18serial: msm-geni: configure RX watermark registerTimple Raj M
2026-05-18ufs: qcom: Remove redundant POST_CHANGE clock setup callBalaji Selvanathan
2026-05-18drivers: ufs: qcom: Initialize and enable clocks before hardware accessBalaji Selvanathan
2026-05-18clk: qcom: sc7280: Add UFS clock supportBalaji Selvanathan
2026-05-18clk: qcom: qcs615: Add UFS clock supportBalaji Selvanathan
2026-05-18clk: qcom: sa8775p: Add UFS clock supportBalaji Selvanathan
2026-05-18clk: qcom: clk-stub: Add compatibles for QCS615/SA8775PBalaji Selvanathan
2026-05-18clk: stub: Sort compatible strings alphabeticallyBalaji Selvanathan
2026-05-15Merge tag 'u-boot-imx-next-20260515' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2026-05-15net: fsl_enetc: Add support for i.MX952Ye Li
2026-05-15net: fsl_enetc: fix the duplex setting on the iMX platformClark Wang
2026-05-15power: regulator: pfuze100: Fix unchecked pmic_reg_read, return valueFrancois Berder
2026-05-15imx9: Add support for saving DDR training data to NVMSimona Toaca
2026-05-15i2c: imx_lpi2c: Fix MSR status check issue in STOPYe Li
2026-05-15net: phy: nxp-c45-tja11xx: Fix incorrect usage of devm_kzallocYe Li
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