Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-01-11 | mmc: allow upper layers to know immediately if card has been removed | Adrian Hunter | 5 | -6/+83 |
2012-01-11 | mmc: sdio: support SDIO UHS cards | Philip Rakity | 3 | -27/+306 |
2012-01-11 | mmc: core: Use delayed work in clock gating framework | Sujit Reddy Thumma | 1 | -4/+53 |
2012-01-11 | mmc: debugfs: expose the SDCLK frq in sys ios | Giuseppe CAVALLARO | 1 | -0/+2 |
2012-01-11 | mmc: sdio: Fix to support any block size optimally | Stefan Nilsson XK | 2 | -11/+11 |
2012-01-11 | mmc: sd: Macro name cleanup for high speed dtr | Qiang Liu | 1 | -2/+2 |
2011-12-19 | Revert "mmc: enable runtime PM by default" | Ohad Ben-Cohen | 1 | -11/+0 |
2011-12-10 | mmc: core: Fix deadlock when the CONFIG_MMC_UNSAFE_RESUME is not defined | Sujit Reddy Thumma | 1 | -1/+2 |
2011-12-10 | mmc: core: Fix typo at mmc_card_sleep | Kyungmin Park | 1 | -1/+1 |
2011-12-10 | mmc: core: Fix power_off_notify during suspend | Girish K S | 2 | -33/+50 |
2011-12-10 | mmc: core: Fix setting power notify state variable for non-eMMC | Girish K S | 1 | -3/+7 |
2011-12-10 | mmc: core: Add quirk for long data read time | Stefan Nilsson XK | 1 | -0/+12 |
2011-10-31 | mmc: Fix implicit use of stat.h header in associated files | Paul Gortmaker | 3 | -0/+3 |
2011-10-31 | mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required | Paul Gortmaker | 9 | -0/+9 |
2011-10-27 | mmc: core: Cleanup eMMC4.5 conditionals | Seungwon Jeon | 1 | -11/+9 |
2011-10-26 | mmc: core: Prevent too long response times for suspend | Ulf Hansson | 1 | -15/+27 |
2011-10-26 | mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00 | Bing Zhao | 1 | -1/+1 |
2011-10-26 | mmc: sd: Handle SD3.0 cards not supporting UHS-I bus speed mode | Subhash Jadavani | 1 | -3/+3 |
2011-10-26 | mmc: core: support HPI send command | Jaehoon Chung | 4 | -0/+120 |
2011-10-26 | mmc: core: Add cache control for eMMC4.5 device | Seungwon Jeon | 2 | -0/+86 |
2011-10-26 | mmc: core: Modify the timeout value for writing power class | Seungwon Jeon | 1 | -1/+1 |
2011-10-26 | mmc: core: new discard feature support at eMMC v4.5 | Kyungmin Park | 2 | -0/+18 |
2011-10-26 | mmc: core: mmc sanitize feature support for v4.5 | Kyungmin Park | 1 | -0/+8 |
2011-10-26 | mmc: core: Add Power Off Notify Feature eMMC 4.5 | Girish K S | 2 | -2/+55 |
2011-10-26 | mmc: replace printk with appropriate display macro | Girish K S | 9 | -51/+51 |
2011-10-26 | mmc: core: Add default timeout value for CMD6 | Seungwon Jeon | 1 | -4/+12 |
2011-10-26 | mmc: core: move ->request() call from atomic context | Adrian Hunter | 1 | -7/+21 |
2011-10-26 | mmc: using module_param requires the inclusion of moduleparam.h | Stephen Rothwell | 1 | -0/+1 |
2011-10-26 | mmc: core: general purpose MMC partition support. | Namjae Jeon | 1 | -4/+48 |
2011-10-26 | mmc: core: ext_csd.raw_* used in comparison but never set | Andrei Warkentin | 1 | -0/+2 |
2011-10-26 | mmc: core: eMMC 4.5 Power Class Selection Feature | Girish K S | 1 | -0/+96 |
2011-10-26 | mmc: add module param to set fault injection attributes | Per Forlin | 1 | -18/+11 |
2011-10-26 | mmc: core: add sd uhs string for mmc_ios_show | Aaron Lu | 1 | -0/+9 |
2011-10-26 | mmc: block: add eMMC hardware reset support | Adrian Hunter | 1 | -2/+2 |
2011-10-26 | mmc: core: add eMMC hardware reset support | Adrian Hunter | 2 | -1/+97 |
2011-10-26 | mmc: core: clarify how to use post_req in case of errors | Per Forlin | 1 | -0/+6 |
2011-10-26 | mmc: core: Set correct bus mode before card init | Stefan Nilsson XK | 4 | -9/+11 |
2011-10-26 | mmc: sdio: Workaround for dev with broken CMD53 | Stefan Nilsson XK | 2 | -2/+16 |
2011-10-26 | mmc: core: Fix hangs related to insert/remove of cards | Ulf Hansson | 5 | -5/+9 |