summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin2015-02-116-9/+36
* mm: add VM_BUG_ON_PAGE() to page_mapcount()Wang, Yalin2015-02-111-1/+2
* mm: add fields for compound destructor and order into struct pageKirill A. Shutemov2015-02-112-5/+12
* Merge tag 'mmc-v3.20-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2015-02-1168-1180/+2152
|\
| * mmc: sdhci-s3c: solve problem with sleeping in atomic contextPaul Osmialowski2015-02-041-0/+8
| * mmc: pwrseq: add driver for emmc hardware resetMarek Szyprowski2015-02-045-1/+131
| * mmc: moxart: fix probe logicArnd Bergmann2015-02-041-11/+9
| * mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON stateUlf Hansson2015-02-031-2/+2
| * mmc: pwrseq_simple: Add optional reference clock supportJavier Martinez Canillas2015-01-301-2/+36
| * mmc: pwrseq: Document optional clock for the simple power sequenceJavier Martinez Canillas2015-01-301-0/+4
| * mmc: pwrseq_simple: Extend to support more pinsJavier Martinez Canillas2015-01-301-15/+40
| * mmc: pwrseq: Document that simple sequence support more than one GPIOJavier Martinez Canillas2015-01-301-3/+4
| * mmc: Add hardware dependencies for sdhci-pxav3 and sdhci-pxav2Jean Delvare2015-01-301-0/+2
| * mmc: sdhci-pxav3: Modify clock settings for the SDR50 and DDR50 modesMarcin Wojtas2015-01-291-8/+50
| * mmc: sdhci-pxav3: Extend binding with SDIO3 conf reg for the Armada 38xGregory CLEMENT2015-01-291-4/+11
| * mmc: sdhci-pxav3: Fix Armada 38x controller's caps according to erratum ERR-7...Marcin Wojtas2015-01-291-5/+23
| * mmc: sdhci-pxav3: Fix SDR50 and DDR50 capabilities for the Armada 38x flavorGregory CLEMENT2015-01-291-0/+17
| * mmc: sdhci: switch voltage before sdhci_set_ios in runtime resumeJisheng Zhang2015-01-291-1/+1
| * mmc: tegra: Write xfer_mode, CMD regs in togetherPavan Kunapuli2015-01-291-1/+29
| * mmc: Resolve BKOPS compatability issueAlexey Skidanov2015-01-294-5/+12
| * mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cyclesJisheng Zhang2015-01-291-2/+2
| * mmc: dw_mmc: rockchip: remove incorrect __exit_p()Dmitry Torokhov2015-01-281-1/+1
| * mmc: dw_mmc: exynos: remove incorrect __exit_p()Dmitry Torokhov2015-01-281-1/+1
| * mmc: Fix menuconfig alignment of MMC_SDHCI_* optionsJean Delvare2015-01-281-0/+1
| * mmc: Enable Ricoh MMC quirk by defaultJean Delvare2015-01-281-0/+1
| * mmc: mmci: Get rid of dead code in mmci_dma_setupPramod Gurav2015-01-281-5/+0
| * mmc: sdhci-pxav3: fix race between runtime pm and irqJisheng Zhang2015-01-281-10/+5
| * mmc: block: Remove unnecessary temporary variableTobias Klauser2015-01-281-3/+1
| * mmc: pwrseq_simple: Add support for a reset GPIO pinUlf Hansson2015-01-281-0/+38
| * mmc: pwrseq: Initial support for the simple MMC power sequence providerUlf Hansson2015-01-284-2/+111
| * mmc: pwrseq: Document DT bindings for the simple MMC power sequenceUlf Hansson2015-01-282-0/+34
| * mmc: core: Initial support for MMC power sequencesUlf Hansson2015-01-286-2/+103
| * mmc: sdhci-pxav3: Remove checks for optional core clock in error/remove pathJisheng Zhang2015-01-211-4/+2
| * mmc: rtsx: check sg_count before long data xferMicky Ching2015-01-211-2/+9
| * mmc: rtsx: finish request if no card existMicky Ching2015-01-211-2/+7
| * mmc: sdhci: host: fix odd_ptr_err.cocci warningsWu Fengguang2015-01-211-1/+1
| * mmc: vub300: remove unreachable return value handlingNicholas Mc Guire2015-01-211-3/+1
| * mmc: block: fix format string warningAsaf Vertz2015-01-211-1/+1
| * Merge branch 'tmio' into nextUlf Hansson2015-01-207-151/+166
| |\
| | * mmc: tmio: remove TMIO_MMC_HAVE_CTL_DMA_REG flagKuninori Morimoto2015-01-203-13/+0
| | * mmc: sh_mobile_sdhi: enable 32bit DMA accessKuninori Morimoto2015-01-201-9/+33
| | * mmc: sh_mobile_sdhi: use .enable_dmaKuninori Morimoto2015-01-201-0/+6
| | * mmc: sh_mobile_sdhi: add new macro for mmc_host to sh_mobile_sdhiKuninori Morimoto2015-01-201-2/+4
| | * mmc: sh_mobile_sdhi: tidyup mmc_data->bus_shift for latest SoCKuninori Morimoto2015-01-201-1/+4
| | * mmc: sh_mobile_sdhi: remove .init/.cleanupKuninori Morimoto2015-01-202-40/+1
| | * mmc: tmio: enable SoC specific DMA buswidth settingsKuninori Morimoto2015-01-202-2/+8
| | * mmc: tmio: add .enable_dma on tmio_mmc_dmaKuninori Morimoto2015-01-202-0/+5
| | * mmc: tmio: tmio_mmc_data has .dma_rx_offsetKuninori Morimoto2015-01-204-3/+3
| | * mmc: tmio: tmio_mmc_data has .alignment_shiftKuninori Morimoto2015-01-204-5/+5
| | * mmc: tmio: tmio_mmc_host has .bus_shiftKuninori Morimoto2015-01-205-15/+15
OpenPOWER on IntegriCloud