index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
sdio_io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: sdio: Spelling s/compement/complement/
Geert Uytterhoeven
2023-01-23
1
-1
/
+1
*
mmc: core: Provide description for sdio_set_host_pm_flags()'s 'flag' arg
Lee Jones
2020-07-13
1
-0
/
+1
*
mmc: sdio: Return ret if sdio_disable_func() fails
Yue Hu
2020-07-13
1
-1
/
+1
*
mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()
Douglas Anderson
2019-06-18
1
-0
/
+40
*
mmc: core: API to temporarily disable retuning for SDIO CRC errors
Douglas Anderson
2019-06-18
1
-0
/
+37
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
mmc: core: Convert mmc_align_data_size() into an SDIO specific function
Ulf Hansson
2019-02-25
1
-8
/
+21
*
mmc: core: simplify return code
tcharding
2017-04-24
1
-29
/
+13
*
mmc: core: guard dereference of optional parameter
tcharding
2017-04-24
1
-4
/
+8
*
mmc: core: Move public functions from card.h to private headers
Ulf Hansson
2017-02-13
1
-0
/
+1
*
mmc: core: Move public functions from core.h to private headers
Ulf Hansson
2017-02-13
1
-0
/
+1
*
mmc: sdio: deploy error handling instead of triggering BUG_ON
Shawn Lin
2016-09-26
1
-16
/
+31
*
mmc: sdio: Use multiple scatter/gather list
Kyoungil Kim
2012-12-06
1
-7
/
+3
*
mmc: sdio: Fix to support any block size optimally
Stefan Nilsson XK
2012-01-11
1
-2
/
+6
*
mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
sdio: add new function for RAW (Read after Write) operation
Grazvydas Ignotas
2010-05-27
1
-0
/
+30
*
sdio: introduce API for special power management features
Nicolas Pitre
2010-03-06
1
-0
/
+49
*
sdio: add quirk to clamp byte mode transfer
Bing Zhao
2010-03-06
1
-1
/
+6
*
sdio: add MMC_QUIRK_LENIENT_FN0
Ohad Ben-Cohen
2009-09-23
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...
Linus Torvalds
2008-07-16
1
-39
/
+128
|
\
|
*
sdio: sdio_io.c Fix sparse warnings
Tomas Winkler
2008-07-15
1
-5
/
+4
|
*
sdio: fix the use of hard coded timeout value.
Benzi Zbit
2008-07-15
1
-5
/
+1
|
*
mmc: fix sdio_io sparse errors
Tomas Winkler
2008-07-15
1
-26
/
+16
|
*
sdio: clean up handling of byte mode transfer size
Pierre Ossman
2008-07-15
1
-11
/
+18
|
*
mmc,sdio: helper function for transfer padding
Pierre Ossman
2008-07-15
1
-1
/
+98
|
/
*
sdio: add sdio_f0_readb() and sdio_f0_writeb()
David Vrabel
2007-09-23
1
-0
/
+64
*
sdio: extend sdio_readsb() and friends to handle any length of buffer
David Vrabel
2007-09-23
1
-20
/
+73
*
sdio: set the functions' block size
David Vrabel
2007-09-23
1
-0
/
+49
*
sdio: support IO_RW_EXTENDED
Pierre Ossman
2007-09-23
1
-0
/
+184
*
mmc: enable/disable functions for SDIO
Pierre Ossman
2007-09-23
1
-0
/
+93
*
mmc: add basic SDIO I/O operations
Pierre Ossman
2007-09-23
1
-0
/
+105