aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mmc: initialize struct mmc_data at declaration timeChris Ball2011-05-245-21/+10
* mmc: initialize struct mmc_command at declaration timeChris Ball2011-05-246-92/+37
* mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq.Chris Ball2011-05-241-0/+1
* mmc: core: Fix use of uninitialized data in mmc_send_if_cond.Chris Ball2011-05-241-0/+2
* mmc: core: Fix use of uninitialized data in mmc_cmd_app.Andrei Warkentin2011-05-241-0/+2
* mmc: quirks: Fix erase/trim for certain SanDisk cards.Andrei Warkentin2011-05-241-1/+42
* mmc: sdhci: work around broken dma boundary behaviorMikko Vinni2011-05-242-5/+31
* mmc: quirks: Support for block quirks.Andrei Warkentin2011-05-241-0/+7
* mmc: MMC boot partitions support.Andrei Warkentin2011-05-242-40/+256
* mmc: card: block.c cleanup for host claim/release.Andrei Warkentin2011-05-241-18/+13
* mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin2011-05-243-8/+23
* mmc: sdhci: R1B command handling + MMC_CAP_ERASE.Andrei Warkentin2011-05-241-16/+26
* mmc: core: Rename erase_timeout to cmd_timeout_ms.Andrei Warkentin2011-05-241-18/+21
* mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID.Andrei Warkentin2011-05-243-54/+43
* mmc: core: fix memory leak in mmc_add_hostWolfram Sang2011-05-241-2/+2
* mmc: sdhci-pci: Fix checkpatch.pl errorsAmeya Palande2011-05-241-23/+21
* mmc: quirks: wl1271 is MMC_QUIRK_DISABLE_CDOhad Ben-Cohen2011-05-241-0/+2
* mmc: add MMC_QUIRK_DISABLE_CDOhad Ben-Cohen2011-05-241-1/+1
* mmc: quirks: wl1271 is MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen2011-05-241-0/+2
* mmc: add MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen2011-05-241-0/+6
* mmc: do not switch to 1-bit mode if not requiredOhad Ben-Cohen2011-05-241-2/+2
* mmc: mmc_card_keep_power cleanupsOhad Ben-Cohen2011-05-242-7/+7
* mmc: Reliable write support.Andrei Warkentin2011-05-242-4/+82
* mmc: sdhci: change CONFIG of MMC_SDHCI_TEGRA from 'tristate' to 'bool'Shawn Guo2011-05-241-1/+1
* mmc: tegra: add pm_flagsVenkat Rao2011-05-241-0/+2
* mmc: remove redundant irq disablingJohn Ogness2011-05-241-8/+0
* mmc: Ensure linux starts in eMMC user partitionPhilip Rakity2011-05-241-0/+10
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-05-167-11/+43
|\
| * drm: Take lock around probes for drm_fb_helper_hotplug_eventChris Wilson2011-05-161-4/+22
| * 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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-05-141-21/+156
|\ \
| * | rbd: fix split bio handlingYehuda Sadeh2011-05-131-20/+151
| * | rbd: fix leak of ops structSage Weil2011-05-121-1/+5
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-05-141-1/+1
|\ \ \
| * | | libata: fix oops when LPM is used with PMPTejun Heo2011-05-141-1/+1
* | | | Merge branch 'fbmem'Linus Torvalds2011-05-141-52/+71
|\ \ \ \
| * | | | Further fbcon sanity checkingBruno Prémont2011-05-141-4/+4
| * | | | fbmem: fix remove_conflicting_framebuffers racesLinus Torvalds2011-05-141-49/+68
* | | | | Revert "libata: ahci_start_engine compliant to AHCI spec"Tejun Heo2011-05-141-21/+0
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-1313-57/+110
|\ \ \ \
| * | | | bonding,llc: Fix structure sizeof incompatibility for some PDUsVitalii Demianets2011-05-131-5/+5
| * | | | ne-h8300: Fix regression caused during net_device_ops conversionGeert Uytterhoeven2011-05-122-9/+9
| * | | | hydra: Fix regression caused during net_device_ops conversionGeert Uytterhoeven2011-05-122-8/+8
| * | | | zorro8390: Fix regression caused during net_device_ops conversionGeert Uytterhoeven2011-05-122-7/+7
| * | | | Merge branch 'sfc-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/bw...David S. Miller2011-05-123-23/+53
| |\ \ \ \
| | * | | | sfc: Always map MCDI shared memory as uncacheableBen Hutchings2011-05-123-23/+53