Age | Commit message (Expand) | Author | Files | Lines |
2020-09-14 | Merge branch 'fixes' into next | Ulf Hansson | 1 | -1/+1 |
2020-09-14 | mmc: mmc_spi: Fix mmc_spi_dma_alloc() return type for !HAS_DMA | Geert Uytterhoeven | 1 | -1/+1 |
2020-09-07 | Merge branch 'fixes' into next | Ulf Hansson | 1 | -34/+52 |
2020-09-07 | mmc: mmc_spi: fix timeout calculation | Tobias Schramm | 1 | -2/+2 |
2020-09-07 | mmc: mmc_spi: Allow the driver to be built when CONFIG_HAS_DMA is unset | Ulf Hansson | 1 | -34/+52 |
2020-05-28 | mmc: mmc_spi: Respect the cmd->busy_timeout from the mmc core | Ulf Hansson | 1 | -3/+6 |
2020-05-28 | mmc: mmc_spi: Add/rename defines for timeouts | Ulf Hansson | 1 | -10/+5 |
2019-12-18 | mmc: core: Remove mmc_gpiod_request_*(invert_gpio) | Michał Mirosław | 1 | -2/+2 |
2019-12-16 | mmc: spi: Toggle SPI polarity, do not hardcode it | Linus Walleij | 1 | -3/+8 |
2019-11-14 | mmc: mmc_spi: Use proper debounce time for CD GPIO | Thierry Reding | 1 | -1/+1 |
2019-09-11 | mmc: mmc_spi: Convert to use for_each_sg() | Andy Shevchenko | 1 | -1/+1 |
2019-04-15 | mmc: mmc_spi: Convert to use SPDX identifier | Andy Shevchenko | 1 | -16/+2 |
2019-04-15 | mmc: mmc_spi: Indentation fixes | Andy Shevchenko | 1 | -16/+10 |
2019-04-15 | mmc: mmc_spi: Join string literals back | Andy Shevchenko | 1 | -7/+5 |
2019-04-15 | mmc: mmc_spi: Remove useless NULL check at ->remove() | Andy Shevchenko | 1 | -20/+16 |
2019-04-15 | mmc: mmc_spi: Remove redundant dev_set_drvdata() | Andy Shevchenko | 1 | -2/+0 |
2019-04-15 | mmc_spi: add a status check for spi_sync_locked | Kangjie Lu | 1 | -0/+4 |
2019-02-28 | Merge branch 'fixes' into next | Ulf Hansson | 1 | -0/+1 |
2019-02-25 | mmc: spi: Fix card detection during probe | Jonathan Neuschäfer | 1 | -0/+1 |
2019-02-25 | mmc: slot-gpio: Remove override_active_level on WP | Linus Walleij | 1 | -1/+1 |
2018-12-17 | mmc: spi: Convert to use GPIO descriptors | Linus Walleij | 1 | -12/+15 |
2017-04-24 | mmc: use new core function mmc_get_dma_dir | Heiner Kallweit | 1 | -4/+1 |
2016-03-16 | mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case | Magnus Damm | 1 | -0/+6 |
2016-02-08 | mmc: mmc_spi: add checks for dma mapping error | Alexey Khoroshilov | 1 | -2/+13 |
2015-11-06 | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 1 | -1/+0 |
2015-10-28 | spi: Drop owner assignment from spi_drivers | Andrew F. Davis | 1 | -1/+0 |
2015-10-26 | mmc: mmc_spi: Export OF module alias information | Javier Martinez Canillas | 1 | -0/+1 |
2015-03-23 | mmc: constify of_device_id array | Fabian Frederick | 1 | -1/+1 |
2014-09-23 | mmc: don't request CD IRQ until mmc_start_host() | Stephen Warren | 1 | -0/+1 |
2014-05-16 | drivers/mmc/host/mmc_spi.c: Use get/put_unaligned_be32 | George Spelvin | 1 | -12/+6 |
2014-05-16 | lib/crc7: Shift crc7() output left 1 bit | George Spelvin | 1 | -1/+1 |
2013-08-25 | mmc: mmc_spi: Remove platform data .get_cd() and .get_ro() callbacks | Laurent Pinchart | 1 | -22/+2 |
2013-08-25 | mmc: mmc_spi: Support CD/RO GPIOs | Laurent Pinchart | 1 | -9/+24 |
2012-11-29 | mmc: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-29 | mmc: remove use of __devinitdata | Bill Pemberton | 1 | -1/+1 |
2012-11-29 | mmc: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-09-04 | mmc: mmc_spi: Use module_spi_driver | Sachin Kamat | 1 | -14/+1 |
2012-01-12 | mmc: Remove redundant spi driver bus initialization | Lars-Peter Clausen | 1 | -1/+0 |
2011-10-27 | mmc: Add module.h to drivers/mmc users assuming implicit presence. | Paul Gortmaker | 1 | -0/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-01-21 | driver-core: remove conditionals around devicetree pointers | Grant Likely | 1 | -4/+0 |
2010-10-23 | mmc_spi: Recover from CRC errors for r/w operation over SPI. | Sonic Zhang | 1 | -0/+21 |
2010-10-23 | mmc: Remove distinction between hw and phys segments | Martin K. Petersen | 1 | -2/+1 |
2010-08-14 | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -48/+11 |
2010-08-08 | mmc_spi: Fix unterminated of_match_table | Anton Vorontsov | 1 | -0/+1 |
2010-07-06 | of: refactor of_modalias_node() and remove explicit match table. | Grant Likely | 1 | -0/+8 |
2010-07-04 | spi/mmc_spi: mmc_spi adaptations for SPI bus locking API | Ernst Schwab | 1 | -48/+11 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-09-23 | spi: prefix modalias with "spi:" | Anton Vorontsov | 1 | -0/+1 |
2009-07-01 | spi: add spi_master flag word | David Brownell | 1 | -0/+6 |