| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-22 | mmc: mmci: use modern PM macros | Jisheng Zhang | 1 | -6/+3 |
| 2025-07-09 | mmc: Remove redundant pm_runtime_mark_last_busy() calls | Sakari Ailus | 1 | -1/+0 |
| 2025-06-24 | mmc: mmci: Use devm_mmc_alloc_host() helper | Binbin Zhou | 1 | -20/+11 |
| 2023-12-07 | mmc: mmci: stm32: add SDIO in-band interrupt mode | Christophe Kerello | 1 | -2/+67 |
| 2023-10-10 | mmc: mmci: use peripheral flow control for STM32 | Ben Wolsieffer | 1 | -1/+2 |
| 2023-08-09 | mmc: mmci: Improve ux500 debug prints | Linus Walleij | 1 | -8/+31 |
| 2023-06-22 | mmc: mmci: Add support for SW busy-end timeouts | Ulf Hansson | 1 | -5/+45 |
| 2023-06-20 | mmc: mmci: Add support for sdmmc variant revision v3.0 | Yann Gautier | 1 | -0/+33 |
| 2023-06-20 | mmc: mmci: add stm32_idmabsize_align parameter | Yann Gautier | 1 | -0/+2 |
| 2023-06-19 | mmc: mmci: Break out a helper function | Linus Walleij | 1 | -15/+16 |
| 2023-06-19 | mmc: mmci: Use a switch statement machine | Linus Walleij | 1 | -12/+17 |
| 2023-06-19 | mmc: mmci: Use state machine state as exit condition | Linus Walleij | 1 | -8/+10 |
| 2023-06-19 | mmc: mmci: Retry the busy start condition | Linus Walleij | 1 | -12/+27 |
| 2023-06-19 | mmc: mmci: Make busy complete state machine explicit | Linus Walleij | 1 | -18/+31 |
| 2023-06-19 | mmc: mmci: Break out error check in busy detect | Linus Walleij | 1 | -1/+10 |
| 2023-06-19 | mmc: mmci: Stash status while waiting for busy | Linus Walleij | 1 | -0/+1 |
| 2023-06-19 | mmc: mmci: Unwind big if() clause | Linus Walleij | 1 | -7/+26 |
| 2023-06-19 | mmc: mmci: Clear busy_status when starting command | Linus Walleij | 1 | -0/+1 |
| 2023-06-15 | mmc: Merge branch fixes into next | Ulf Hansson | 1 | -1/+2 |
| 2023-06-13 | mmc: mmci: stm32: fix max busy timeout calculation | Christophe Kerello | 1 | -1/+2 |
| 2023-06-13 | mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS | Ulf Hansson | 1 | -0/+1 |
| 2023-03-23 | mmc: Use of_property_read_bool() for boolean properties | Rob Herring | 1 | -11/+11 |
| 2022-12-07 | mmc: mmci: fix return value check of mmc_add_host() | Yang Yingliang | 1 | -1/+3 |
| 2022-07-12 | mmc: mmci: Fix typo in comment | Xiang wangx | 1 | -1/+1 |
| 2022-05-04 | mmc: mmci: Remove custom ios handler | Linus Walleij | 1 | -4/+0 |
| 2022-04-26 | mmc: mmci: Break IRQ status loop when all zero | Linus Walleij | 1 | -0/+2 |
| 2021-12-21 | mmc: mmci: increase stm32 sdmmcv2 clock max freq | Yann Gautier | 1 | -1/+1 |
| 2021-12-21 | mmc: mmci: Add support for sdmmc variant revision v2.2 | Yann Gautier | 1 | -0/+5 |
| 2021-10-12 | mmc: mmci: Add small comment about reset thread | Linus Walleij | 1 | -0/+4 |
| 2021-08-24 | mmc: mmci: De-assert reset on probe | Linus Walleij | 1 | -0/+3 |
| 2021-03-09 | mmc: mmci: Add MMC_CAP_NEED_RSP_BUSY for the stm32 variants | Yann Gautier | 1 | -1/+9 |
| 2021-02-22 | 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 |
| 2018-10-09 | mmc: mmci: introduce dma_priv pointer to mmci_host | Ludovic Barre | 1 | -54/+90 |
| 2018-10-09 | mmc: mmci: create common mmci_dma_setup/release | Ludovic Barre | 1 | -15/+60 |
| 2018-10-08 | mmc: mmci: internalize dma_inprogress into mmci dma functions | Ludovic Barre | 1 | -6/+10 |
| 2018-10-08 | mmc: mmci: internalize dma map/unmap into mmci dma functions | Ludovic Barre | 1 | -23/+17 |
| 2018-10-08 | mmc: mmci: Drop support for pdata GPIO numbers | Linus Walleij | 1 | -28/+6 |
| 2018-08-01 | mmc: mmci: Add and implement a ->dma_setup() callback for qcom dml | Ulf Hansson | 1 | -4/+3 |
| 2018-07-30 | mmc: mmci: Initial support to manage variant specific callbacks | Ulf Hansson | 1 | -72/+3 |
| 2018-05-02 | mmc: mmci: Remove bogus local_irq_save() | Thomas Gleixner | 1 | -5/+0 |
| 2018-01-24 | mmc: mmci: fix error return code in mmci_probe() | Wei Yongjun | 1 | -0/+3 |
| 2018-01-18 | mmc: mmci: Add STM32 variant | Patrice Chotard | 1 | -0/+22 |
| 2018-01-18 | mmc: mmci: Add support for setting pad type via pinctrl | Patrice Chotard | 1 | -2/+39 |
| 2018-01-18 | mmc: mmci: Don't pretend all variants to have OPENDRAIN bit | Patrice Chotard | 1 | -11/+12 |
| 2018-01-18 | mmc: mmci: Don't pretend all variants to have MCI_STARBITERR flag | Patrice Chotard | 1 | -2/+14 |
| 2018-01-18 | mmc: mmci: Don't pretend all variants to have MMCIMASK1 register | Patrice Chotard | 1 | -4/+24 |
| 2017-10-30 | mmc: mmci: catch all errors when getting regulators | Wolfram Sang | 1 | -1/+1 |
| 2017-08-30 | mmc: mmci: constify amba_id | Arvind Yadav | 1 | -1/+1 |
| 2017-04-24 | mmc: use new core function mmc_get_dma_dir | Heiner Kallweit | 1 | -12/+8 |
| 2017-02-13 | mmc: core/mmci: restore pre/post_req behaviour | Linus Walleij | 1 | -1/+6 |
| 2017-02-08 | mmc: mmci: avoid clearing ST Micro busy end interrupt mistakenly | Jean-Nicolas Graux | 1 | -7/+25 |
| 2016-11-29 | mmc: delete is_first_req parameter from pre-request callback | Linus Walleij | 1 | -2/+1 |
| 2016-11-29 | mmc: mmci: refactor ST Micro busy detection | Linus Walleij | 1 | -29/+84 |
| 2016-11-29 | mmc: mmci: clean up header defines | Linus Walleij | 1 | -8/+8 |
| 2016-05-02 | mmc: mmci: Remove redundant runtime PM calls | Ulf Hansson | 1 | -20/+0 |
| 2016-03-17 | mmc: mmci: Remove unnecessary header file | Wang Hongcheng | 1 | -1/+0 |
| 2016-01-14 | mmc: mmci: support 8bit mode on the Nomadik | Linus Walleij | 1 | -0/+1 |
| 2016-01-14 | mmc: mmci: fix an ages old detection error | Linus Walleij | 1 | -1/+1 |
| 2015-03-25 | mmc: mmci: Cascade EPROBE_DEFER from regulators. | Bjorn Andersson | 1 | -1/+4 |
| 2015-01-28 | mmc: mmci: Get rid of dead code in mmci_dma_setup | Pramod Gurav | 1 | -5/+0 |
| 2015-01-19 | mmc: mmci: Do pm_runtime_put() after the host has been added | Ulf Hansson | 1 | -1/+1 |
| 2014-12-10 | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2014-12-04 | PM: Merge the SET*_RUNTIME_PM_OPS() macros | Rafael J. Wysocki | 1 | -1/+1 |
| 2014-11-10 | mmc: mmci: fix mmci_post_request | Srinivas Kandagatla | 1 | -0/+7 |
| 2014-10-02 | mmc: core: restore detect line inversion semantics | Linus Walleij | 1 | -2/+2 |
| 2014-09-10 | mmc: mmci: rename sdio flag in vendor data to st_sdio | Srinivas Kandagatla | 1 | -24/+24 |
| 2014-09-10 | mmc: mmci: Add sdio enable mask in variant data | Srinivas Kandagatla | 1 | -7/+7 |
| 2014-09-09 | mmc: mmci: augment driver to handle gpio descriptors | Linus Walleij | 1 | -10/+29 |
| 2014-09-09 | mmc: mmci: Add qcom dml support to the driver. | Srinivas Kandagatla | 1 | -1/+17 |
| 2014-08-11 | mmc: mmci: Reverse IRQ handling for the arm_variant | Ulf Hansson | 1 | -2/+10 |
| 2014-08-11 | mmc: mmci: Move all CMD irq handling to mmci_cmd_irq() | Ulf Hansson | 1 | -10/+12 |
| 2014-08-11 | mmc: mmci: Remove redundant check of status for DATA irq | Ulf Hansson | 1 | -6/+5 |
| 2014-07-09 | mmc: mmci: Add Qualcomm Id to amba id table | Srinivas Kandagatla | 1 | -0/+23 |
| 2014-07-09 | mmc: mmci: Add Qcom specific rx_fifocnt logic. | Srinivas Kandagatla | 1 | -2/+28 |
| 2014-07-09 | mmc: mmci: add explicit clk control | Srinivas Kandagatla | 1 | -3/+26 |
| 2014-07-09 | mmc: mmci: add f_max to variant structure | Srinivas Kandagatla | 1 | -2/+11 |
| 2014-07-09 | mmc: mmci: Add support to data commands via variant structure. | Srinivas Kandagatla | 1 | -0/+5 |
| 2014-07-09 | mmc: mmci: add edge support to data and command out in variant data. | Srinivas Kandagatla | 1 | -1/+5 |
| 2014-07-09 | mmc: mmci: add 8bit bus support in variant data | Srinivas Kandagatla | 1 | -1/+6 |
| 2014-07-09 | mmc: mmci: add ddrmode mask to variant data | Srinivas Kandagatla | 1 | -1/+4 |
| 2014-07-09 | mmc: mmci: Add Qcom datactrl register variant | Srinivas Kandagatla | 1 | -0/+5 |
| 2014-07-09 | mmc: mmci: Add enough delay between writes to CMD register. | Srinivas Kandagatla | 1 | -1/+1 |
| 2014-07-09 | mmc: mmci: use NSEC_PER_SEC macro | Srinivas Kandagatla | 1 | -1/+1 |
| 2014-06-10 | Merge tag 'mmc-updates-for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+4 |
| 2014-06-02 | mmc: mmci: Enforce DMA configuration through DT | Ulf Hansson | 1 | -23/+1 |
| 2014-05-20 | mmc: mmci: Enforce max frequency configuration through DT | Ulf Hansson | 1 | -4/+1 |
| 2014-05-12 | mmc: mmci: Enforce mmc capabilities through DT | Ulf Hansson | 1 | -2/+0 |
| 2014-05-12 | mmc: mmci: Enforce DT for signal direction and feedback clock | Ulf Hansson | 1 | -20/+14 |
| 2014-05-12 | mmc: mmci: Enable MMC_CAP_CMD23 | Ulf Hansson | 1 | -0/+3 |
| 2014-05-12 | mmc: mmci: Use the common mmc DT parser | Ulf Hansson | 1 | -59/+33 |
| 2014-05-12 | mmc: mmci: Add DT bindings for feedback clock pin | Ulf Hansson | 1 | -0/+2 |
| 2014-05-12 | mmc: mmci: Add DT bindings for signal direction | Ulf Hansson | 1 | -0/+11 |
| 2014-05-12 | mmc: mmci: Convert to devm functions | Ulf Hansson | 1 | -35/+17 |
| 2014-05-12 | mmc: mmci: Convert to the mmc gpio API | Ulf Hansson | 1 | -82/+15 |
| 2014-05-12 | mmc: mmci: Put the device into low power state at system suspend | Ulf Hansson | 1 | -31/+2 |
| 2014-05-12 | mmc: mmci: Let runtime PM callbacks be available for CONFIG_PM | Ulf Hansson | 1 | -2/+2 |
| 2014-05-12 | mmc: mmci: Mask IRQs for all variants during runtime suspend | Ulf Hansson | 1 | -12/+11 |
| 2014-04-20 | mmc: mmci: clarify DDR timing mode between SD-UHS and eMMC | Seungwon Jeon | 1 | -2/+4 |
| 2014-02-23 | mmc: mmci: Enable support for busy detection for ux500 variant | Ulf Hansson | 1 | -8/+43 |
| 2014-02-23 | mmc: mmci: Handle CMD irq before DATA irq | Ulf Hansson | 1 | -4/+5 |
| 2013-12-29 | ARM: 7906/1: mmc: mmci: Remove unnecessary amba_set_drvdata() | Michal Simek | 1 | -2/+0 |
| 2013-11-18 | Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -13/+4 |
| 2013-10-30 | mmc: mmci: Move away from using deprecated APIs | Ulf Hansson | 1 | -13/+4 |
| 2013-09-19 | ARM: 7834/1: mmc: mmci: Save and restore register context | Ulf Hansson | 1 | -0/+43 |
| 2013-09-19 | ARM: 7833/1: mmc: mmci: Adapt to register write restrictions | Ulf Hansson | 1 | -0/+16 |
| 2013-09-19 | ARM: 7832/1: mmc: mmci: Use optional sleep pinctrl state | Ulf Hansson | 1 | -0/+2 |
| 2013-09-19 | ARM: 7831/1: mmc: mmci: Adapt to new pinctrl handling | Ulf Hansson | 1 | -17/+0 |
| 2013-05-23 | ARM: 7726/1: mmc: mmci: Add card_busy function to improve UHS card support | Ulf Hansson | 1 | -1/+32 |
| 2013-05-23 | ARM: 7725/1: mmc: mmci: Cache MMCIDATACTRL register | Ulf Hansson | 1 | -3/+14 |
| 2013-05-23 | ARM: 7724/1: mmc: mmci: Support signal voltage switch for UHS cards | Ulf Hansson | 1 | -0/+34 |
| 2013-05-23 | ARM: 7721/1: mmc: mmci: Fixup regulator handling for vqmmc | Ulf Hansson | 1 | -4/+6 |
| 2013-05-23 | ARM: 7713/1: mmc: mmci: Allow MMCI to request channels with information acqui... | Lee Jones | 1 | -21/+22 |
| 2013-05-23 | ARM: 7719/1: mmc: mmci: Support for CMD23 | Ulf Hansson | 1 | -4/+10 |
| 2013-05-23 | ARM: 7718/1: mmc: mmci: Set actual clock for debug purpose | Ulf Hansson | 1 | -0/+6 |
| 2013-05-23 | ARM: 7717/1: mmc: mmci: Use devm_clk_get API | Ulf Hansson | 1 | -6/+2 |
| 2013-05-10 | ARM: 7714/1: mmc: mmci: Ensure return value of regulator_enable() is checked | Lee Jones | 1 | -2/+7 |
| 2013-03-01 | mmc: mmci: Move ios_handler functionality into the driver | Lee Jones | 1 | -0/+9 |
| 2013-01-28 | ARM: 7630/1: mmc: mmci: Fixup and cleanup code for DMA handling | Ulf Hansson | 1 | -82/+105 |
| 2013-01-28 | ARM: 7631/1: mmc: mmci: Add new VE MMCI variant | Pawel Moll | 1 | -0/+13 |
| 2013-01-23 | ARM: 7623/1: mmc: mmci: Fixup clock gating when freq is 0 for ST-variants | Ulf Hansson | 1 | -0/+13 |
| 2013-01-23 | ARM: 7622/1: mmc: mmci: Gate the clock in runtime suspend to save power | Ulf Hansson | 1 | -0/+29 |
| 2013-01-08 | ARM: 7620/1: mmc: mmci: Convert to use mmc_regulator_get_supply | Ulf Hansson | 1 | -43/+11 |
| 2013-01-08 | ARM: 7618/1: mmc: mmci: Support MMC_PM_KEEP_POWER | Ulf Hansson | 1 | -0/+4 |
| 2013-01-08 | ARM: 7617/1: mmc: mmci: Support for DDR mode | Ulf Hansson | 1 | -0/+6 |
| 2012-12-12 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -21/+45 |
| 2012-12-11 | ARM: 7596/1: mmci: replace readsl/writesl with ioread32_rep/iowrite32_rep | Davide Ciminaghi | 1 | -4/+4 |
| 2012-11-28 | mmc: remove use of __devexit | Bill Pemberton | 1 | -2/+2 |
| 2012-11-28 | mmc: remove use of __devinit | Bill Pemberton | 1 | -3/+3 |
| 2012-11-28 | mmc: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
| 2012-11-04 | ARM: 7562/2: MMCI: fetch pinctrl handle and set default state | Linus Walleij | 1 | -0/+18 |
| 2012-10-18 | ARM: 7552/1: mmc: mmci: Switching off HWFC for SDIO depends on MCLK | Ulf Hansson | 1 | -5/+7 |
| 2012-10-18 | ARM: 7551/1: mmc: mmci: Fix incorrect handling of HW flow control for SDIO | Ulf Hansson | 1 | -17/+21 |
| 2012-10-03 | mmc: mmci: use clk_prepare_enable and clk_disable_unprepare | Julia Lawall | 1 | -10/+3 |
| 2012-06-17 | ARM: 7427/1: mmc: mmci: Defer probe() in case of yet uninitialized GPIOs | Roland Stigge | 1 | -0/+8 |
| 2012-06-17 | ARM: 7426/1: mmc: mmci: Remove wrong error handling of gpio 0 | Roland Stigge | 1 | -5/+0 |
| 2012-06-14 | ARM: 7422/1: mmc: mmci: Allocate platform memory during Device Tree boot | Lee Jones | 1 | -0/+6 |
| 2012-05-25 | Merge tag 'mmc-merge-for-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+61 |
| 2012-05-21 | Merge branches 'amba', 'devel-stable', 'fixes', 'mach-types', 'mmci', 'pci' a... | Russell King | 1 | -0/+16 |
| 2012-05-08 | mmc: mmci: Fix compiler error when CONFIG_OF is not set | Lee Jones | 1 | -0/+6 |
| 2012-05-04 | mmc: mmci: Use correct GPIO binding for IRQ requests | Lee Jones | 1 | -2/+3 |
| 2012-05-04 | mmc: mmci: Enable Device Tree support for ux500 variants | Lee Jones | 1 | -4/+54 |
| 2012-05-03 | AMBA: get rid of last two uses of NO_IRQ | Russell King | 1 | -1/+1 |
| 2012-04-25 | ARM: 7378/1: mmci: add support for the Nomadik MMCI variant | Linus Walleij | 1 | -0/+16 |
| 2012-03-29 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -1/+3 |
| 2012-03-23 | Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -56/+122 |
| 2012-03-23 | Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -1/+1 |
| 2012-03-24 | Merge branch 'mmci' into amba | Russell King | 1 | -45/+121 |
| 2012-03-21 | dmaengine/dma_slave: introduce inline wrappers | Alexandre Bounine | 1 | -1/+1 |
| 2012-03-16 | ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driver | viresh kumar | 1 | -11/+1 |
| 2012-03-04 | mmc: mmci: reduce max_blk_count to avoid overflowing max_req_size | Will Deacon | 1 | -3/+4 |
| 2012-02-22 | dmaengine: Pass dma_slave_config .device_fc = NULL for all existing users | Viresh Kumar | 1 | -0/+2 |
| 2012-02-02 | ARM: 7280/1: mmc: mmci: Cache MMCICLOCK and MMCIPOWER register | Ulf Hansson | 1 | -12/+29 |