aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmc_spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-15mmc: mmc_spi: Convert to use SPDX identifierAndy Shevchenko1-16/+2
2019-04-15mmc: mmc_spi: Indentation fixesAndy Shevchenko1-16/+10
2019-04-15mmc: mmc_spi: Join string literals backAndy Shevchenko1-7/+5
2019-04-15mmc: mmc_spi: Remove useless NULL check at ->remove()Andy Shevchenko1-20/+16
2019-04-15mmc: mmc_spi: Remove redundant dev_set_drvdata()Andy Shevchenko1-2/+0
2019-04-15mmc_spi: add a status check for spi_sync_lockedKangjie Lu1-0/+4
2019-02-28Merge branch 'fixes' into nextUlf Hansson1-0/+1
2019-02-25mmc: spi: Fix card detection during probeJonathan Neuschäfer1-0/+1
2019-02-25mmc: slot-gpio: Remove override_active_level on WPLinus Walleij1-1/+1
2018-12-17mmc: spi: Convert to use GPIO descriptorsLinus Walleij1-12/+15
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit1-4/+1
2016-03-16mmc: mmc_spi: Add Card Detect comments and fix CD GPIO caseMagnus Damm1-0/+6
2016-02-08mmc: mmc_spi: add checks for dma mapping errorAlexey Khoroshilov1-2/+13
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-10-26mmc: mmc_spi: Export OF module alias informationJavier Martinez Canillas1-0/+1
2015-03-23mmc: constify of_device_id arrayFabian Frederick1-1/+1
2014-09-23mmc: don't request CD IRQ until mmc_start_host()Stephen Warren1-0/+1
2014-05-16drivers/mmc/host/mmc_spi.c: Use get/put_unaligned_be32George Spelvin1-12/+6
2014-05-16lib/crc7: Shift crc7() output left 1 bitGeorge Spelvin1-1/+1
2013-08-24mmc: mmc_spi: Remove platform data .get_cd() and .get_ro() callbacksLaurent Pinchart1-22/+2
2013-08-24mmc: mmc_spi: Support CD/RO GPIOsLaurent Pinchart1-9/+24
2012-11-28mmc: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mmc: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-28mmc: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-04mmc: mmc_spi: Use module_spi_driverSachin Kamat1-14/+1
2012-01-11mmc: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2011-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-21driver-core: remove conditionals around devicetree pointersGrant Likely1-4/+0
2010-10-23mmc_spi: Recover from CRC errors for r/w operation over SPI.Sonic Zhang1-0/+21
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen1-2/+1
2010-08-14Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-48/+11
2010-08-08mmc_spi: Fix unterminated of_match_tableAnton Vorontsov1-0/+1
2010-07-05of: refactor of_modalias_node() and remove explicit match table.Grant Likely1-0/+8
2010-07-03spi/mmc_spi: mmc_spi adaptations for SPI bus locking APIErnst Schwab1-48/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2009-06-30spi: add spi_master flag wordDavid Brownell1-0/+6
2009-06-13mmc_spi: don't use EINVAL for possible transmission errorsWolfgang Muees1-5/+6
2009-06-13mmc_spi: speedup for slow cards, less wear-outWolfgang Muees1-0/+12
2009-04-08mmc_spi: support for non-byte-aligned cardsWolfgang Muees1-38/+112
2009-04-08mmc_spi: convert timeout handling to jiffies and avoid busy waitingWolfgang Muees1-17/+21
2009-03-24mmc_spi: adjust for delayed data token responseWolfgang Muees1-3/+24
2009-03-24mmc_spi: wait more bytes for card responseWolfgang Muees1-1/+4
2009-03-24mmc_spi: allow setting of spi mode 3Wolfgang Muees1-3/+5
2008-12-31mmc_spi: Add support for OpenFirmware bindingsAnton Vorontsov1-1/+3
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-12MMC: Use timeout values from CSRMatthew Fleming1-11/+21
2008-07-24mmc_spi: put signals to low power off fixJan Nikitenko1-1/+2