aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sd_ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-14mmc: core: Drop open coding in mmc_sd_switch()Ulf Hansson1-31/+7
2020-11-16mmc: core: Initial support for SD express card/hostUlf Hansson1-2/+47
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-25mmc: core: Drop retries as in-parameter to mmc_wait_for_app_cmd()Ulf Hansson1-11/+5
2019-02-25mmc: core: Convert mmc_wait_for_app_cmd() to staticUlf Hansson1-16/+1
2017-04-24mmc: core: add proper be32 annotationWinkler, Tomas1-10/+9
2017-02-13mmc: use empty initializer list to zero-clear structuresMasahiro Yamada1-15/+15
2016-12-05mmc: core: remove BUG_ONs from sdShawn Lin1-23/+4
2016-02-29mmc: remove unnecessary assignment statements before returnMasahiro Yamada1-6/+1
2014-07-09mmc: sd: warn if card stays busy during initJohan Rudholm1-0/+3
2011-10-31mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
2011-10-26mmc: fix integer assignments to pointerVenkatraman S1-4/+4
2011-05-24mmc: core: Add mmc CMD+ACMD passthrough ioctlJohn Calixto1-1/+2
2011-05-24mmc: initialize struct mmc_request at declaration timeChris Ball1-10/+4
2011-05-24mmc: initialize struct mmc_data at declaration timeChris Ball1-6/+3
2011-05-24mmc: initialize struct mmc_command at declaration timeChris Ball1-21/+8
2011-05-24mmc: core: Fix use of uninitialized data in mmc_send_if_cond.Chris Ball1-0/+2
2011-05-24mmc: core: Fix use of uninitialized data in mmc_cmd_app.Andrei Warkentin1-0/+2
2011-03-25mmc: fix mmc_app_send_scr() for dma transferYoshihiro Shimoda1-1/+13
2010-08-12mmc: add erase, secure erase, trim and secure trim operationsAdrian Hunter1-0/+48
2010-05-27mmc: sd: clean up redundant memsetMark Asselstine1-2/+0
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2007-10-27mmc: use common byte swap macrosPierre Ossman1-2/+2
2007-09-23MMC core learns about SPIDavid Brownell1-12/+47
2007-09-23mmc: mmc_set_data_timeout() parameter write is redundantPierre Ossman1-2/+2
2007-09-23mmc: remove custom error codesPierre Ossman1-23/+23
2007-07-26drivers/mmc/core/: make 3 functions staticAdrian Bunk1-29/+29
2007-07-26mmc: update kerneldocPierre Ossman1-1/+1
2007-07-26mmc: update header file pathsPierre Ossman1-1/+1
2007-05-01mmc: Separate out protocol opsPierre Ossman1-0/+316