Age | Commit message (Expand) | Author | Files | Lines |
2016-03-17 | mmc: core: remove redundant memset of mmc_decode_cid | Shawn Lin | 1 | -2/+0 |
2016-01-14 | mmc: core: Enable tuning according to the actual timing | Carlo Caione | 1 | -4/+4 |
2016-01-13 | mmc: sd: limit SD card power limit according to cards capabilities | Russell King | 1 | -4/+16 |
2015-12-28 | mmc: It is not an error for the card to be removed while suspended | Adrian Hunter | 1 | -1/+1 |
2015-12-22 | mmc: core: Make runtime resume default behavior for MMC/SD | Ulf Hansson | 1 | -13/+2 |
2015-10-26 | mmc: skip reclaiming host on mmc_add_card() error | Sergei Shtylyov | 1 | -2/+1 |
2015-10-26 | mmc: core: Remove MMC_CLKGATE | Ulf Hansson | 1 | -2/+0 |
2015-10-26 | mmc: core: enable CMD19 tuning for DDR50 mode | Weijun Yang | 1 | -2/+18 |
2015-10-26 | mmc: sd: Remove superfluous error code assignment | Yousong Zhou | 1 | -2/+0 |
2015-06-04 | mmc: core: Remove redundant ->power_restore() callback for SD | Ulf Hansson | 1 | -13/+1 |
2015-06-01 | mmc: core: Record card drive strength | Adrian Hunter | 1 | -0/+3 |
2015-06-01 | mmc: core: Factor out common code in drive strength selection | Adrian Hunter | 1 | -24/+3 |
2015-06-01 | mmc: core: Add 'card' to drive strength selection callback | Adrian Hunter | 1 | -1/+1 |
2015-06-01 | mmc: core: Simplify card drive strength mask | Adrian Hunter | 1 | -10/+2 |
2015-06-01 | mmc: core: Allow card drive strength to be different to host | Adrian Hunter | 1 | -20/+13 |
2015-06-01 | mmc: Add support for disabling write-protect detection | Lars-Peter Clausen | 1 | -7/+23 |
2015-04-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
2015-03-07 | treewide: Fix typo in printk messages | Masanari Iida | 1 | -2/+2 |
2015-01-19 | mmc: core: Simplify by adding mmc_execute_tuning() | Adrian Hunter | 1 | -9/+4 |
2015-01-19 | mmc: sd: add reset bus_ops callback | Johan Rudholm | 1 | -0/+7 |
2015-01-19 | mmc: core: Support the optional init_card() callback for MMC and SD | Doug Anderson | 1 | -1/+6 |
2014-09-24 | mmc: Convert pr_warning to pr_warn | Joe Perches | 1 | -19/+14 |
2014-09-09 | mmc: implement Driver Stage Register handling | Sascha Hauer | 1 | -0/+8 |
2014-05-13 | mmc: drop the speed mode of card's state | Seungwon Jeon | 1 | -13/+3 |
2014-04-22 | mmc: Convert to use ATTRIBUTE_GROUPS | Axel Lin | 1 | -10/+2 |
2014-02-14 | mmc: core: Use MMC_UNSAFE_RESUME as default behavior | Ulf Hansson | 1 | -22/+1 |
2014-01-13 | mmc: core: sd: implement proper support for sd3.0 au sizes | Wolfram Sang | 1 | -15/+22 |
2013-10-31 | mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resume | Ulf Hansson | 1 | -5/+7 |
2013-10-31 | mmc: core: Improve runtime PM support during suspend/resume for sd/mmc | Ulf Hansson | 1 | -9/+36 |
2013-10-31 | mmc: core: Remove redundant mmc_power_up|off at runtime callbacks | Ulf Hansson | 1 | -12/+1 |
2013-10-31 | mmc: Don't force card to active state when entering suspend/shutdown | Ulf Hansson | 1 | -4/+17 |
2013-10-31 | mmc: core: Collect common code for card ocr validation | Ulf Hansson | 1 | -19/+0 |
2013-10-31 | mmc: core: Prevent violation of specs while initializing cards | Ulf Hansson | 1 | -1/+0 |
2013-10-31 | mmc: core: Move cached value of the negotiated ocr mask to card struct | Ulf Hansson | 1 | -10/+12 |
2013-10-31 | mmc: core: Let mmc_set_signal_voltage take ocr as parameter | Ulf Hansson | 1 | -1/+2 |
2013-10-31 | mmc: core: Let mmc_power_up|cycle take ocr as parameter | Ulf Hansson | 1 | -2/+2 |
2013-08-25 | mmc: sd: fix the maximum au_size for SD3.0 | Jaehoon Chung | 1 | -2/+5 |
2013-08-25 | mmc: core: free mmc_card if cmd 3,9,7 fails in mmc_sd_init_card | Wei WANG | 1 | -3/+3 |
2013-06-27 | mmc: core: Add shutdown callback for SD bus_ops | Ulf Hansson | 1 | -0/+2 |
2013-06-27 | mmc: core: Push common suspend|resume code into each bus_ops | Ulf Hansson | 1 | -0/+4 |
2013-05-26 | mmc: core: Support aggressive power management for (e)MMC/SD | Ulf Hansson | 1 | -0/+49 |
2013-05-26 | mmc: block: Enable runtime pm for mmc blkdevice | Ulf Hansson | 1 | -2/+2 |
2013-05-26 | mmc: core: Only execute tuning for SDR50 and SDR104 | Fredrik Soderstedt | 1 | -2/+7 |
2013-02-24 | mmc: sdhci: enhance preset value function | Kevin Liu | 1 | -17/+0 |
2013-02-24 | mmc: core: Fixup signal voltage switch | Johan Rudholm | 1 | -5/+16 |
2013-02-24 | mmc: core: Break out start_signal_voltage_switch | Johan Rudholm | 1 | -1/+1 |
2013-02-24 | mmc: sd: Simplify by using mmc_host_uhs | Johan Rudholm | 1 | -4/+2 |
2012-07-22 | mmc: core: reset signal voltage on power up | Aaron Lu | 1 | -3/+0 |
2012-07-22 | mmc: sd: Fix sd current limit setting | Aaron Lu | 1 | -15/+54 |
2012-07-22 | mmc: core: Simplify and fix for SD switch processing | Aaron Lu | 1 | -72/+22 |