aboutsummaryrefslogtreecommitdiffstats
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-27mmc: sdhci-pci: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for Medfield SDIOAdrian Hunter1-0/+5
2012-03-27mmc: sdhci: add quirk for keeping card power during suspendAdrian Hunter2-2/+13
2012-03-27mmc: sdhci-pci: select HC erase size for Medfield eMMCAdrian Hunter1-1/+2
2012-03-27mmc: core: add high-capacity erase size capability flagAdrian Hunter2-1/+3
2012-03-27mmc: omap_hsmmc: convert all pr_* to dev_*Rajendra Nayak1-4/+4
2012-03-27mmc: sh_mmcif: fix MMC_GEN_CMD settingShimoda, Yoshihiro1-2/+0
2012-03-27mmc: core: hs200 fixesSubhash Jadavani1-17/+21
2012-03-27mmc: omap_hsmmc: Fix "Unbalanced pm_runtime_enable!" warningTony Lindgren1-0/+1
2012-03-27mmc: core: Clean up after mmc_pre_req if card was removedUlf Hansson1-20/+15
2012-03-27mmc: start removing enable / disable APIAdrian Hunter9-242/+27
2012-03-27mmc: sdhci-spear: add pm callbacks to support hibernationShiraz Hashim1-7/+2
2012-03-27mmc: tmio_mmc: do not enable card hotplug interrupts, if unusedGuennadi Liakhovetski1-1/+6
2012-03-27mmc: omap_hsmmc: Don't expect MMC1 to always have vmmc supplyRajendra Nayak1-29/+2
2012-03-27mmc: omap_hsmmc: Get rid of omap_hsmmc_4_set_power functionRajendra Nayak1-20/+1
2012-03-27mmc: omap_hsmmc: Get rid of omap_hsmmc_1_set_power functionRajendra Nayak1-27/+3
2012-03-27mmc: omap_hsmmc: Use OMAP_HSMMC_SUPPORTS_DUAL_VOLT flag to remove host->id based hardcodingBalaji T K1-1/+1
2012-03-27mmc: omap_hsmmc: remove unused .set_sleep functionBalaji T K2-62/+0
2012-03-27mmc: omap_hsmmc: use platform_get_resource_byname for tx/rx DMA channelsBalaji T K1-24/+11
2012-03-27mmc: core: Detect card removal on I/O errorUlf Hansson2-3/+22
2012-03-27mmc: dw_mmc: Regression fix for non-IDMAC DMASeungwon Jeon1-16/+9
2012-03-27mmc: dw_mmc: fix compile error when CONFIG_MMC_DW_IDMAC is disabledJaehoon Chung1-1/+1
2012-03-27ARM: OMAP: hsmmc: add max_freq fieldDaniel Mack3-2/+9
2012-03-27mmc: atmel-mci: fix typoLudovic Desroches1-1/+1
2012-03-25mmc: dw_mmc: shift with slot-id for CLKENA registerJaehoon Chung1-2/+2
2012-03-25mmc: esdhc: Workaround for data crc error on p1010rdbJerry Huang1-2/+17
2012-03-25mmc: core: add a debug message for SET_BLOCK_COUNTJaehoon Chung1-0/+6
2012-03-25mmc: dw_mmc: Add support for pre_req and post_reqSeungwon Jeon1-27/+102
2012-03-25mmc: sdhci-tegra: Explicitly support Tegra30Stephen Warren1-13/+87
2012-03-25mmc: esdhc: Implement power management for ESDHCJerry Huang1-0/+18
2012-03-25mmc: sdhci: Add platform suspend/resume hooks.Chris Ball2-0/+8
2012-03-25mmc: dw_mmc: Override blk_settings with platdata on IDMACJaehoon Chung1-8/+8
2012-03-25mmc: Support of PCI mode in the dw_mmc driverShashidhar Hiremath7-104/+385
2012-03-25mmc: dw_mmc: add support for eMMC Power Off Notify featureJaehoon Chung1-0/+5
2012-03-25mmc: MMC-4.5 Data Tag SupportSaugata Das4-5/+35
2012-03-20ext4: initialization of ext4_li_mtx needs to be done earlierAl Viro1-2/+3
2012-03-20VM: make zap_page_range() callers that act on a single VMA use separate helperAl Viro1-39/+74
2012-03-20VM: make unmap_vmas() return voidAl Viro3-8/+3
2012-03-20VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap()Al Viro1-1/+1
2012-03-20VM: make zap_page_range() return voidAl Viro2-4/+3
2012-03-20VM: can't go through the inner loop in unmap_vmas() more than once...Al Viro1-2/+2
2012-03-20VM: unmap_page_range() can return voidAl Viro1-9/+6
2012-03-20debugfs-related mode_t whack-a-moleAl Viro6-7/+7
2012-03-20hfsplus: add an ioctl to bless filesMatthew Garrett3-0/+40
2012-03-20hfsplus: change finder_info to u32Matthew Garrett1-1/+1
2012-03-20hfsplus: initialise userflagsMatthew Garrett1-0/+2
2012-03-20qnx4: new helper - try_extent()Al Viro1-8/+15
2012-03-20qnx4: get rid of qnx4_bread/qnx4_getblkAl Viro3-36/+3
2012-03-20take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro7-10/+1
2012-03-20trim includes in inode.cAl Viro1-11/+1
2012-03-20um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't hold itAl Viro2-3/+10