Age | Commit message (Expand) | Author | Files | Lines |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-02-25 | mmc: core: Drop retries as in-parameter to mmc_wait_for_app_cmd() | Ulf Hansson | 1 | -11/+5 |
2019-02-25 | mmc: core: Convert mmc_wait_for_app_cmd() to static | Ulf Hansson | 1 | -16/+1 |
2017-04-24 | mmc: core: add proper be32 annotation | Winkler, Tomas | 1 | -10/+9 |
2017-02-13 | mmc: use empty initializer list to zero-clear structures | Masahiro Yamada | 1 | -15/+15 |
2016-12-05 | mmc: core: remove BUG_ONs from sd | Shawn Lin | 1 | -23/+4 |
2016-02-29 | mmc: remove unnecessary assignment statements before return | Masahiro Yamada | 1 | -6/+1 |
2014-07-09 | mmc: sd: warn if card stays busy during init | Johan Rudholm | 1 | -0/+3 |
2011-10-31 | mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required | Paul Gortmaker | 1 | -0/+1 |
2011-10-26 | mmc: fix integer assignments to pointer | Venkatraman S | 1 | -4/+4 |
2011-05-24 | mmc: core: Add mmc CMD+ACMD passthrough ioctl | John Calixto | 1 | -1/+2 |
2011-05-24 | mmc: initialize struct mmc_request at declaration time | Chris Ball | 1 | -10/+4 |
2011-05-24 | mmc: initialize struct mmc_data at declaration time | Chris Ball | 1 | -6/+3 |
2011-05-24 | mmc: initialize struct mmc_command at declaration time | Chris Ball | 1 | -21/+8 |
2011-05-24 | mmc: core: Fix use of uninitialized data in mmc_send_if_cond. | Chris Ball | 1 | -0/+2 |
2011-05-24 | mmc: core: Fix use of uninitialized data in mmc_cmd_app. | Andrei Warkentin | 1 | -0/+2 |
2011-03-25 | mmc: fix mmc_app_send_scr() for dma transfer | Yoshihiro Shimoda | 1 | -1/+13 |
2010-08-12 | mmc: add erase, secure erase, trim and secure trim operations | Adrian Hunter | 1 | -0/+48 |
2010-05-27 | mmc: sd: clean up redundant memset | Mark Asselstine | 1 | -2/+0 |
2007-11-02 | cleanup asm/scatterlist.h includes | Adrian Bunk | 1 | -1/+0 |
2007-10-27 | mmc: use common byte swap macros | Pierre Ossman | 1 | -2/+2 |
2007-09-23 | MMC core learns about SPI | David Brownell | 1 | -12/+47 |
2007-09-23 | mmc: mmc_set_data_timeout() parameter write is redundant | Pierre Ossman | 1 | -2/+2 |
2007-09-23 | mmc: remove custom error codes | Pierre Ossman | 1 | -23/+23 |
2007-07-26 | drivers/mmc/core/: make 3 functions static | Adrian Bunk | 1 | -29/+29 |
2007-07-26 | mmc: update kerneldoc | Pierre Ossman | 1 | -1/+1 |
2007-07-26 | mmc: update header file paths | Pierre Ossman | 1 | -1/+1 |
2007-05-01 | mmc: Separate out protocol ops | Pierre Ossman | 1 | -0/+316 |