| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-06-12 | 1 | -12/+6 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-05-27 | 1 | -12/+6 |
| |\ |
|
| | * | drivers/mmc/host/mmc_spi.c: Use get/put_unaligned_be32 | George Spelvin | 2014-05-16 | 1 | -12/+6 |
| | * | lib/crc7: Shift crc7() output left 1 bit | George Spelvin | 2014-05-16 | 1 | -1/+1 |
* | | | mmc: simplify SDHCI Kconfig dependencies | Arnd Bergmann | 2014-06-12 | 1 | -5/+3 |
* | | | mmc: omap: don't select TPS65010 | Arnd Bergmann | 2014-06-12 | 1 | -1/+1 |
* | | | mmc: mvsdio: avoid compiler warning | Arnd Bergmann | 2014-06-12 | 1 | -1/+1 |
* | | | mmc: atmel-mci: incude asm/cacheclush.h | Arnd Bergmann | 2014-06-12 | 1 | -0/+1 |
* | | | mmc: sdhci-msm: Fix fallout from sdhci refactoring | Stephen Boyd | 2014-06-12 | 1 | -0/+4 |
* | | | mmc: usdhi6rol0: fix compiler warnings | Guennadi Liakhovetski | 2014-06-12 | 1 | -5/+5 |
* | | | Merge tag 'mmc-updates-for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-06-10 | 52 | -1408/+3934 |
|\ \ \ |
|
| * | | | mmc: sdhci-s3c: use mmc_of_parse and remove the card_tasklet | Jaehoon Chung | 2014-06-04 | 1 | -95/+4 |
| * | | | mmc: add a driver for the Renesas usdhi6rol0 SD/SDIO host controller | Guennadi Liakhovetski | 2014-06-02 | 3 | -0/+1854 |
| * | | | mmc: sdhci-of-esdhc: Fixup compile error | Ulf Hansson | 2014-05-23 | 1 | -3/+3 |
| * | | | mmc: tegra: fix reporting of base clock frequency | Andrew Bresticker | 2014-05-23 | 1 | -3/+7 |
| * | | | mmc: tegra: disable UHS modes | Andrew Bresticker | 2014-05-23 | 1 | -7/+23 |
| * | | | mmc: sdhci-dove: use mmc_of_parse() and remove card_tasklet CD handler | Sebastian Hesselbarth | 2014-05-23 | 1 | -69/+5 |
| * | | | mmc: dove: fix missing MACH_DOVE dependency | Sebastian Hesselbarth | 2014-05-22 | 1 | -1/+1 |
| * | | | mmc: sdhci: SD tuning is broken for some controllers | Al Cooper | 2014-05-22 | 1 | -15/+9 |
| * | | | mmc: sdhci-esdhc-imx: fix mmc ddr mode regression issue | Aisheng Dong | 2014-05-22 | 1 | -0/+1 |
| * | | | mmc: sdhci-pci-o2micro: Add SeaBird SeaEagle SD3 support | Peter Guo | 2014-05-22 | 2 | -1/+80 |
| * | | | mmc: omap_hsmmc: split omap-dma header file | Balaji T K | 2014-05-22 | 1 | -1/+1 |
| * | | | mmc: omap_hsmmc: fix cmd23 multiblock read/write | Balaji T K | 2014-05-22 | 1 | -2/+3 |
| * | | | mmc: omap_hsmmc: use devm_ioremap_resource | Balaji T K | 2014-05-22 | 1 | -14/+5 |
| * | | | mmc: omap_hsmmc: use devm_request_threaded_irq | Balaji T K | 2014-05-22 | 1 | -6/+3 |
| * | | | mmc: omap_hsmmc: use devm_request_irq | Balaji T K | 2014-05-22 | 1 | -5/+2 |
| * | | | mmc: omap_hsmmc: use devm_clk_get | Balaji T K | 2014-05-22 | 1 | -11/+4 |
| * | | | mmc: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs | David Lanzendörfer | 2014-05-22 | 3 | -0/+1057 |
| * | | | mmc: wmt-sdmmc: Use GFP_KERNEL instead of hard-coded value | Axel Lin | 2014-05-22 | 1 | -1/+1 |
| * | | | mmc: omap: Use DIV_ROUND_UP instead of open coded | Axel Lin | 2014-05-22 | 1 | -5/+5 |
| * | | | mmc: dw_mmc: Don't print data errors | Doug Anderson | 2014-05-22 | 1 | -1/+1 |
| * | | | mmc: sdhci: track whether preset mode is currently enabled in hardware | Russell King | 2014-05-22 | 1 | -18/+26 |
| * | | | mmc: sdhci: move remaining power handling into sdhci_set_power() | Russell King | 2014-05-22 | 1 | -9/+7 |
| * | | | mmc: sdhci: move regulator handling into sdhci_set_power() | Russell King | 2014-05-22 | 1 | -37/+35 |
| * | | | mmc: sdhci-tegra: get rid of special PRESENT_STATE register handling | Russell King | 2014-05-22 | 1 | -14/+0 |
| * | | | mmc: sdhci: remove platform_suspend/platform_resume callbacks | Russell King | 2014-05-22 | 2 | -8/+0 |
| * | | | mmc: sdhci-of-esdhc: remove platform_suspend/platform_resume callbacks | Russell King | 2014-05-22 | 1 | -19/+36 |
| * | | | mmc: sdhci-esdhc-imx: remove emulation of uhs_mode | Russell King | 2014-05-22 | 1 | -14/+3 |
| * | | | mmc: sdhci: clean up sdhci_execute_tuning() decision | Russell King | 2014-05-22 | 1 | -16/+15 |
| * | | | mmc: sdhci: cache timing information locally | Russell King | 2014-05-22 | 1 | -11/+12 |
| * | | | mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function | Russell King | 2014-05-22 | 18 | -20/+42 |
| * | | | mmc: sdhci: set_uhs_signaling() need not return a value | Russell King | 2014-05-22 | 3 | -6/+4 |
| * | | | mmc: sdhci-esdhc-imx: fix lockdep splat upon tuning | Russell King | 2014-05-22 | 1 | -4/+2 |
| * | | | mmc: sdhci-esdhc-imx: comment runtime_pm_get_sync() in esdhc_prepare_tuning() | Russell King | 2014-05-22 | 1 | -0/+1 |
| * | | | mmc: sdhci-esdhc-imx: avoid DMA to kernel stack | Russell King | 2014-05-22 | 1 | -9/+16 |
| * | | | mmc: sdhci: convert sdhci_set_clock() into a library function | Russell King | 2014-05-22 | 18 | -19/+36 |
| * | | | mmc: sdhci: move setting mmc->actual_clock into set_clock handlers | Russell King | 2014-05-22 | 5 | -3/+12 |
| * | | | mmc: sdhci: move setting host->clock into sdhci_do_set_ios() | Russell King | 2014-05-22 | 5 | -17/+7 |
| * | | | mmc: sdhci: clean up sdhci_update_clock()/sdhci_set_clock() | Russell King | 2014-05-22 | 2 | -19/+5 |
| * | | | mmc: sdhci: convert ADMA descriptors to a coherent allocation | Russell King | 2014-05-22 | 1 | -21/+22 |