| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: mmci: Clarify comments and some code for busy detection | Ulf Hansson | 2019-09-11 | 1 | -32/+37 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | mmc: mmci: Prevent polling for busy detection in IRQ context | Ludovic Barre | 2019-05-06 | 1 | -2/+3 |
* | mmc: mmci: Cleanup mmci_cmd_irq() for busy detect | Ludovic Barre | 2019-05-06 | 1 | -4/+4 |
* | mmc: mmci: replace blksz_datactrlXX by get_datactrl_cfg callback | Ludovic Barre | 2019-04-15 | 1 | -24/+2 |
* | mmc: mmci: define get_dctrl_cfg for legacy variant | Ludovic Barre | 2019-04-15 | 1 | -6/+24 |
* | mmc: mmci: Make mmci_variant_init() static | Ulf Hansson | 2019-04-15 | 1 | -1/+1 |
* | mmc: mmci: Share sdmmc_variant_init() via the common header file | Ulf Hansson | 2019-04-15 | 1 | -6/+0 |
* | mmc: mmci: Drop qcom specific header file | Ulf Hansson | 2019-04-15 | 1 | -1/+0 |
* | mmc: mmci: Re-work code starting DMA for the qcom variant | Ulf Hansson | 2019-04-15 | 1 | -4/+0 |
* | mmc: mmci: Send a CMD12 to clear the DPSM at errors | Ulf Hansson | 2019-02-25 | 1 | -2/+23 |
* | mmc: slot-gpio: Remove override_active_level on WP | Linus Walleij | 2019-02-25 | 1 | -1/+1 |
* | mmc: mmci: add variant property to set command stop bit | Ludovic Barre | 2018-12-17 | 1 | -0/+6 |
* | mmc: mmci: send stop command if sbc error issue | Ludovic Barre | 2018-12-17 | 1 | -3/+2 |
* | mmc: mmci: add stm32 sdmmc variant | Ludovic Barre | 2018-10-09 | 1 | -0/+36 |
* | mmc: mmci: add clock divider for stm32 sdmmc | Ludovic Barre | 2018-10-09 | 1 | -0/+2 |
* | mmc: mmci: add optional reset property | Ludovic Barre | 2018-10-09 | 1 | -0/+7 |
* | mmc: mmci: add variant property to not read datacnt | Ludovic Barre | 2018-10-09 | 1 | -2/+6 |
* | mmc: mmci: add variant property to write datactrl before command | Ludovic Barre | 2018-10-09 | 1 | -2/+4 |
* | mmc: mmci: add variant property to define irq pio mask | Ludovic Barre | 2018-10-09 | 1 | -2/+11 |
* | mmc: mmci: add variant property to define dpsm bit | Ludovic Barre | 2018-10-09 | 1 | -3/+12 |
* | mmc: mmci: add variant properties to define cpsm & cmdresp bits | Ludovic Barre | 2018-10-09 | 1 | -4/+43 |
* | mmc: mmci: expand startbiterr to irqmask and error check | Ludovic Barre | 2018-10-09 | 1 | -11/+16 |
* | mmc: mmci: add datactrl block size variant property | Ludovic Barre | 2018-10-09 | 1 | -2/+11 |
* | mmc: mmci: add set_clk/pwrreg callbacks | Ludovic Barre | 2018-10-09 | 1 | -4/+12 |
* | mmc: mmci: add validate_data callback | Ludovic Barre | 2018-10-09 | 1 | -18/+21 |
* | mmc: mmci: add dma_error callback | Ludovic Barre | 2018-10-09 | 1 | -11/+15 |
* | mmc: mmci: add dma_finalize callback | Ludovic Barre | 2018-10-09 | 1 | -7/+12 |
* | mmc: mmci: add dma_start callback | Ludovic Barre | 2018-10-09 | 1 | -30/+39 |
* | mmc: mmci: add get_next_data callback | Ludovic Barre | 2018-10-09 | 1 | -6/+10 |
* | mmc: mmci: add prepare/unprepare_data callbacks | Ludovic Barre | 2018-10-09 | 1 | -33/+68 |
* | mmc: mmci: merge prepare data functions | Ludovic Barre | 2018-10-09 | 1 | -12/+7 |
* | mmc: mmci: introduce dma_priv pointer to mmci_host | Ludovic Barre | 2018-10-09 | 1 | -54/+90 |
* | mmc: mmci: create common mmci_dma_setup/release | Ludovic Barre | 2018-10-09 | 1 | -15/+60 |
* | mmc: mmci: internalize dma_inprogress into mmci dma functions | Ludovic Barre | 2018-10-08 | 1 | -6/+10 |
* | mmc: mmci: internalize dma map/unmap into mmci dma functions | Ludovic Barre | 2018-10-08 | 1 | -23/+17 |
* | mmc: mmci: Drop support for pdata GPIO numbers | Linus Walleij | 2018-10-08 | 1 | -28/+6 |
* | mmc: mmci: Add and implement a ->dma_setup() callback for qcom dml | Ulf Hansson | 2018-08-01 | 1 | -4/+3 |
* | mmc: mmci: Initial support to manage variant specific callbacks | Ulf Hansson | 2018-07-30 | 1 | -72/+3 |
* | mmc: mmci: Remove bogus local_irq_save() | Thomas Gleixner | 2018-05-02 | 1 | -5/+0 |
* | mmc: mmci: fix error return code in mmci_probe() | Wei Yongjun | 2018-01-24 | 1 | -0/+3 |
* | mmc: mmci: Add STM32 variant | Patrice Chotard | 2018-01-18 | 1 | -0/+22 |
* | mmc: mmci: Add support for setting pad type via pinctrl | Patrice Chotard | 2018-01-18 | 1 | -2/+39 |
* | mmc: mmci: Don't pretend all variants to have OPENDRAIN bit | Patrice Chotard | 2018-01-18 | 1 | -11/+12 |
* | mmc: mmci: Don't pretend all variants to have MCI_STARBITERR flag | Patrice Chotard | 2018-01-18 | 1 | -2/+14 |
* | mmc: mmci: Don't pretend all variants to have MMCIMASK1 register | Patrice Chotard | 2018-01-18 | 1 | -4/+24 |
* | mmc: mmci: catch all errors when getting regulators | Wolfram Sang | 2017-10-30 | 1 | -1/+1 |
* | mmc: mmci: constify amba_id | Arvind Yadav | 2017-08-30 | 1 | -1/+1 |
* | mmc: use new core function mmc_get_dma_dir | Heiner Kallweit | 2017-04-24 | 1 | -12/+8 |
* | mmc: core/mmci: restore pre/post_req behaviour | Linus Walleij | 2017-02-13 | 1 | -1/+6 |