| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: rename ARCH_BCM to ARCH_BCM_MOBILE | Christian Daudt | 2014-03-24 | 1 | -1/+1 |
* | mmc: sdhci: Allow for irq being shared | Adrian Hunter | 2014-03-17 | 1 | -3/+1 |
* | mmc: sdhci-acpi: Add device id 80860F16 | Adrian Hunter | 2014-03-17 | 1 | -0/+2 |
* | mmc: sdhci-acpi: Fix broken card detect for ACPI HID 80860F14 | Adrian Hunter | 2014-03-17 | 1 | -62/+15 |
* | mmc: slot-gpio: Add GPIO descriptor based CD GPIO API | Adrian Hunter | 2014-03-17 | 2 | -1/+84 |
* | mmc: slot-gpio: Split out CD IRQ request into a separate function | Adrian Hunter | 2014-03-17 | 1 | -23/+35 |
* | mmc: slot-gpio: Record GPIO descriptors instead of GPIO numbers | Adrian Hunter | 2014-03-17 | 1 | -18/+27 |
* | mmc: sdhci-spear: use generic card detection gpio support | Russell King | 2014-03-04 | 1 | -62/+17 |
* | mmc: sdhci-spear: remove support for power gpio | Russell King | 2014-03-04 | 1 | -32/+0 |
* | mmc: sdhci-spear: simplify resource handling | Russell King | 2014-03-04 | 1 | -27/+13 |
* | mmc: sdhci-spear: fix platform_data usage | Russell King | 2014-03-04 | 1 | -26/+17 |
* | mmc: sdhci-spear: fix error handling paths for DT | Russell King | 2014-03-04 | 1 | -6/+3 |
* | mmc: sdhci-bcm-kona: fix build errors when built-in | Russell King | 2014-03-04 | 1 | -1/+1 |
* | mmc: omap_hsmmc: add autocmd23 support | Balaji T K | 2014-03-04 | 1 | -3/+36 |
* | mmc: omap_hsmmc: add cmd23 support | Balaji T K | 2014-03-04 | 1 | -4/+17 |
* | mmc: omap_hsmmc: split dma setup | Balaji T K | 2014-03-04 | 1 | -8/+18 |
* | mmc: omap_hsmmc: fix request done for sbc error case | Balaji T K | 2014-03-04 | 1 | -1/+1 |
* | mmc: omap_hsmmc: save clock rate to use in interrupt context | Balaji T K | 2014-03-04 | 1 | -1/+3 |
* | mmc: omap_hsmmc: remove redundant reset done | Balaji T K | 2014-03-04 | 1 | -4/+0 |
* | mmc: omap_hsmmc: fix return error code for of_get_hsmmc_pdata | Balaji T K | 2014-03-04 | 1 | -2/+2 |
* | mmc: omap_hsmmc: remove pbias workaround | Balaji T K | 2014-03-04 | 1 | -19/+1 |
* | mmc: omap_hsmmc: adapt hsmmc to use pbias regulator | Balaji T K | 2014-03-04 | 1 | -0/+37 |
* | regulator: add pbias regulator support | Balaji T K | 2014-03-04 | 3 | -0/+265 |
* | mmc: omap_hsmmc: handle vcc and vcc_aux independently | Balaji T K | 2014-03-04 | 1 | -27/+23 |
* | mmc: omap_hsmmc: use devm_regulator API | Balaji T K | 2014-03-04 | 1 | -4/+2 |
* | mmc: omap_hsmmc: support more DT properties | Daniel Mack | 2014-03-04 | 1 | -0/+6 |
* | mmc: omap_hsmmc: Add support for quirky omap3 hsmmc controller | Nishanth Menon | 2014-03-04 | 1 | -4/+22 |
* | mmc: omap_hsmmc: remove a duplicative test | Dan Carpenter | 2014-03-04 | 1 | -2/+1 |
* | mmc: dw_mmc: fix possible build error | Felipe Balbi | 2014-03-03 | 2 | -1/+3 |
* | mmc: sdhci-s3c: Do not allow frequencies higher than requested | Tomasz Figa | 2014-03-03 | 1 | -1/+8 |
* | mmc: sdhci-s3c: Fix handling of bus clock switching | Tomasz Figa | 2014-03-03 | 1 | -61/+17 |
* | mmc: sdhci-s3c: Simplify min/max clock calculation | Tomasz Figa | 2014-03-03 | 1 | -20/+40 |
* | mmc: sdhci-s3c: Use correct condition to check for clock presence | Tomasz Figa | 2014-03-03 | 1 | -5/+3 |
* | mmc: sdhci-s3c: Cache bus clock rates | Tomasz Figa | 2014-03-03 | 1 | -3/+6 |
* | mmc: sdhci-s3c: Use shifts to divide by powers of two | Tomasz Figa | 2014-03-03 | 1 | -5/+5 |
* | mmc: dw_mmc: Add support for SOCFPGA's platform specific implementation | Dinh Nguyen | 2014-02-27 | 1 | -2/+8 |
* | mmc: dw_mmc-socfpga: Remove the SOCFPGA specific platform for dw_mmc | Dinh Nguyen | 2014-02-27 | 3 | -147/+0 |
* | mmc: dw_mmc: Fix NULL pointer dereference | Sachin Kamat | 2014-02-25 | 1 | -1/+1 |
* | mmc: dw_mmc: Add missing description | Sachin Kamat | 2014-02-25 | 1 | -0/+1 |
* | mmc: sdhci-dove: Remove redundant of_match_ptr | Sachin Kamat | 2014-02-25 | 1 | -1/+1 |
* | mmc: dw_mmc: Remove redundant of_match_ptr | Sachin Kamat | 2014-02-25 | 1 | -1/+1 |
* | mmc: davinci: Remove redundant of_match_ptr | Sachin Kamat | 2014-02-25 | 1 | -2/+2 |
* | mmc: sdhci-spear: Fix NULL pointer dereference | Sachin Kamat | 2014-02-25 | 1 | -5/+3 |
* | mmc: wmt-sdmmc: Fix NULL pointer dereference | Sachin Kamat | 2014-02-25 | 1 | -1/+3 |
* | mmc: ushc: Fix incorrect parameter in sizeof | Sachin Kamat | 2014-02-25 | 1 | -1/+1 |
* | mmc: sdhci-bcm-kona: Add basic use of clocks | Tim Kryger | 2014-02-24 | 1 | -2/+35 |
* | mmc: mmci: Enable support for busy detection for ux500 variant | Ulf Hansson | 2014-02-23 | 2 | -8/+45 |
* | mmc: mmci: Handle CMD irq before DATA irq | Ulf Hansson | 2014-02-23 | 1 | -4/+5 |
* | mmc: block: Fixup busy detection while invoking stop cmd at recovery | Ulf Hansson | 2014-02-23 | 1 | -28/+55 |
* | mmc: block: Respect hw busy detection in card_busy_detect() | Ulf Hansson | 2014-02-23 | 1 | -2/+8 |