Age | Commit message (Expand) | Author | Files | Lines |
2021-03-09 | mmc: mmci: Add MMC_CAP_NEED_RSP_BUSY for the stm32 variants | Yann Gautier | 1 | -1/+9 |
2021-02-23 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -3/+1 |
2021-02-02 | amba: Make the remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
2021-02-01 | mmc: mmci: Add support for probing bus voltage level translator | Marek Vasut | 1 | -5/+65 |
2020-07-13 | mmc: mmci: add sdio datactrl mask for sdmmc revisions | Ludovic Barre | 1 | -0/+2 |
2020-05-28 | mmc: mmci: Switch to mmc_regulator_set_vqmmc() | Marek Vasut | 1 | -22/+8 |
2020-03-24 | mmc: mmci: Add support for sdmmc variant revision 2.0 | Ludovic Barre | 1 | -0/+31 |
2020-03-24 | mmc: mmci: Add callbacks for to manage signal voltage switch | Ludovic Barre | 1 | -0/+8 |
2020-03-24 | mmc: mmci: Add a reference at mmc_host_ops in mmci struct | Ludovic Barre | 1 | -2/+2 |
2019-12-19 | mmc: mmci: Use dma_request_chan() instead dma_request_slave_channel() | Peter Ujfalusi | 1 | -4/+14 |
2019-12-18 | mmc: mmci: Support any block sizes for ux500v2 and qcom variant | Linus Walleij | 1 | -4/+30 |
2019-12-18 | mmc: mmci: add threaded irq to abort DPSM of non-functional state | Ludovic Barre | 1 | -6/+40 |
2019-12-18 | mmc: core: Remove mmc_gpiod_request_*(invert_gpio) | Michał Mirosław | 1 | -2/+2 |
2019-12-16 | mmc: mmci: Convert to pinctrl_select_default_state() | Ulf Hansson | 1 | -10/+2 |
2019-11-13 | mmc: mmci: sdmmc: add busy_complete callback | Ludovic Barre | 1 | -0/+4 |
2019-11-13 | mmc: mmci: add busy_complete callback | Ludovic Barre | 1 | -62/+72 |
2019-11-13 | mmc: mmci: add hardware busy timeout feature | Ludovic Barre | 1 | -5/+37 |
2019-11-13 | mmc: mmci: make unexported functions static | Ben Dooks | 1 | -10/+10 |
2019-09-11 | mmc: mmci: Clarify comments and some code for busy detection | Ulf Hansson | 1 | -32/+37 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-05-06 | mmc: mmci: Prevent polling for busy detection in IRQ context | Ludovic Barre | 1 | -2/+3 |
2019-05-06 | mmc: mmci: Cleanup mmci_cmd_irq() for busy detect | Ludovic Barre | 1 | -4/+4 |
2019-04-15 | mmc: mmci: replace blksz_datactrlXX by get_datactrl_cfg callback | Ludovic Barre | 1 | -24/+2 |
2019-04-15 | mmc: mmci: define get_dctrl_cfg for legacy variant | Ludovic Barre | 1 | -6/+24 |
2019-04-15 | mmc: mmci: Make mmci_variant_init() static | Ulf Hansson | 1 | -1/+1 |
2019-04-15 | mmc: mmci: Share sdmmc_variant_init() via the common header file | Ulf Hansson | 1 | -6/+0 |
2019-04-15 | mmc: mmci: Drop qcom specific header file | Ulf Hansson | 1 | -1/+0 |
2019-04-15 | mmc: mmci: Re-work code starting DMA for the qcom variant | Ulf Hansson | 1 | -4/+0 |
2019-02-25 | mmc: mmci: Send a CMD12 to clear the DPSM at errors | Ulf Hansson | 1 | -2/+23 |
2019-02-25 | mmc: slot-gpio: Remove override_active_level on WP | Linus Walleij | 1 | -1/+1 |
2018-12-17 | mmc: mmci: add variant property to set command stop bit | Ludovic Barre | 1 | -0/+6 |
2018-12-17 | mmc: mmci: send stop command if sbc error issue | Ludovic Barre | 1 | -3/+2 |
2018-10-09 | mmc: mmci: add stm32 sdmmc variant | Ludovic Barre | 1 | -0/+36 |
2018-10-09 | mmc: mmci: add clock divider for stm32 sdmmc | Ludovic Barre | 1 | -0/+2 |
2018-10-09 | mmc: mmci: add optional reset property | Ludovic Barre | 1 | -0/+7 |
2018-10-09 | mmc: mmci: add variant property to not read datacnt | Ludovic Barre | 1 | -2/+6 |
2018-10-09 | mmc: mmci: add variant property to write datactrl before command | Ludovic Barre | 1 | -2/+4 |
2018-10-09 | mmc: mmci: add variant property to define irq pio mask | Ludovic Barre | 1 | -2/+11 |
2018-10-09 | mmc: mmci: add variant property to define dpsm bit | Ludovic Barre | 1 | -3/+12 |
2018-10-09 | mmc: mmci: add variant properties to define cpsm & cmdresp bits | Ludovic Barre | 1 | -4/+43 |
2018-10-09 | mmc: mmci: expand startbiterr to irqmask and error check | Ludovic Barre | 1 | -11/+16 |
2018-10-09 | mmc: mmci: add datactrl block size variant property | Ludovic Barre | 1 | -2/+11 |
2018-10-09 | mmc: mmci: add set_clk/pwrreg callbacks | Ludovic Barre | 1 | -4/+12 |
2018-10-09 | mmc: mmci: add validate_data callback | Ludovic Barre | 1 | -18/+21 |
2018-10-09 | mmc: mmci: add dma_error callback | Ludovic Barre | 1 | -11/+15 |
2018-10-09 | mmc: mmci: add dma_finalize callback | Ludovic Barre | 1 | -7/+12 |
2018-10-09 | mmc: mmci: add dma_start callback | Ludovic Barre | 1 | -30/+39 |
2018-10-09 | mmc: mmci: add get_next_data callback | Ludovic Barre | 1 | -6/+10 |
2018-10-09 | mmc: mmci: add prepare/unprepare_data callbacks | Ludovic Barre | 1 | -33/+68 |
2018-10-09 | mmc: mmci: merge prepare data functions | Ludovic Barre | 1 | -12/+7 |