| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: Standardize header file inclusion checks. | Robert P. J. Day | 2011-07-20 | 1 | -4/+3 |
* | sdio: add new function for RAW (Read after Write) operation | Grazvydas Ignotas | 2010-05-27 | 1 | -0/+3 |
* | sdio: introduce API for special power management features | Nicolas Pitre | 2010-03-06 | 1 | -0/+5 |
* | mmc: make SDIO device/driver struct accessors public | Nicolas Pitre | 2009-09-23 | 1 | -0/+3 |
* | mmc: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-11-08 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 2008-07-16 | 1 | -10/+11 |
|\ |
|
| * | sdio: fix the use of hard coded timeout value. | Benzi Zbit | 2008-07-15 | 1 | -0/+2 |
| * | mmc: fix sdio_io sparse errors | Tomas Winkler | 2008-07-15 | 1 | -9/+6 |
| * | mmc,sdio: helper function for transfer padding | Pierre Ossman | 2008-07-15 | 1 | -1/+3 |
|/ |
|
* | sdio: store vendor strings | Pierre Ossman | 2007-09-23 | 1 | -0/+3 |
* | sdio: add sdio_f0_readb() and sdio_f0_writeb() | David Vrabel | 2007-09-23 | 1 | -0/+5 |
* | sdio: set the functions' block size | David Vrabel | 2007-09-23 | 1 | -1/+4 |
* | sdio: support IO_RW_EXTENDED | Pierre Ossman | 2007-09-23 | 1 | -0/+20 |
* | sdio: core support for SDIO function interrupt | Nicolas Pitre | 2007-09-23 | 1 | -0/+7 |
* | sdio: add device id table and matching | Pierre Ossman | 2007-09-23 | 1 | -1/+29 |
* | sdio: split up common and function CIS parsing | Pierre Ossman | 2007-09-23 | 1 | -0/+2 |
* | sdio: link unknown CIS tuples to the sdio_func structure | Nicolas Pitre | 2007-09-23 | 1 | -0/+12 |
* | sdio: basic parsing of FBR | Pierre Ossman | 2007-09-23 | 1 | -0/+5 |
* | mmc: enable/disable functions for SDIO | Pierre Ossman | 2007-09-23 | 1 | -0/+3 |
* | mmc: add basic SDIO I/O operations | Pierre Ossman | 2007-09-23 | 1 | -0/+12 |
* | mmc: add SDIO driver handling | Pierre Ossman | 2007-09-23 | 1 | -0/+18 |
* | mmc: basic SDIO device model | Pierre Ossman | 2007-09-23 | 1 | -0/+35 |