aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-07mmc: extend the slot-gpio card-detection to use host's .card_event() methodGuennadi Liakhovetski1-1/+7
2012-12-06mmc: Limit MMC speed to 52MHz if not HS200Al Cooper1-0/+2
2012-12-06mmc: Remove redundant null check before kfree in bus.cSachin Kamat1-2/+1
2012-12-06mmc: Remove redundant null check before kfree in sdio_bus.cSachin Kamat1-2/+1
2012-12-06mmc: sdio: Add empty bus-level suspend/resume callbacksRafael J. Wysocki1-0/+14
2012-12-06mmc: core: Add mmc_set_blockcount featureLoic Pallardy1-0/+14
2012-12-06mmc: core: Extend sysfs to ext_csd parameters for RPMB supportLoic Pallardy1-0/+4
2012-12-06mmc: core: Expose access to RPMB partitionLoic Pallardy1-0/+11
2012-12-06mmc: Standardise capability typeLee Jones1-1/+1
2012-12-06mmc: sdio: Use multiple scatter/gather listKyoungil Kim2-11/+31
2012-12-06mmc: core: Fix some driver hangs when dealing with broken devicesTrey Ramsay2-1/+28
2012-12-06mmc: core: debugfs: Add signal_voltage to ios dumpJohan Rudholm1-0/+16
2012-10-10Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds6-111/+287
2012-10-07mmc: core: Fixup broken suspend and eMMC4.5 power off notifyUlf Hansson2-73/+35
2012-10-07mmc: core: Replace MMC_CAP2_BROKEN_VOLTAGE with test for fixed regulatorChris Ball1-4/+6
2012-10-03mmc: support BKOPS feature for eMMCJaehoon Chung3-8/+189
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2012-09-19mmc: sdio: Fix PM_SLEEP related build warningsThierry Reding1-7/+0
2012-09-19mmc: core: Remove bounce buffer in mmc_send_cxd_data()Kyungsik Lee1-16/+42
2012-09-11mmc: slot-gpio: Fix missing assignment to ctx->ro_gpioChris Ball1-1/+7
2012-09-04mmc: core: Do not rescan non-removable devicesJohan Rudholm1-0/+5
2012-09-04mmc: debugfs: Print ext_csd in ascending orderVenkatraman S1-1/+1
2012-09-04mmc: core: Add TRANsfer state to non-HPI stateVenkatraman S1-1/+2
2012-09-01mmc: fix comment typosMasanari Iida1-1/+1
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo1-2/+2
2012-07-22mmc: core: reset signal voltage on power upAaron Lu4-16/+3
2012-07-22mmc: sd: Fix sd current limit settingAaron Lu1-15/+54
2012-07-22mmc: sdio: Change pr_warning to pr_warn_ratelimitedLiu Chuansheng1-1/+1
2012-07-22mmc: core: Simplify and fix for SD switch processingAaron Lu1-72/+22
2012-07-21mmc: core: correct invalid error checkingAlan Cox1-1/+1
2012-07-21mmc: sdhci: only set 200mA support for 1.8v if 200mA is availablePhilip Rakity1-11/+12
2012-07-21mmc: prohibit card detection when host is not readyGuennadi Liakhovetski2-0/+4
2012-07-21mmc: core: add WP pin handler to slot functionsGuennadi Liakhovetski1-1/+51
2012-07-21mmc: core: convert slot functions to managed allocationGuennadi Liakhovetski2-13/+40
2012-07-21mmc: add CD GPIO polling support to slot functionsGuennadi Liakhovetski1-13/+43
2012-07-21mmc: core: use a more generic name for slot function types and fieldsGuennadi Liakhovetski2-4/+6
2012-07-21mmc: add a function to get regulators, supplying card's powerGuennadi Liakhovetski1-0/+23
2012-07-10mmc: core: Export regulator_* functions as GPLChris Ball1-2/+2
2012-07-10mmc: core: Fix the HPI execution sequenceVenkatraman S2-24/+32
2012-07-10mmc: extend and rename cd-gpio helpers to handle more slot GPIO functionsGuennadi Liakhovetski2-25/+25
2012-07-10mmc: cd-gpio: pass IRQF_ONESHOT to request_threaded_irq()Guennadi Liakhovetski1-2/+2
2012-07-10mmc: core: Revert "skip card initialization if power class selection fails"Venkatraman S1-7/+11
2012-06-06mmc: core: return an error on suspend if mmc_deselect_cards failsJaehoon Chung2-3/+5
2012-06-06mmc: sdio: fix setting card data bus width as 4-bitYong Ding1-0/+6
2012-05-17mmc: block: Allow disabling 512B sector size emulationSaugata Das1-0/+2
2012-05-09mmc: core: Remove dead codePhilippe De Swert1-5/+1
2012-05-09mmc: core: Prevent eMMC VCC supply to be cut from late initUlf Hansson1-3/+15
2012-05-09mmc: core: skip card initialization if power class selection failsSubhash Jadavani1-11/+7
2012-05-09mmc: core: fix the signaling 1.8V for HS200Seungwon Jeon1-5/+7
2012-05-09mmc: core: fix the decision of HS200/DDR card-typeSeungwon Jeon1-49/+32