summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/mmc_spi.c
AgeCommit message (Expand)Author
2024-01-12Merge tag 'mmc-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2024-01-02mmc: mmc_spi: remove custom DMA mapped buffersAndy Shevchenko
2023-11-16treewide, spi: Get rid of SPI_MASTER_HALF_DUPLEXAndy Shevchenko
2023-02-14mmc: mmc_spi: fix error handling in mmc_spi_probe()Yang Yingliang
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2021-12-14mmc: mmc_spi: Use write_or_read temporary variable in mmc_spi_data_do()Andy Shevchenko
2021-12-14mmc: mmc_spi: Convert 'multiple' to be boolean in mmc_spi_data_do()Andy Shevchenko
2021-11-23mmc: spi: Add device-tree SPI IDsJon Hunter
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mmc: mmc_spi: replace flush_kernel_dcache_page with flush_dcache_pageChristoph Hellwig
2021-08-24mmc: mmc_spi: Simplify busy loop in mmc_spi_skip()Andy Shevchenko
2021-06-14mmc: mmc_spi: Drop duplicate 'mmc_spi' in the debug messagesAndy Shevchenko
2021-04-23mmc: core: Convert mmc_of_parse_voltage() to use device property APIAndy Shevchenko
2020-09-14Merge branch 'fixes' into nextUlf Hansson
2020-09-14mmc: mmc_spi: Fix mmc_spi_dma_alloc() return type for !HAS_DMAGeert Uytterhoeven
2020-09-07Merge branch 'fixes' into nextUlf Hansson
2020-09-07mmc: mmc_spi: fix timeout calculationTobias Schramm
2020-09-07mmc: mmc_spi: Allow the driver to be built when CONFIG_HAS_DMA is unsetUlf Hansson
2020-05-28mmc: mmc_spi: Respect the cmd->busy_timeout from the mmc coreUlf Hansson
2020-05-28mmc: mmc_spi: Add/rename defines for timeoutsUlf Hansson
2019-12-18mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław
2019-12-16mmc: spi: Toggle SPI polarity, do not hardcode itLinus Walleij
2019-11-14mmc: mmc_spi: Use proper debounce time for CD GPIOThierry Reding
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