summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: sd: add support for driver type selectionArindam Nath2011-05-259-30/+190
* mmc: sd: query function modes for uhs cardsArindam Nath2011-05-252-10/+62
* mmc: sd: add support for signal voltage switch procedureArindam Nath2011-05-257-17/+284
* mmc: core: Add mmc CMD+ACMD passthrough ioctlJohn Calixto2011-05-257-1/+261
* mmc: block: init force_ro sysfs attributeRabin Vincent2011-05-251-0/+1
* mmc: sdhci: Fix read-only detection with JMicron 388 chipTakashi Iwai2011-05-253-4/+31
* mmc: Ensure hardware partitions don't mess with mmcblk device naming.Andrei Warkentin2011-05-251-7/+19
* mmc: sdhci: Add pre and post reset processing for chip specific resetPhilip Rakity2011-05-252-0/+8
* mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLKMark Brown2011-05-251-3/+4
* mmc: initialize struct mmc_request at declaration timeChris Ball2011-05-256-34/+12
* mmc: initialize struct mmc_data at declaration timeChris Ball2011-05-255-21/+10
* mmc: initialize struct mmc_command at declaration timeChris Ball2011-05-256-92/+37
* mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq.Chris Ball2011-05-251-0/+1
* mmc: core: Fix use of uninitialized data in mmc_send_if_cond.Chris Ball2011-05-251-0/+2
* mmc: core: Fix use of uninitialized data in mmc_cmd_app.Andrei Warkentin2011-05-251-0/+2
* mmc: quirks: Fix erase/trim for certain SanDisk cards.Andrei Warkentin2011-05-252-1/+43
* mmc: sdhci: work around broken dma boundary behaviorMikko Vinni2011-05-252-5/+31
* mmc: quirks: Support for block quirks.Andrei Warkentin2011-05-251-0/+7
* mmc: MMC boot partitions support.Andrei Warkentin2011-05-257-42/+305
* mmc: card: block.c cleanup for host claim/release.Andrei Warkentin2011-05-251-18/+13
* mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin2011-05-254-8/+24
* mmc: sdhci: R1B command handling + MMC_CAP_ERASE.Andrei Warkentin2011-05-251-16/+26
* mmc: core: Rename erase_timeout to cmd_timeout_ms.Andrei Warkentin2011-05-252-19/+22
* mmc: quirks: fix truncation warningsRandy Dunlap2011-05-251-1/+1
* mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID.Andrei Warkentin2011-05-254-55/+133
* mmc: core: fix memory leak in mmc_add_hostWolfram Sang2011-05-251-2/+2
* mmc: sdhci-pci: Fix checkpatch.pl errorsAmeya Palande2011-05-251-23/+21
* mmc: quirks: wl1271 is MMC_QUIRK_DISABLE_CDOhad Ben-Cohen2011-05-251-0/+2
* mmc: add MMC_QUIRK_DISABLE_CDOhad Ben-Cohen2011-05-252-1/+7
* mmc: quirks: wl1271 is MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen2011-05-251-0/+2
* mmc: add MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen2011-05-252-0/+12
* mmc: do not switch to 1-bit mode if not requiredOhad Ben-Cohen2011-05-252-2/+6
* mmc: mmc_card_keep_power cleanupsOhad Ben-Cohen2011-05-253-8/+8
* mmc: Reliable write support.Andrei Warkentin2011-05-254-4/+88
* mmc: sdhci: change CONFIG of MMC_SDHCI_TEGRA from 'tristate' to 'bool'Shawn Guo2011-05-251-1/+1
* mmc: tegra: add pm_flagsVenkat Rao2011-05-252-0/+3
* mmc: remove redundant irq disablingJohn Ogness2011-05-251-8/+0
* mmc: Ensure linux starts in eMMC user partitionPhilip Rakity2011-05-253-0/+12
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-05-168-12/+44
|\
| * drm: Take lock around probes for drm_fb_helper_hotplug_eventChris Wilson2011-05-162-5/+23
| * drm/i915: Revert i915.semaphore=1 default from 47ae63e0Andy Lutomirski2011-05-161-1/+1
| * vga_switcheroo: don't toggle-switch devicesFlorian Mickler2011-05-161-3/+3
| * drm/radeon/kms: add some evergreen/ni safe regsAlex Deucher2011-05-132-0/+2
| * drm/radeon/kms: fix extended lvds info parsingAlex Deucher2011-05-131-3/+11
| * drm/radeon/kms: fix tiling reg on fusionAlex Deucher2011-05-132-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-05-154-23/+44
|\ \
| * | Btrfs: fix FS_IOC_SETFLAGS ioctlLi Zefan2011-05-141-0/+2
| * | Btrfs: fix FS_IOC_GETFLAGS ioctlLi Zefan2011-05-141-0/+7
| * | fs: remove FS_COW_FLLi Zefan2011-05-142-10/+6
| * | Btrfs: fix easily get into ENOSPC in mixed caseliubo2011-05-141-11/+26