Age | Commit message (Expand) | Author | Files | Lines |
2012-07-10 | mmc: cd-gpio: pass IRQF_ONESHOT to request_threaded_irq() | Guennadi Liakhovetski | 1 | -2/+2 |
2012-07-10 | 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-09 | 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 |
2012-04-24 | mmc: cd-gpio: protect against NULL context in mmc_cd_gpio_free() | Guennadi Liakhovetski | 1 | -0/+3 |
2012-04-23 | mmc: core: check PM_SLEEP for mmc_bus_suspend/resume callbacks | Chuanxiao Dong | 1 | -0/+2 |
2012-04-22 | mmc: sdio: avoid spurious calls to interrupt handlers | Nicolas Pitre | 2 | -5/+8 |
2012-04-20 | mmc: core: Do not pre-claim host in suspend | Ulf Hansson | 1 | -35/+20 |
2012-04-20 | mmc: cd-gpio: Include header to pickup exported symbol prototypes | H Hartley Sweeten | 1 | -0/+1 |
2012-04-20 | mmc: remove MMC bus legacy suspend/resume method | Chuanxiao Dong | 1 | -16/+8 |
2012-04-20 | mmc: fixes for eMMC v4.5 sanitize operation | Adrian Hunter | 1 | -0/+2 |
2012-04-20 | mmc: fixes for eMMC v4.5 discard operation | Adrian Hunter | 1 | -3/+4 |
2012-04-05 | mmc: use really long write timeout to deal with crappy cards | Paul Walmsley | 1 | -3/+7 |
2012-04-05 | mmc: core: fix power class selection | Subhash Jadavani | 1 | -13/+17 |
2012-04-05 | mmc: sdio: Use empty system suspend/resume callbacks at the bus level | Rafael J. Wysocki | 1 | -3/+9 |
2012-04-05 | mmc: bus: print bus speed mode of UHS-I card | Subhash Jadavani | 1 | -2/+15 |
2012-03-27 | mmc: simplify mmc_cd_gpio_request() by removing two parameters | Guennadi Liakhovetski | 1 | -4/+9 |
2012-03-27 | mmc: core: warn when card doesn't support HPI | Jaehoon Chung | 1 | -4/+8 |
2012-03-27 | mmc: core: add high-capacity erase size capability flag | Adrian Hunter | 1 | -1/+2 |
2012-03-27 | mmc: core: hs200 fixes | Subhash Jadavani | 1 | -17/+21 |
2012-03-27 | mmc: core: Clean up after mmc_pre_req if card was removed | Ulf Hansson | 1 | -20/+15 |
2012-03-27 | mmc: start removing enable / disable API | Adrian Hunter | 3 | -174/+15 |
2012-03-27 | mmc: core: Detect card removal on I/O error | Ulf Hansson | 1 | -3/+21 |
2012-03-25 | mmc: core: add a debug message for SET_BLOCK_COUNT | Jaehoon Chung | 1 | -0/+6 |
2012-03-25 | mmc: MMC-4.5 Data Tag Support | Saugata Das | 1 | -0/+14 |
2012-03-04 | mmc: core: Fixup suspend/resume issues for UHS-I cards | Ulf Hansson | 4 | -5/+17 |
2012-03-04 | mmc: core: fix regression: set default clock gating delay to 0 | Guennadi Liakhovetski | 1 | -2/+2 |
2012-02-13 | mmc: core: Fix comparison issue in mmc_compare_ext_csds | Jurgen Heeks | 1 | -2/+2 |
2012-02-13 | mmc: core: Fix PowerOff Notify suspend/resume | Girish K S | 2 | -12/+31 |
2012-02-13 | mmc: core: add the capability for broken voltage | Jaehoon Chung | 1 | -0/+4 |
2012-02-13 | mmc: core: Fix low speed mmc card detection failure | Girish K S | 1 | -2/+3 |
2012-02-13 | mmc: core: Ensure clocks are always enabled before host interaction | Sujit Reddy Thumma | 4 | -30/+42 |
2012-02-13 | mmc: core: UHS sdio card that fails should not exceed 50MHz | Philip Rakity | 1 | -3/+4 |
2012-01-14 | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 2 | -4/+4 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2 | -4/+4 |
2012-01-12 | mmc: fix a deadlock between system suspend and MMC block IO | Guennadi Liakhovetski | 1 | -3/+6 |
2012-01-12 | mmc: core: HS200 mode support for eMMC 4.5 | Girish K S | 5 | -12/+163 |
2012-01-12 | mmc: core: Separate the timeout value for cache-ctrl | Seungwon Jeon | 2 | -11/+23 |
2012-01-11 | mmc: core: Add option to prevent eMMC sleep command | Ulf Hansson | 1 | -0/+6 |
2012-01-11 | mmc: core: Add claiming of hosts during mmc_cache_ctrl | Seungwon Jeon | 1 | -1/+7 |
2012-01-11 | mmc: add a generic GPIO card-detect helper | Guennadi Liakhovetski | 2 | -1/+75 |
2012-01-11 | mmc: core: Fix voltage select in DDR mode | Girish K S | 1 | -1/+1 |
2012-01-11 | mmc: core: Fixup delayed work clock gating patch | Stephen Boyd | 1 | -5/+1 |
2012-01-11 | mmc: boot partition ro lock support | Johan Rudholm | 1 | -2/+12 |