summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmc_spi.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: mmc_spi: Convert to use SPDX identifierAndy Shevchenko2019-04-151-16/+2Star
* mmc: mmc_spi: Indentation fixesAndy Shevchenko2019-04-151-16/+10Star
* mmc: mmc_spi: Join string literals backAndy Shevchenko2019-04-151-7/+5Star
* mmc: mmc_spi: Remove useless NULL check at ->remove()Andy Shevchenko2019-04-151-20/+16Star
* mmc: mmc_spi: Remove redundant dev_set_drvdata()Andy Shevchenko2019-04-151-2/+0Star
* mmc_spi: add a status check for spi_sync_lockedKangjie Lu2019-04-151-0/+4
* Merge branch 'fixes' into nextUlf Hansson2019-02-281-0/+1
|\
| * mmc: spi: Fix card detection during probeJonathan Neuschäfer2019-02-251-0/+1
* | mmc: slot-gpio: Remove override_active_level on WPLinus Walleij2019-02-251-1/+1
|/
* mmc: spi: Convert to use GPIO descriptorsLinus Walleij2018-12-171-12/+15
* mmc: use new core function mmc_get_dma_dirHeiner Kallweit2017-04-241-4/+1Star
* mmc: mmc_spi: Add Card Detect comments and fix CD GPIO caseMagnus Damm2016-03-161-0/+6
* mmc: mmc_spi: add checks for dma mapping errorAlexey Khoroshilov2016-02-081-2/+13
* Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-051-1/+0Star
|\
| * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0Star
* | mmc: mmc_spi: Export OF module alias informationJavier Martinez Canillas2015-10-261-0/+1
|/
* mmc: constify of_device_id arrayFabian Frederick2015-03-231-1/+1
* mmc: don't request CD IRQ until mmc_start_host()Stephen Warren2014-09-231-0/+1
* drivers/mmc/host/mmc_spi.c: Use get/put_unaligned_be32George Spelvin2014-05-161-12/+6Star
* lib/crc7: Shift crc7() output left 1 bitGeorge Spelvin2014-05-161-1/+1
* mmc: mmc_spi: Remove platform data .get_cd() and .get_ro() callbacksLaurent Pinchart2013-08-251-22/+2Star
* mmc: mmc_spi: Support CD/RO GPIOsLaurent Pinchart2013-08-251-9/+24
* mmc: remove use of __devexitBill Pemberton2012-11-281-1/+1
* mmc: remove use of __devinitdataBill Pemberton2012-11-281-1/+1
* mmc: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* mmc: mmc_spi: Use module_spi_driverSachin Kamat2012-09-041-14/+1Star
* mmc: Remove redundant spi driver bus initializationLars-Peter Clausen2012-01-121-1/+0Star
* mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker2011-10-261-0/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* driver-core: remove conditionals around devicetree pointersGrant Likely2011-01-211-4/+0Star
* mmc_spi: Recover from CRC errors for r/w operation over SPI.Sonic Zhang2010-10-231-0/+21
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-2/+1Star
* Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-141-48/+11Star
|\
| * spi/mmc_spi: mmc_spi adaptations for SPI bus locking APIErnst Schwab2010-07-041-48/+11Star
* | mmc_spi: Fix unterminated of_match_tableAnton Vorontsov2010-08-081-0/+1
* | of: refactor of_modalias_node() and remove explicit match table.Grant Likely2010-07-061-0/+8
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* spi: prefix modalias with "spi:"Anton Vorontsov2009-09-231-0/+1
* spi: add spi_master flag wordDavid Brownell2009-07-011-0/+6
* mmc_spi: don't use EINVAL for possible transmission errorsWolfgang Muees2009-06-131-5/+6
* mmc_spi: speedup for slow cards, less wear-outWolfgang Muees2009-06-131-0/+12
* mmc_spi: support for non-byte-aligned cardsWolfgang Muees2009-04-081-38/+112
* mmc_spi: convert timeout handling to jiffies and avoid busy waitingWolfgang Muees2009-04-081-17/+21
* mmc_spi: adjust for delayed data token responseWolfgang Muees2009-03-241-3/+24
* mmc_spi: wait more bytes for card responseWolfgang Muees2009-03-241-1/+4
* mmc_spi: allow setting of spi mode 3Wolfgang Muees2009-03-241-3/+5
* mmc_spi: Add support for OpenFirmware bindingsAnton Vorontsov2008-12-311-1/+3
* mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-081-1/+1
* MMC: Use timeout values from CSRMatthew Fleming2008-10-121-11/+21
* mmc_spi: put signals to low power off fixJan Nikitenko2008-07-241-1/+2