summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: mediatek: change some dev_err to dev_dbgChaotian Jing2015-12-221-4/+4
* mmc: enable MMC/SD/SDIO device to suspend/resume asynchronouslyFu, Zhonghui2015-12-222-0/+3
* mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()Adrian Hunter2015-12-221-2/+2
* mmc: sdhci: 64-bit DMA actually has 4-byte alignmentAdrian Hunter2015-12-222-28/+24
* mmc: sdhci: Fix DMA descriptor with zero data lengthAdrian Hunter2015-12-221-3/+6
* mmc: sdio: Fix invalid vdd in voltage switch power cycleAdrian Hunter2015-12-221-1/+1
* mmc: sdhci: Do not BUG on invalid vddAdrian Hunter2015-12-221-1/+3
* mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPTAdrian Hunter2015-12-221-1/+1
* mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400Wenkai Du2015-12-221-4/+2
* mmc: core: Introduce MMC_CAP2_NO_SDIO capCarlo Caione2015-12-222-3/+9
* mmc: mvsdio: delete platform data code pathLinus Walleij2015-12-222-49/+15
* mmc: mvsdio: delete platform data headerLinus Walleij2015-12-222-19/+6
* mmc: sdhci-of-esdhc: add/remove some quirks according to vendor versionyangbo lu2015-12-221-0/+10
* mmc: atmel-mci: atmci_convert_chksize depends on controller versionludovic.desroches@atmel.com2015-12-221-16/+27
* MAINTAINERS: remove atmel-mci-regs.h fileludovic.desroches@atmel.com2015-12-221-1/+0
* mmc: atmel-mci: move atmel-mci-regs.h content in atmel-mci.cludovic.desroches@atmel.com2015-12-222-172/+149
* mmc: fix mmc_{un,}register_pm_notifier prototypesArnd Bergmann2015-12-221-2/+2
* mmc: sdhci-esdhc-imx: correct the tuning-step settingHaibo Chen2015-12-221-2/+5
* mmc: sh_mmcif: rework dma channel handlingArnd Bergmann2015-12-221-46/+38
* mmc: sdhci: Fix strings broken across multiple linesMarek Vasut2015-12-221-34/+23
* mmc: pwrseq: constify mmc_pwrseq_ops structuresJulia Lawall2015-12-223-3/+3
* mmc: tegra: Add Tegra210 supportThierry Reding2015-12-221-0/+17
* mmc: tegra: Constify SoC dataThierry Reding2015-12-221-3/+3
* mmc: sdhci-of-at91: add PM supportludovic.desroches@atmel.com2015-12-221-2/+73
* mmc: kconfig: replace FAULT_INJECTION with FAULT_INJECTION_DEBUG_FSAdrien Schildknecht2015-12-221-2/+1
* mmc: block: change to use kmalloc when copy data from userspaceyalin wang2015-12-221-2/+2
* mmc: core: set regulator not found message as debugludovic.desroches@atmel.com2015-12-221-2/+2
* mmc: core: Check for non-removable cards earlier in the error pathUlf Hansson2015-12-221-3/+3
* mmc: core: Refactor code to register the MMC PM notifierUlf Hansson2015-12-224-12/+26
* mmc: core: Remove MMC_CAP_RUNTIME_RESUME as it's redundantUlf Hansson2015-12-223-10/+0
* mmc: core: Make runtime resume default behavior for MMC/SDUlf Hansson2015-12-222-26/+4
* mmc: core: Keep host claimed in mmc_rescan() while calling host opsUlf Hansson2015-12-221-2/+3
* mmc: core: Invoke ->card_event() callback only when neededUlf Hansson2015-12-221-5/+5
* mmc: omap_hsmmc: No need to check DMA channel validity at module removePeter Ujfalusi2015-12-221-4/+2
* mmc: sh_mmcif: Document r8a7793 DT bindingsUlrich Hecht2015-12-221-0/+1
* mmc: core: enable support for the standard "wakeup-source" propertySudeep Holla2015-12-222-2/+4
* Linux 4.4-rc6v4.4-rc6Linus Torvalds2015-12-211-1/+1
* Merge tag 'rtc-4.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Linus Torvalds2015-12-202-14/+53
|\
| * rtc: da9063: fix access ordering error during RTC interrupt at system power onSteve Twiss2015-12-201-10/+9
| * rtc: rk808: Compensate for Rockchip calendar deviation on November 31stJulius Werner2015-12-201-4/+44
* | Merge tag 'tty-4.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-12-205-17/+19
|\ \
| * | tty: Fix GPF in flush_to_ldisc()Peter Hurley2015-12-131-1/+1
| * | serial: earlycon: Add missing spinlock initializationGeert Uytterhoeven2015-12-131-0/+2
| * | serial: sh-sci: Fix length of scatterlistYoshihiro Shimoda2015-12-131-1/+1
| * | n_tty: Fix poll() after buffer-limited eof push readPeter Hurley2015-12-131-13/+9
| * | serial: 8250_uniphier: fix dl_read and dl_write functionsMasahiro Yamada2015-12-131-2/+6
* | | Merge tag 'usb-4.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-12-2011-47/+122
|\ \ \
| * | | USB: fix invalid memory access in hub_activate()Alan Stern2015-12-181-3/+19
| * | | USB: ipaq.c: fix a timeout loopDan Carpenter2015-12-181-1/+2
| * | | Merge tag 'phy-for-4.4-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman2015-12-189-43/+101
| |\ \ \