summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-02-23staging: most: dim2: check return value of clk_prepare_enable for PLLArtem Lytkin-1/+6
2026-02-23staging: most: net: remove unused header includeRajveer Chaudhari-1/+0
2026-02-23staging: most: dim2: remove unused header includesRajveer Chaudhari-5/+1
2026-02-23staging: most: dim2: convert pr_err/warn to dev_err/warnZeeshan Ahmad-20/+20
2026-02-23staging: most: dim2: move extra info messages to dev_dbgZeeshan Ahmad-4/+3
2026-02-23staging: greybus: sdio: Remove double whitespaceGiorgi Tchankvetadze-1/+1
2026-02-23staging: greybus: Fix spelling mistake in KconfigTomasz Unger-1/+1
2026-02-23staging: greybus: sdio: Fix typo in commentGiorgi Tchankvetadze-1/+1
2026-02-23staging: greybus: pwm: Fix typo in commentGiorgi Tchankvetadze-1/+1
2026-02-23soc: fsl: cpm1: qmc: Fix error check for devm_ioremap_resource() in qmc_qe_in...Chen Ni-2/+2
2026-02-23soc: fsl: qbman: fix race condition in qman_destroy_fqRichard Genoud-2/+22
2026-02-23pmdomain: imx: gpcv2: Discard pm_runtime_put() return valueRafael J. Wysocki-1/+3
2026-02-23spi: atcspi200: Remove redundant assignment to .ownerPei Xiao-1/+0
2026-02-23spi: omap2-mcspi: add support for 3-wire transfersAntoni Pokusinski-5/+12
2026-02-23spi: stm32: Use NULL instead of 0 for pointerKrzysztof Kozlowski-1/+1
2026-02-23spi: stm32-ospi: Remove exec_op() callback debug logPatrice Chotard-5/+0
2026-02-23spi: stm32: fix rx DMA request error handlingAlain Volmat-4/+4
2026-02-23spi: cs42l43: Don't support sidecar properties on device tree systemsCharles Keepax-2/+2
2026-02-23spi: allow ancillary devices to share parent's chip selectsAntoniu Miclaus-6/+23
2026-02-23mmc: core: Optimize time for secure erase/trim for some Kingston eMMCsLuke Wang-2/+21
2026-02-23mmc: dw_mmc: move pmops into core driverArnd Bergmann-9/+6
2026-02-23mmc: loongson2-mmc: drop redundant memset after dma_alloc_coherent()Andre Korol-1/+0
2026-02-23mmc: dw_mmc: Remove mshc alias supportShawn Lin-6/+3
2026-02-23mmc: dw_mmc-k3: Remove mshc alias supportShawn Lin-15/+8
2026-02-23mmc: sdhci: add Black Sesame Technologies BST C1200 controller driverAlbert Yang-0/+536
2026-02-23mmc: sdhci: allow drivers to pre-allocate bounce bufferAlbert Yang-0/+7
2026-02-23mmc: sdhci-of-k1: spacemit: Add support for K3 SoCYixun Lan-2/+17
2026-02-23mmc: sdhci: Stop advertising the driver in dmesgLinus Walleij-16/+0
2026-02-23mmc: dw_mmc-pltfm: use modern PM macrosShawn Lin-22/+6
2026-02-23mmc: dw_mmc-pci: Use BAR_2 and pcim_iomap_region()Shawn Lin-6/+4
2026-02-23mmc: dw_mmc: Remove unused register access macrosShawn Lin-26/+1
2026-02-23mmc: dw_mmc: Improve dw_mci_get_cd()Shawn Lin-35/+18
2026-02-23mmc: dw_mmc: Remove DW_MCI_SEND_STATUS and DW_MCI_RECV_STATUS macrosShawn Lin-12/+10
2026-02-23mmc: dw_mmc: Remove redundant struct mmc_data forward declarationShawn Lin-2/+0
2026-02-23mmc: dw_mmc: Remove struct dw_mci_boardShawn Lin-41/+17
2026-02-23mmc: dw_mmc: Remove bus_hz from struct dw_mci_boardShawn Lin-9/+5
2026-02-23mmc: dw_mmc: Move detect_delay_ms from struct dw_mci_board to struct dw_mciShawn Lin-6/+5
2026-02-23mmc: dw_mmc: Remove fifo_depth from struct dw_mci_boardShawn Lin-10/+4
2026-02-23mmc: dw_mmc: Move rstc from struct dw_mci_board to struct dw_mciShawn Lin-10/+12
2026-02-23mmc: dw_mmc: Remove caps2 and pm_caps from struct dw_mci_boardShawn Lin-8/+0
2026-02-23mmc: dw_mmc: Remove assignment of pdata in dw_mci_pltfm_register()Shawn Lin-1/+0
2026-02-23mmc: dw_mmc: Remove SDMMC_INT_ERRORShawn Lin-1/+0
2026-02-23mmc: dw_mmc: Remove dma_ops from struct dw_mci_boardShawn Lin-3/+1
2026-02-23mmc: dw_mmc: Check return value of dma_ops->init() in resumeShawn Lin-2/+5
2026-02-23mmc: sdhci-of-aspeed: Simplify with scoped for each OF child loopKrzysztof Kozlowski-3/+2
2026-02-23mmc: jz4740: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski-1/+1
2026-02-23mmc: cavium-octeon: Simplify with scoped for each OF child loopKrzysztof Kozlowski-3/+2
2026-02-23mmc: atmel-mci: Simplify with scoped for each OF child loopKrzysztof Kozlowski-9/+3
2026-02-23mmc: cavium: Use clamp to simplify cvm_mmc_set_clockThorsten Blum-3/+1
2026-02-23mmc: sdhci-of-k1: add reset supportYixun Lan-0/+20