summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2025-02-28sysinfo: Add API for accessing data elementsBaocheng Su
2025-02-28dma: ti: k3-udma: Avoid Memory leak issues during dma memcpyPrasanth Babu Mantena
2025-02-28serial: ns16550: Fix pointer type mismatchJ. Neuschäfer
2025-02-28mtd: mtdpart: Support MTD_SIZE_REMAINING with unallocated memory areaAlexander Stein
2025-02-28clk: rockchip: Correct usage of IS_ENABLED() macroTom Rini
2025-02-26net: miiphybb: Drop bb_miiphy_buses and bb_miiphy_buses_numMarek Vasut
2025-02-26net: sh_eth: Drop use of miiphy_get_dev_by_name()Marek Vasut
2025-02-26net: ravb: Drop use of miiphy_get_dev_by_name()Marek Vasut
2025-02-26net: miiphybb: Drop name field from struct bb_miiphy_busMarek Vasut
2025-02-26net: miiphybb: Use container_of() in bb_miiphy_getbus()Marek Vasut
2025-02-26net: designware: Allocate bb_miiphy using bb_miiphy_alloc() and fill in callb...Marek Vasut
2025-02-26net: sh_eth: Allocate bb_miiphy using bb_miiphy_alloc() and fill in callbacksMarek Vasut
2025-02-26net: ravb: Allocate bb_miiphy using bb_miiphy_alloc() and fill in callbacksMarek Vasut
2025-02-26net: miiphybb: Introduce bb_miiphy_alloc()/bb_miiphy_free() wrappersMarek Vasut
2025-02-26net: designware: Extract bbmiiphy initialization into dedicated functionMarek Vasut
2025-02-26net: designware: Drop bus indexMarek Vasut
2025-02-26net: miiphybb: Drop bb_miiphy_init() and .init callbackMarek Vasut
2025-02-26net: designware: Reorder bb_miiphy functionsMarek Vasut
2025-02-26net: sh_eth: Reorder bb_miiphy functionsMarek Vasut
2025-02-26net: ravb: Reorder bb_miiphy functionsMarek Vasut
2025-02-26net: designware: Drop NULL priv assignmentMarek Vasut
2025-02-26net: sh_eth: Drop empty init callbackMarek Vasut
2025-02-26net: ravb: Drop empty init callbackMarek Vasut
2025-02-26pinctrl: qcom: sm8250: fix pin countCaleb Connolly
2025-02-26power: regulator: add additional supported LDOs for pm8150lCaleb Connolly
2025-02-26clk: stub: add sm8150 compatible idJulius Lehmann
2025-02-26clk: add stub clock driverCaleb Connolly
2025-02-26video: panel: add Sharp LQ079L1SX01 MIPI DSI panel driverSvyatoslav Ryhel
2025-02-26video: add TI LP855x backlight driverSvyatoslav Ryhel
2025-02-26video: tegra20: mipi: add Tegra K1 supportSvyatoslav Ryhel
2025-02-26video: tegra20: dc: dsi: add Tegra K1 compatibleSvyatoslav Ryhel
2025-02-26pinctrl: tegra: add Tegra K1 supportSvyatoslav Ryhel
2025-02-26video: tegra20: dsi: pass source on DSI configurationSvyatoslav Ryhel
2025-02-26video: tegra20: dsi: calculate lanes for ganged modeSvyatoslav Ryhel
2025-02-26video: tegra20: dsi: calculate packet parameters for video modeSvyatoslav Ryhel
2025-02-26video: tegra20: dsi: make SOL delay calculation mode independentSvyatoslav Ryhel
2025-02-26video: tegra20: dsi: align ganged mode implementationSvyatoslav Ryhel
2025-02-26video: tegra20: dsi: switch to newer clk APISvyatoslav Ryhel
2025-02-26video: tegra20: dsi: check for panels among child nodesSvyatoslav Ryhel
2025-02-26video: tegra20: dc: improve code qualitySvyatoslav Ryhel
2025-02-26video: tegra20: dc: remove excessive headersSvyatoslav Ryhel
2025-02-26video: tegra20: dc: remove hardcoded Tegra 2 specific partsSvyatoslav Ryhel
2025-02-26video: tegra20: dc: switch to newer clk APISvyatoslav Ryhel
2025-02-25Merge tag 'u-boot-socfpga-next-20250225' of https://source.denx.de/u-boot/cus...Tom Rini
2025-02-25ddr: altera: Add DDR driver for Agilex5 seriesTingting Meng
2025-02-25drivers: clk: agilex5: Set PLL to asynchronous modeAlif Zakuan Yuslaimi
2025-02-25drivers: clk: agilex5: Replace status polling with wait_for_bit_le32()Alif Zakuan Yuslaimi
2025-02-25drivers: clk: agilex5: Configure intosc as boot_clk sourceAlif Zakuan Yuslaimi
2025-02-24Merge tag 'v2025.04-rc3' into nextTom Rini
2025-02-24mmc: Fix size calculation for sector addressed MMC version 4Marek Vasut