aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2011-10-27mmc: boot partition lock supportJohan Rudholm
2011-10-27mmc: core: Add default timeout value for CMD6Seungwon Jeon
2011-10-27mmc: mmci: Do not release spinlock in request_endUlf Hansson
2011-10-27mmc: core: move ->request() call from atomic contextAdrian Hunter
2011-10-27mmc: using module_param requires the inclusion of moduleparam.hStephen Rothwell
2011-10-27mmc: add module param to set fault injection attributesPer Forlin
2011-10-27mmc: core: general purpose MMC partition support.Namjae Jeon
2011-10-27mmc: block: support no access to boot partitionsAdrian Hunter
2011-10-27mmc: core: eMMC 4.5 Power Class Selection FeatureGirish K S
2011-10-27mmc: core: ext_csd.raw_* used in comparison but never setAndrei Warkentin
2011-10-27mmc: block: fix boot partition switch error pathAdrian Hunter
2011-10-27mmc: core: add sd uhs string for mmc_ios_showAaron Lu
2011-10-27mmc: block: add eMMC hardware reset supportAdrian Hunter
2011-10-27mmc: mmc-test: add eMMC hardware reset testAdrian Hunter
2011-10-27mmc: core: add eMMC hardware reset supportAdrian Hunter
2011-10-27mmc: core: clarify how to use post_req in case of errorsPer Forlin
2011-10-27mmc: core: Put eMMC in Sleep mode before suspendBalaji T K
2011-10-27mmc: core: add a short delay in mmc_power_offDaniel Drake
2011-10-27mmc: fix integer assignments to pointerVenkatraman S
2011-10-27mmc: queue: declare mmc_alloc_sg as staticVenkatraman S
2011-10-27mmc: core: add random fault injectionPer Forlin
2011-10-27mmc: sd: UHS-I bus speed should be set last in UHS initializationSubhash Jadavani
2011-10-27mmc: core: use non-reentrant workqueue for clock gatingMika Westerberg
2011-10-27mmc: core: prevent aggressive clock gating racing with ios updatesMika Westerberg
2011-10-27mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release}Mika Westerberg
2011-10-27mmc: mmci: Added initial support for pm_runtimeUlf Hansson
2011-10-05MMCI: Increase max_segs from 16 to 128Ulf Hansson
2011-10-05mmc: mmci: simplify err check in mmci_post_requestPer Forlin
2011-10-05mmc: mmci: Change vdd_handler to a generic ios handlerUlf Hansson
2011-10-05mmc: mmci: Provide option to configure bus signal directionUlf Hansson
2011-10-05MMCI: Put power register deviations in variant data.Sebastian Rasmussen
2011-10-05mmc: sdio: Workaround for dev with broken CMD53Stefan Nilsson XK
2011-10-05mmc: core: Set correct bus mode before card initStefan Nilsson XK
2011-10-05MMCI: Add support for non-power-of-two block sizesStefan Nilsson XK
2011-10-05MMCI: Fix incorrect handling of HW FC for SDIOStefan Nilsson XK
2011-10-05mmci: Prepare for sdio before setting up dma jobUlf Hansson
2011-10-05MMCI: Fix bug in PIO read for small SDIO packetsStefan Nilsson XK
2011-10-05mmc: mmci: implement pre_req() and post_req()Per Forlin
2011-10-05mmc: Fix hangs related to insert/remove of cardsUlf Hansson
2011-10-05mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung
2011-10-05mmc: core: Detect eMMC v4.5 ext_csd entriesKyungmin Park
2011-10-05mmc: mmc_test: avoid stalled file in debugfsAndy Shevchenko
2011-10-05mmc: print debug messages for runtime PM actionsDaniel Drake
2011-10-05mmc: fix runtime PM with -ENOSYS suspend caseOhad Ben-Cohen
2011-10-05mmc: block: fixed NULL pointer dereferenceJaehoon Chung
2011-10-05mmc: core: Set non-default Drive Strength via platform hookPhilip Rakity
2011-10-05mmc: block: add handling for two parallel block requests in issue_rw_rqPer Forlin
2011-10-05mmc: queue: add a second mmc queue request memberPer Forlin
2011-10-05mmc: block: move error path in issue_rw_rq to a separate function.Per Forlin
2011-10-05mmc: block: add a block request prepare functionPer Forlin