summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmc_spi.c
AgeCommit message (Expand)Author
2020-02-11mmc: spi: Toggle SPI polarity, do not hardcode itLinus Walleij
2019-09-11mmc: mmc_spi: Convert to use for_each_sg()Andy Shevchenko
2019-04-15mmc: mmc_spi: Convert to use SPDX identifierAndy Shevchenko
2019-04-15mmc: mmc_spi: Indentation fixesAndy Shevchenko
2019-04-15mmc: mmc_spi: Join string literals backAndy Shevchenko
2019-04-15mmc: mmc_spi: Remove useless NULL check at ->remove()Andy Shevchenko
2019-04-15mmc: mmc_spi: Remove redundant dev_set_drvdata()Andy Shevchenko
2019-04-15mmc_spi: add a status check for spi_sync_lockedKangjie Lu
2019-02-28Merge branch 'fixes' into nextUlf Hansson
2019-02-25mmc: spi: Fix card detection during probeJonathan Neuschäfer
2019-02-25mmc: slot-gpio: Remove override_active_level on WPLinus Walleij
2018-12-17mmc: spi: Convert to use GPIO descriptorsLinus Walleij
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit
2016-03-16mmc: mmc_spi: Add Card Detect comments and fix CD GPIO caseMagnus Damm
2016-02-08mmc: mmc_spi: add checks for dma mapping errorAlexey Khoroshilov
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2015-10-26mmc: mmc_spi: Export OF module alias informationJavier Martinez Canillas
2015-03-23mmc: constify of_device_id arrayFabian Frederick
2014-09-23mmc: don't request CD IRQ until mmc_start_host()Stephen Warren
2014-05-16drivers/mmc/host/mmc_spi.c: Use get/put_unaligned_be32George Spelvin
2014-05-16lib/crc7: Shift crc7() output left 1 bitGeorge Spelvin
2013-08-24mmc: mmc_spi: Remove platform data .get_cd() and .get_ro() callbacksLaurent Pinchart
2013-08-24mmc: mmc_spi: Support CD/RO GPIOsLaurent Pinchart
2012-11-28mmc: remove use of __devexitBill Pemberton
2012-11-28mmc: remove use of __devinitdataBill Pemberton
2012-11-28mmc: remove use of __devexit_pBill Pemberton
2012-09-04mmc: mmc_spi: Use module_spi_driverSachin Kamat
2012-01-11mmc: Remove redundant spi driver bus initializationLars-Peter Clausen
2011-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-21driver-core: remove conditionals around devicetree pointersGrant Likely
2010-10-23mmc_spi: Recover from CRC errors for r/w operation over SPI.Sonic Zhang
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen
2010-08-14Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-08mmc_spi: Fix unterminated of_match_tableAnton Vorontsov
2010-07-05of: refactor of_modalias_node() and remove explicit match table.Grant Likely
2010-07-03spi/mmc_spi: mmc_spi adaptations for SPI bus locking APIErnst Schwab
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov
2009-06-30spi: add spi_master flag wordDavid Brownell
2009-06-13mmc_spi: don't use EINVAL for possible transmission errorsWolfgang Muees
2009-06-13mmc_spi: speedup for slow cards, less wear-outWolfgang Muees
2009-04-08mmc_spi: support for non-byte-aligned cardsWolfgang Muees
2009-04-08mmc_spi: convert timeout handling to jiffies and avoid busy waitingWolfgang Muees
2009-03-24mmc_spi: adjust for delayed data token responseWolfgang Muees
2009-03-24mmc_spi: wait more bytes for card responseWolfgang Muees
2009-03-24mmc_spi: allow setting of spi mode 3Wolfgang Muees
2008-12-31mmc_spi: Add support for OpenFirmware bindingsAnton Vorontsov
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers