aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmc_spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-2/+1
2021-12-14mmc: mmc_spi: Use write_or_read temporary variable in mmc_spi_data_do()Andy Shevchenko1-8/+4
2021-12-14mmc: mmc_spi: Convert 'multiple' to be boolean in mmc_spi_data_do()Andy Shevchenko1-2/+2
2021-11-23mmc: spi: Add device-tree SPI IDsJon Hunter1-0/+7
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-03mmc: mmc_spi: replace flush_kernel_dcache_page with flush_dcache_pageChristoph Hellwig1-1/+1
2021-08-24mmc: mmc_spi: Simplify busy loop in mmc_spi_skip()Andy Shevchenko1-11/+4
2021-06-14mmc: mmc_spi: Drop duplicate 'mmc_spi' in the debug messagesAndy Shevchenko1-7/+5
2021-04-23mmc: core: Convert mmc_of_parse_voltage() to use device property APIAndy Shevchenko1-4/+4
2020-09-14Merge branch 'fixes' into nextUlf Hansson1-1/+1
2020-09-14mmc: mmc_spi: Fix mmc_spi_dma_alloc() return type for !HAS_DMAGeert Uytterhoeven1-1/+1
2020-09-07Merge branch 'fixes' into nextUlf Hansson1-34/+52
2020-09-07mmc: mmc_spi: fix timeout calculationTobias Schramm1-2/+2
2020-09-07mmc: mmc_spi: Allow the driver to be built when CONFIG_HAS_DMA is unsetUlf Hansson1-34/+52
2020-05-28mmc: mmc_spi: Respect the cmd->busy_timeout from the mmc coreUlf Hansson1-3/+6
2020-05-28mmc: mmc_spi: Add/rename defines for timeoutsUlf Hansson1-10/+5
2019-12-18mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław1-2/+2
2019-12-16mmc: spi: Toggle SPI polarity, do not hardcode itLinus Walleij1-3/+8
2019-11-14mmc: mmc_spi: Use proper debounce time for CD GPIOThierry Reding1-1/+1
2019-09-11mmc: mmc_spi: Convert to use for_each_sg()Andy Shevchenko1-1/+1
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