summaryrefslogtreecommitdiffstats
path: root/drivers/mci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2022-08-111-0/+10
|\
| * mci: add hint on how to resolve warning about vmmc-supplyAhmad Fatoum2022-08-091-0/+10
* | Merge branch 'for-next/imx'Sascha Hauer2022-08-111-1/+1
|\ \
| * | mci: imx-esdhc-pbl: fix warning about unused static functionAhmad Fatoum2022-08-081-1/+1
| |/
* | pbl: factor out pbl_bio API into pbl/bio.hAhmad Fatoum2022-08-081-1/+1
* | mci: atmel_mci: Add PBL helper to configure highcapacitySam Ravnborg2022-06-301-0/+5
|/
* Merge branch 'for-next/rpi4'Sascha Hauer2022-06-291-1/+3
|\
| * mci: bcm2835: add bcm2711-emmc2 (Rpi4) supportUwe Kleine-König2022-06-171-1/+3
* | Merge branch 'for-next/misc'Sascha Hauer2022-06-291-6/+27
|\ \
| * | mci: core: add device parameter for eMMC boot ackLucas Stach2022-06-101-6/+27
| |/
* / mci: imx-esdhc-common: Don't clear unhandled status bitsRobin van der Gracht2022-06-221-1/+0
|/
* mci: stm32_sdmmc2: add STM32MP131 AMBA primecell peripheral IDAhmad Fatoum2022-04-291-0/+5
* mci: mci_spi: extend driver for device tree probingAhmad Fatoum2022-03-281-0/+31
* ARM: stm32mp: allow driver reuse for STM32 MCUsAhmad Fatoum2022-02-011-1/+1
* mmc: sdhci: Fix setting wrong buswidthSascha Hauer2022-01-262-4/+4
* mci: bcm2835: Don't send MMC_CMD_GO_IDLE_STATE at the end of .init()Uwe Kleine-König2021-12-071-4/+1
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-228-8/+8
* drivers: mci-bcm2835: remove useless commentRoland Hieber2021-11-221-2/+0
* Merge branch 'for-next/spdx'Sascha Hauer2021-11-155-15/+6
|\
| * drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-015-15/+6
* | mci: dw_mmc: make reset control optional againAhmad Fatoum2021-11-081-1/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2021-10-073-6/+10
|\
| * mci: sdhci: fix big-endian write for blockcount/sizeSteffen Trumtrar2021-10-051-3/+2
| * mci: Improve error message for non-existent vmmc regulatorUwe Kleine-König2021-10-051-1/+1
| * mci-bcm2835: Fix return type handling of bcm2835_mci_wait_command_done()Uwe Kleine-König2021-10-051-2/+3
| * mci-bcm2835: Don't block infinitely while waiting for a command completionUwe Kleine-König2021-10-051-0/+4
* | ARM: i.MX: extend drivers for i.MX8MN (Nano) supportAhmad Fatoum2021-10-051-0/+1
* | ARM: i.MX: add i.MX8MN (Nano) SoC support boilerplateAhmad Fatoum2021-10-051-0/+3
* | mci: imx-esdhc-pbl: support eMMC boot partitions on i.MX8MPAhmad Fatoum2021-10-051-1/+38
* | mci: imx-esdhc-pbl: Fix two typos in a commentUwe Kleine-König2021-10-051-2/+2
* | mci: imx-esdhc-pbl: initialize fsl_esdhc_hostRouven Czerwinski2021-08-091-4/+4
|/
* mci: dw_mmc: match against StarFive MMC compatiblesAhmad Fatoum2021-06-241-3/+11
* mci: dw_mmc: add optional reset lineAhmad Fatoum2021-06-241-0/+11
* mci: allocate sector_buf on demandAhmad Fatoum2021-06-241-9/+5
* mci: allocate DMA-able memoryAhmad Fatoum2021-06-241-1/+2
* Merge branch 'for-next/mmc'Sascha Hauer2021-06-1615-440/+1097
|\
| * mci: arasan: wait for XFER_COMPLETE for busy responseMichael Tretter2021-06-161-0/+2
| * mci: arasan: remove duplicate stop clockMichael Tretter2021-06-161-3/+0
| * mci: arasan: fix most checkpatch warningsMichael Tretter2021-06-161-19/+27
| * mci: mci-core: respect disable-wp propertyMichael Tretter2021-06-161-1/+3
| * mci: dw_mmc: set dma mask to work correctly on 64bit platformsSascha Hauer2021-06-111-22/+31
| * mci: imx-esdhc: Use common DMA helpersSascha Hauer2021-06-111-64/+24
| * mci: Add support for Rockchip variant of the dwcmshcSascha Hauer2021-06-113-0/+385
| * mci: sdhci: Add DMA transfer helpersSascha Hauer2021-06-116-6/+130
| * mci: sdhci: Get rid of many register opsSascha Hauer2021-06-118-167/+51
| * mci: sdhci: arasan: Use sdhci_set_clock()Sascha Hauer2021-06-101-38/+2
| * mci: sdhci: arasan: Use sdhci_set_bus_width()Sascha Hauer2021-06-101-11/+3
| * mci: sdhci: arasan: Use sdhci_setup_host()Sascha Hauer2021-06-101-27/+5
| * mci: sdhci: imx: Use sdhci_setup_host()Sascha Hauer2021-06-101-13/+5
| * mci: sdhci: port over some common functions from LinuxSascha Hauer2021-06-102-0/+333