summaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-25mmc: sdhi: print physical base address and clock rateMagnus Damm1-2/+4
2011-05-25mmc: sdhi: no need for special interrupt flagsMagnus Damm1-2/+1
2011-05-25mmc: tmio/sdhi: break out interrupt request/freeMagnus Damm4-21/+37
2011-05-25mmc: protect the tmio_mmc driver against a theoretical raceGuennadi Liakhovetski2-6/+57
2011-05-25mmc: add runtime and system power-management support to the MMCIF driverGuennadi Liakhovetski1-9/+69
2011-05-25mmc: Add runtime and system-wide PM to the TMIO MMC driverGuennadi Liakhovetski5-19/+86
2011-05-25mmc: sh_mmcif: protect against a theoretical raceGuennadi Liakhovetski1-8/+42
2011-05-25mmc: sdio: optimized SDIO IRQ handling for single irqStefan Nilsson XK2-1/+33
2011-05-25mmc: mmc_test: minor clean up, use t = &test.area everywhereAndy Shevchenko1-31/+44
2011-05-25mmc: card: fix potential null dereference of 'idata'Vladimir Motyka1-5/+6
2011-05-25mmc: sdhci: add support for retuning mode 1Arindam Nath3-3/+118
2011-05-25mmc: sdhci: add support for programmable clock modeArindam Nath3-15/+70
2011-05-25mmc: sdhci: enable preset value after uhs initializationArindam Nath3-0/+44
2011-05-25mmc: sd: add support for tuning during uhs initializationArindam Nath6-1/+182
2011-05-25mmc: sd: report correct speed and capacity of uhs cardsArindam Nath3-4/+24
2011-05-25mmc: sd: set current limit for uhs cardsArindam Nath4-0/+86
2011-05-25mmc: sd: add support for uhs bus speed mode selectionArindam Nath5-3/+132
2011-05-25mmc: sdhci: reset sdclk before setting high speed enableArindam Nath1-3/+24
2011-05-25mmc: sd: add support for driver type selectionArindam Nath9-30/+190
2011-05-25mmc: sd: query function modes for uhs cardsArindam Nath2-10/+62
2011-05-25mmc: sd: add support for signal voltage switch procedureArindam Nath7-17/+284
2011-05-25mmc: core: Add mmc CMD+ACMD passthrough ioctlJohn Calixto7-1/+261
2011-05-25mmc: block: init force_ro sysfs attributeRabin Vincent1-0/+1
2011-05-25mmc: sdhci: Fix read-only detection with JMicron 388 chipTakashi Iwai3-4/+31
2011-05-25mmc: Ensure hardware partitions don't mess with mmcblk device naming.Andrei Warkentin1-7/+19
2011-05-25mmc: sdhci: Add pre and post reset processing for chip specific resetPhilip Rakity2-0/+8
2011-05-25mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLKMark Brown1-3/+4
2011-05-25mmc: initialize struct mmc_request at declaration timeChris Ball6-34/+12
2011-05-25mmc: initialize struct mmc_data at declaration timeChris Ball5-21/+10
2011-05-25mmc: initialize struct mmc_command at declaration timeChris Ball6-92/+37
2011-05-25mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq.Chris Ball1-0/+1
2011-05-25mmc: core: Fix use of uninitialized data in mmc_send_if_cond.Chris Ball1-0/+2
2011-05-25mmc: core: Fix use of uninitialized data in mmc_cmd_app.Andrei Warkentin1-0/+2
2011-05-25mmc: quirks: Fix erase/trim for certain SanDisk cards.Andrei Warkentin2-1/+43
2011-05-25mmc: sdhci: work around broken dma boundary behaviorMikko Vinni2-5/+31
2011-05-25mmc: quirks: Support for block quirks.Andrei Warkentin1-0/+7
2011-05-25mmc: MMC boot partitions support.Andrei Warkentin7-42/+305
2011-05-25mmc: card: block.c cleanup for host claim/release.Andrei Warkentin1-18/+13
2011-05-25mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin4-8/+24
2011-05-25mmc: sdhci: R1B command handling + MMC_CAP_ERASE.Andrei Warkentin1-16/+26
2011-05-25mmc: core: Rename erase_timeout to cmd_timeout_ms.Andrei Warkentin2-19/+22
2011-05-25mmc: quirks: fix truncation warningsRandy Dunlap1-1/+1
2011-05-25mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID.Andrei Warkentin4-55/+133
2011-05-25mmc: core: fix memory leak in mmc_add_hostWolfram Sang1-2/+2
2011-05-25mmc: sdhci-pci: Fix checkpatch.pl errorsAmeya Palande1-23/+21
2011-05-25mmc: quirks: wl1271 is MMC_QUIRK_DISABLE_CDOhad Ben-Cohen1-0/+2
2011-05-25mmc: add MMC_QUIRK_DISABLE_CDOhad Ben-Cohen2-1/+7
2011-05-25mmc: quirks: wl1271 is MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen1-0/+2
2011-05-25mmc: add MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen2-0/+12
2011-05-25mmc: do not switch to 1-bit mode if not requiredOhad Ben-Cohen2-2/+6