index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
/
host
/
mmc_spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: mmc_spi: Use write_or_read temporary variable in mmc_spi_data_do()
Andy Shevchenko
2021-12-14
1
-8
/
+4
*
mmc: mmc_spi: Convert 'multiple' to be boolean in mmc_spi_data_do()
Andy Shevchenko
2021-12-14
1
-2
/
+2
*
mmc: spi: Add device-tree SPI IDs
Jon Hunter
2021-11-23
1
-0
/
+7
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
1
-1
/
+1
|
\
|
*
mmc: mmc_spi: replace flush_kernel_dcache_page with flush_dcache_page
Christoph Hellwig
2021-09-03
1
-1
/
+1
*
|
mmc: mmc_spi: Simplify busy loop in mmc_spi_skip()
Andy Shevchenko
2021-08-24
1
-11
/
+4
|
/
*
mmc: mmc_spi: Drop duplicate 'mmc_spi' in the debug messages
Andy Shevchenko
2021-06-14
1
-7
/
+5
*
mmc: core: Convert mmc_of_parse_voltage() to use device property API
Andy Shevchenko
2021-04-23
1
-4
/
+4
*
Merge branch 'fixes' into next
Ulf Hansson
2020-09-14
1
-1
/
+1
|
\
|
*
mmc: mmc_spi: Fix mmc_spi_dma_alloc() return type for !HAS_DMA
Geert Uytterhoeven
2020-09-14
1
-1
/
+1
*
|
Merge branch 'fixes' into next
Ulf Hansson
2020-09-07
1
-34
/
+52
|
\
|
|
*
mmc: mmc_spi: Allow the driver to be built when CONFIG_HAS_DMA is unset
Ulf Hansson
2020-09-07
1
-34
/
+52
*
|
mmc: mmc_spi: fix timeout calculation
Tobias Schramm
2020-09-07
1
-2
/
+2
|
/
*
mmc: mmc_spi: Respect the cmd->busy_timeout from the mmc core
Ulf Hansson
2020-05-28
1
-3
/
+6
*
mmc: mmc_spi: Add/rename defines for timeouts
Ulf Hansson
2020-05-28
1
-10
/
+5
*
mmc: core: Remove mmc_gpiod_request_*(invert_gpio)
Michał Mirosław
2019-12-18
1
-2
/
+2
*
mmc: spi: Toggle SPI polarity, do not hardcode it
Linus Walleij
2019-12-16
1
-3
/
+8
*
mmc: mmc_spi: Use proper debounce time for CD GPIO
Thierry Reding
2019-11-14
1
-1
/
+1
*
mmc: mmc_spi: Convert to use for_each_sg()
Andy Shevchenko
2019-09-11
1
-1
/
+1
*
mmc: mmc_spi: Convert to use SPDX identifier
Andy Shevchenko
2019-04-15
1
-16
/
+2
*
mmc: mmc_spi: Indentation fixes
Andy Shevchenko
2019-04-15
1
-16
/
+10
*
mmc: mmc_spi: Join string literals back
Andy Shevchenko
2019-04-15
1
-7
/
+5
*
mmc: mmc_spi: Remove useless NULL check at ->remove()
Andy Shevchenko
2019-04-15
1
-20
/
+16
*
mmc: mmc_spi: Remove redundant dev_set_drvdata()
Andy Shevchenko
2019-04-15
1
-2
/
+0
*
mmc_spi: add a status check for spi_sync_locked
Kangjie Lu
2019-04-15
1
-0
/
+4
*
Merge branch 'fixes' into next
Ulf Hansson
2019-02-28
1
-0
/
+1
|
\
|
*
mmc: spi: Fix card detection during probe
Jonathan Neuschäfer
2019-02-25
1
-0
/
+1
*
|
mmc: slot-gpio: Remove override_active_level on WP
Linus Walleij
2019-02-25
1
-1
/
+1
|
/
*
mmc: spi: Convert to use GPIO descriptors
Linus Walleij
2018-12-17
1
-12
/
+15
*
mmc: use new core function mmc_get_dma_dir
Heiner Kallweit
2017-04-24
1
-4
/
+1
*
mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case
Magnus Damm
2016-03-16
1
-0
/
+6
*
mmc: mmc_spi: add checks for dma mapping error
Alexey Khoroshilov
2016-02-08
1
-2
/
+13
*
Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2015-11-05
1
-1
/
+0
|
\
|
*
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
2015-10-28
1
-1
/
+0
*
|
mmc: mmc_spi: Export OF module alias information
Javier Martinez Canillas
2015-10-26
1
-0
/
+1
|
/
*
mmc: constify of_device_id array
Fabian Frederick
2015-03-23
1
-1
/
+1
*
mmc: don't request CD IRQ until mmc_start_host()
Stephen Warren
2014-09-23
1
-0
/
+1
*
drivers/mmc/host/mmc_spi.c: Use get/put_unaligned_be32
George Spelvin
2014-05-16
1
-12
/
+6
*
lib/crc7: Shift crc7() output left 1 bit
George Spelvin
2014-05-16
1
-1
/
+1
*
mmc: mmc_spi: Remove platform data .get_cd() and .get_ro() callbacks
Laurent Pinchart
2013-08-24
1
-22
/
+2
*
mmc: mmc_spi: Support CD/RO GPIOs
Laurent Pinchart
2013-08-24
1
-9
/
+24
*
mmc: remove use of __devexit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
mmc: remove use of __devinitdata
Bill Pemberton
2012-11-28
1
-1
/
+1
*
mmc: remove use of __devexit_p
Bill Pemberton
2012-11-28
1
-1
/
+1
*
mmc: mmc_spi: Use module_spi_driver
Sachin Kamat
2012-09-04
1
-14
/
+1
*
mmc: Remove redundant spi driver bus initialization
Lars-Peter Clausen
2012-01-11
1
-1
/
+0
*
mmc: Add module.h to drivers/mmc users assuming implicit presence.
Paul Gortmaker
2011-10-26
1
-0
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
driver-core: remove conditionals around devicetree pointers
Grant Likely
2011-01-21
1
-4
/
+0
*
mmc_spi: Recover from CRC errors for r/w operation over SPI.
Sonic Zhang
2010-10-23
1
-0
/
+21
[next]