Age | Commit message (Expand) | Author | Files | Lines |
2012-12-07 | mmc: extend the slot-gpio card-detection to use host's .card_event() method | Guennadi Liakhovetski | 1 | -1/+7 |
2012-12-06 | mmc: Limit MMC speed to 52MHz if not HS200 | Al Cooper | 1 | -0/+2 |
2012-12-06 | mmc: Remove redundant null check before kfree in bus.c | Sachin Kamat | 1 | -2/+1 |
2012-12-06 | mmc: Remove redundant null check before kfree in sdio_bus.c | Sachin Kamat | 1 | -2/+1 |
2012-12-06 | mmc: sdio: Add empty bus-level suspend/resume callbacks | Rafael J. Wysocki | 1 | -0/+14 |
2012-12-06 | mmc: core: Add mmc_set_blockcount feature | Loic Pallardy | 1 | -0/+14 |
2012-12-06 | mmc: core: Extend sysfs to ext_csd parameters for RPMB support | Loic Pallardy | 1 | -0/+4 |
2012-12-06 | mmc: core: Expose access to RPMB partition | Loic Pallardy | 1 | -0/+11 |
2012-12-06 | mmc: Standardise capability type | Lee Jones | 1 | -1/+1 |
2012-12-06 | mmc: sdio: Use multiple scatter/gather list | Kyoungil Kim | 2 | -11/+31 |
2012-12-06 | mmc: core: Fix some driver hangs when dealing with broken devices | Trey Ramsay | 2 | -1/+28 |
2012-12-06 | mmc: core: debugfs: Add signal_voltage to ios dump | Johan Rudholm | 1 | -0/+16 |
2012-10-10 | Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 6 | -111/+287 |
2012-10-08 | mmc: core: Fixup broken suspend and eMMC4.5 power off notify | Ulf Hansson | 2 | -73/+35 |
2012-10-08 | mmc: core: Replace MMC_CAP2_BROKEN_VOLTAGE with test for fixed regulator | Chris Ball | 1 | -4/+6 |
2012-10-03 | mmc: support BKOPS feature for eMMC | Jaehoon Chung | 3 | -8/+189 |
2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -2/+2 |
2012-09-19 | mmc: sdio: Fix PM_SLEEP related build warnings | Thierry Reding | 1 | -7/+0 |
2012-09-19 | mmc: core: Remove bounce buffer in mmc_send_cxd_data() | Kyungsik Lee | 1 | -16/+42 |
2012-09-11 | mmc: slot-gpio: Fix missing assignment to ctx->ro_gpio | Chris Ball | 1 | -1/+7 |
2012-09-04 | mmc: core: Do not rescan non-removable devices | Johan Rudholm | 1 | -0/+5 |
2012-09-04 | mmc: debugfs: Print ext_csd in ascending order | Venkatraman S | 1 | -1/+1 |
2012-09-04 | mmc: core: Add TRANsfer state to non-HPI state | Venkatraman S | 1 | -1/+2 |
2012-09-01 | mmc: fix comment typos | Masanari Iida | 1 | -1/+1 |
2012-08-21 | workqueue: deprecate system_nrt[_freezable]_wq | Tejun Heo | 1 | -2/+2 |
2012-07-22 | mmc: core: reset signal voltage on power up | Aaron Lu | 4 | -16/+3 |
2012-07-22 | mmc: sd: Fix sd current limit setting | Aaron Lu | 1 | -15/+54 |
2012-07-22 | mmc: sdio: Change pr_warning to pr_warn_ratelimited | Liu Chuansheng | 1 | -1/+1 |
2012-07-22 | mmc: core: Simplify and fix for SD switch processing | Aaron Lu | 1 | -72/+22 |
2012-07-21 | mmc: core: correct invalid error checking | Alan Cox | 1 | -1/+1 |
2012-07-21 | mmc: sdhci: only set 200mA support for 1.8v if 200mA is available | Philip Rakity | 1 | -11/+12 |
2012-07-21 | mmc: prohibit card detection when host is not ready | Guennadi Liakhovetski | 2 | -0/+4 |
2012-07-21 | mmc: core: add WP pin handler to slot functions | Guennadi Liakhovetski | 1 | -1/+51 |
2012-07-21 | mmc: core: convert slot functions to managed allocation | Guennadi Liakhovetski | 2 | -13/+40 |
2012-07-21 | mmc: add CD GPIO polling support to slot functions | Guennadi Liakhovetski | 1 | -13/+43 |
2012-07-21 | mmc: core: use a more generic name for slot function types and fields | Guennadi Liakhovetski | 2 | -4/+6 |
2012-07-21 | mmc: add a function to get regulators, supplying card's power | Guennadi Liakhovetski | 1 | -0/+23 |
2012-07-11 | mmc: core: Export regulator_* functions as GPL | Chris Ball | 1 | -2/+2 |
2012-07-11 | mmc: core: Fix the HPI execution sequence | Venkatraman S | 2 | -24/+32 |
2012-07-11 | mmc: extend and rename cd-gpio helpers to handle more slot GPIO functions | Guennadi Liakhovetski | 2 | -25/+25 |
2012-07-11 | mmc: cd-gpio: pass IRQF_ONESHOT to request_threaded_irq() | Guennadi Liakhovetski | 1 | -2/+2 |
2012-07-11 | mmc: core: Revert "skip card initialization if power class selection fails" | Venkatraman S | 1 | -7/+11 |
2012-06-06 | mmc: core: return an error on suspend if mmc_deselect_cards fails | Jaehoon Chung | 2 | -3/+5 |
2012-06-06 | mmc: sdio: fix setting card data bus width as 4-bit | Yong Ding | 1 | -0/+6 |
2012-05-17 | mmc: block: Allow disabling 512B sector size emulation | Saugata Das | 1 | -0/+2 |
2012-05-10 | mmc: core: Remove dead code | Philippe De Swert | 1 | -5/+1 |
2012-05-09 | mmc: core: Prevent eMMC VCC supply to be cut from late init | Ulf Hansson | 1 | -3/+15 |
2012-05-09 | mmc: core: skip card initialization if power class selection fails | Subhash Jadavani | 1 | -11/+7 |
2012-05-09 | mmc: core: fix the signaling 1.8V for HS200 | Seungwon Jeon | 1 | -5/+7 |
2012-05-09 | mmc: core: fix the decision of HS200/DDR card-type | Seungwon Jeon | 1 | -49/+32 |