| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-22 | spi: omap2-mcspi: drive SPI_CLK on transfer_setup() | Bastien Curutchet (Schneider Electric) | 1 | -0/+1 |
| 2025-07-05 | spi: Remove redundant pm_runtime_mark_last_busy() calls | Sakari Ailus | 1 | -3/+0 |
| 2025-06-08 | spi: omap2-mcspi: Disable multi-mode when the previous message kept CS asserted | Félix Piédallu | 1 | -10/+10 |
| 2025-06-08 | spi: omap2-mcspi: Disable multi mode when CS should be kept asserted after me... | Félix Piédallu | 1 | -3/+9 |
| 2025-01-21 | spi: omap2-mcspi: Correctly handle devm_clk_get_optional() errors | Mark Brown | 1 | -3/+8 |
| 2024-12-05 | spi: omap2-mcspi: Fix the IS_ERR() bug for devm_clk_get_optional_enabled() | Purushothama Siddaiah | 1 | -3/+3 |
| 2024-09-30 | spi: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-07-15 | Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 1 | -4/+5 |
| 2024-07-04 | spi: omap2-mcspi: Revert multi mode support | Mark Brown | 1 | -14/+1 |
| 2024-06-11 | spi: Rework DMA mapped flag | Mark Brown | 1 | -4/+4 |
| 2024-06-10 | spi: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 1 | -0/+1 |
| 2024-06-10 | spi: omap2-mcspi: Use new spi_xfer_is_dma_mapped() helper | Andy Shevchenko | 1 | -4/+4 |
| 2024-03-28 | spi: omap2-mcpsi: Enable MULTI-mode in more situations | Louis Chauvet | 1 | -1/+14 |
| 2024-03-28 | spi: omap2-mcspi: Add support for MULTI-mode | Louis Chauvet | 1 | -6/+61 |
| 2024-03-28 | spi: spi-omap2-mcspi.c: revert "Toggle CS after each word" | Louis Chauvet | 1 | -15/+0 |
| 2024-02-12 | spi: omap2-mcspi: Revert FIFO support without DMA | Vaishnav Achath | 1 | -129/+8 |
| 2023-10-23 | spi: omap2-mcspi: Add FIFO support without DMA | Vaishnav Achath | 1 | -8/+129 |
| 2023-09-26 | spi: omap2-mcspi: Fix hardcoded reference clock | Vaishnav Achath | 1 | -11/+20 |
| 2023-09-11 | spi: omap2-mcspi: switch to use modern name | Yang Yingliang | 1 | -118/+118 |
| 2023-08-07 | spi: omap2-mcspi: remove redundant dev_err_probe() | Zhu Wang | 1 | -3/+1 |
| 2023-03-27 | spi: omap2-mcspi: Use devm_platform_get_and_ioremap_resource() | Yang Li | 1 | -2/+1 |
| 2023-03-11 | Add support for stacked/parallel memories | Mark Brown | 1 | -12/+12 |
| 2023-03-11 | spi: Replace all spi->chip_select and spi->cs_gpiod references with function ... | Amit Kumar Mahapatra via Alsa-devel | 1 | -12/+12 |
| 2023-03-11 | spi: omap2-mcspi: Use of_property_read_bool() for boolean properties | Rob Herring | 1 | -1/+1 |
| 2023-03-06 | spi: omap2-mcspi: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2022-09-21 | spi: omap2-mcspi: Fix probe so driver works again | Dan Carpenter | 1 | -1/+1 |
| 2022-09-19 | spi: omap2-mcspi: Switch to use dev_err_probe() helper | Yang Yingliang | 1 | -4/+2 |
| 2022-05-04 | spi: omap2-mcspi: add support for interword delay | Andrea Zanotti | 1 | -0/+6 |
| 2022-04-25 | spi: spi-omap2-mcspi: using pm_runtime_resume_and_get instead of pm_runtime_g... | Minghao Chi | 1 | -9/+4 |
| 2021-06-01 | Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br... | Mark Brown | 1 | -13/+20 |
| 2021-06-01 | spi: Cleanup on failure of initial setup | Lukas Wunner | 1 | -13/+20 |
| 2021-05-20 | Merge series "drivers: spi - add parenthesis for sizeof" from Zhiqi Song <son... | Mark Brown | 1 | -1/+1 |
| 2021-05-20 | spi: omap2-mcspi: add parenthesis for sizeof | Zhiqi Song | 1 | -1/+1 |
| 2021-05-20 | spi: fix some invalid char occurrences | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2021-03-10 | spi: omap2-mcspi: Activate pinctrl idle state during runtime suspend | Alexander Sverdlin | 1 | -6/+18 |
| 2020-09-22 | spi: omap2-mcspi: Improve performance waiting for CHSTAT | Aswath Govindraju | 1 | -4/+13 |
| 2020-06-29 | spi: omap2-mcspi: Convert to use GPIO descriptors | Linus Walleij | 1 | -16/+3 |
| 2020-02-06 | spi: spi-omap2-mcspi: Support probe deferral for DMA channels | Vignesh Raghavendra | 1 | -39/+38 |
| 2020-02-06 | spi: spi-omap2-mcspi: Handle DMA size restriction on AM65x | Vignesh Raghavendra | 1 | -0/+26 |
| 2019-11-11 | spi: omap2-mcspi: Remove redundant checks | Vignesh Raghavendra | 1 | -58/+47 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -10/+1 |
| 2019-01-15 | spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatch | Vignesh R | 1 | -2/+2 |
| 2018-11-15 | spi: omap2-mcspi: Add missing suspend and resume calls | Tony Lindgren | 1 | -12/+25 |
| 2018-10-19 | spi: omap2-mcspi: Add slave mode support | Vignesh R | 1 | -16/+122 |
| 2018-10-19 | spi: omap2-mcspi: Set FIFO DMA trigger level to word length | Vignesh R | 1 | -19/+7 |
| 2018-10-19 | spi: omap2-mcspi: Switch to readl_poll_timeout() | Vignesh R | 1 | -13/+4 |
| 2018-07-30 | spi: omap2-mcspi: remove several redundant variables | Colin Ian King | 1 | -9/+0 |
| 2018-05-21 | spi: omap2-mcspi: Remove unnecessary pm_runtime_force_suspend() | Tony Lindgren | 1 | -22/+0 |
| 2018-05-02 | spi: omap2-mcspi: Idle hardware during suspend and resume | Tony Lindgren | 1 | -10/+48 |
| 2018-05-02 | spi: omap2-mcspi: Restore context always in runtime_resume | Tony Lindgren | 1 | -45/+30 |
| 2017-08-18 | spi: omap: Allocate bus number from spi framework | Suniel Mahesh | 1 | -4/+0 |
| 2017-05-26 | spi: omap2-mcspi: remove redundant check for error status | Colin Ian King | 1 | -3/+0 |
| 2017-03-24 | spi: omap2-mcspi: poll OMAP2_MCSPI_CHSTAT_RXS for PIO transfer | Akinobu Mita | 1 | -4/+5 |
| 2016-10-24 | spi: omap2-mcspi: Remove redundant return value check of platform_get_resource() | Wei Yongjun | 1 | -5/+0 |
| 2016-10-21 | spi: omap2-mcspi: Fix modifying platform resource data | Vikram N | 1 | -4/+2 |
| 2016-07-08 | spi: omap2-mcspi: Use the SPI framework to handle DMA mapping | Franklin S Cooper Jr | 1 | -76/+56 |
| 2016-07-05 | spi: omap2-mcspi: Add comments for RX only DMA buffer workaround | Franklin S Cooper Jr | 1 | -0/+13 |
| 2016-04-29 | spi: omap2-mcspi: Use dma_request_chan() for requesting DMA channel | Peter Ujfalusi | 1 | -65/+18 |
| 2016-02-12 | spi: omap2-mcspi: Fix PM regression with deferred probe for pm_runtime_reinit | Tony Lindgren | 1 | -0/+3 |
| 2015-12-01 | spi: omap2-mcspi: Prevent duplicate gpio_request | Michael Welling | 1 | -9/+10 |
| 2015-11-19 | spi: omap2-mcspi: Add calls for pinctrl state select | Pascal Huerst | 1 | -1/+11 |
| 2015-10-22 | spi: omap2-mcspi: disable other channels CHCONF_FORCE in prepare_message | Neil Armstrong | 1 | -0/+28 |
| 2015-07-24 | spi: omap2-mcspi: add runtime PM to set_cs() | Sebastian Reichel | 1 | -0/+10 |
| 2015-05-25 | spi: omap2-mcspi: Handle error on gpio_request | Michael Welling | 1 | -3/+6 |
| 2015-05-25 | spi: omap2-mcspi: Fix GPIO chip select support | Michael Welling | 1 | -0/+6 |
| 2015-05-25 | spi: omap2-mcspi: Fix set_cs function for active high | Michael Welling | 1 | -0/+7 |
| 2015-05-25 | spi: omap2-mcspi: Remove unnecessary delay | Michael Welling | 1 | -3/+0 |
| 2015-05-12 | spi: omap2-mcspi: Fix native cs with new set_cs | Michael Welling | 1 | -22/+11 |
| 2015-05-08 | spi: omap2-mcspi: Add gpio_request and init CS | Michael Welling | 1 | -0/+10 |
| 2015-05-08 | spi: omap2-mcspi: Switch driver to use transfer_one | Michael Welling | 1 | -134/+110 |
| 2015-04-24 | spi/omap2-mcpsi: Always call spi_finalize_current_message() | Fionn Cleary | 1 | -4/+12 |
| 2014-12-22 | spi: Remove FSF mailing addresses | Jarkko Nikula | 1 | -5/+0 |
| 2014-10-20 | spi: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-08-11 | spi/omap-mcspi: Fix the spi task hangs waiting dma_rx | Jorge A. Ventura | 1 | -1/+2 |
| 2014-07-03 | spi: omap2-mcspi: Configure hardware when slave driver changes mode | Mark A. Greer | 1 | -0/+14 |
| 2014-04-10 | Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/... | Mark Brown | 1 | -17/+9 |
| 2014-04-03 | spi: omap2-mcspi: Convert to use devm_kcalloc | Axel Lin | 1 | -17/+9 |
| 2014-03-30 | Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ... | Mark Brown | 1 | -20/+44 |
| 2014-02-19 | spi: omap2-mcspi: Convert to let spi core validate transfer speed | Axel Lin | 1 | -8/+3 |
| 2014-02-19 | spi: omap2-mcspi: Remove list_empty checking in omap2_mcspi_transfer_one_message | Axel Lin | 1 | -3/+0 |
| 2014-02-03 | spi: omap2-mcspi: Support divide-by-n clock dividers | Stefan Sørensen | 1 | -7/+36 |
| 2014-02-03 | spi: omap2-mcspi: Do not configure the controller on each transfer unless needed | Stefan Sørensen | 1 | -2/+5 |
| 2014-02-03 | spi: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
| 2013-11-24 | spi: omap2-mcspi: raw read and write endian fix | Victor Kamensky | 1 | -19/+19 |
| 2013-10-25 | Merge remote-tracking branch 'spi/topic/bfin' into spi-next | Mark Brown | 1 | -2/+1 |
| 2013-10-25 | Merge remote-tracking branch 'spi/topic/atmel' into spi-next | Mark Brown | 1 | -2/+2 |
| 2013-10-16 | spi: Add missing newline to dev_ prints in drivers | Jarkko Nikula | 1 | -2/+2 |
| 2013-10-09 | spi: omap2-mcspi: Fix FIFO support for transmit-and-receive mode | Illia Smyrnov | 1 | -3/+9 |
| 2013-09-26 | spi: omap2-mcspi: use devm_spi_register_master() | Jingoo Han | 1 | -2/+1 |
| 2013-09-01 | Merge remote-tracking branch 'spi/topic/qspi' into spi-next | Mark Brown | 1 | -19/+1 |
| 2013-08-29 | spi: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
| 2013-07-29 | spi/omap2: Covert to core runtime PM | Mark Brown | 1 | -19/+1 |
| 2013-06-26 | Merge remote-tracking branch 'spi/topic/pdata' into spi-next | Mark Brown | 1 | -2/+2 |
| 2013-06-26 | Merge remote-tracking branch 'spi/topic/omap' into spi-next | Mark Brown | 1 | -50/+187 |
| 2013-06-24 | spi: omap2-mcspi: convert to dma_request_slave_channel_compat() | Matt Porter | 1 | -20/+44 |
| 2013-06-17 | spi: omap2-mcspi: Add FIFO buffer support | Illia Smyrnov | 1 | -17/+130 |
| 2013-06-17 | spi: omap2-mcspi: Move bytes per word calculation to the function | Illia Smyrnov | 1 | -6/+13 |
| 2013-05-29 | spi: convert drivers to use bits_per_word_mask | Stephen Warren | 1 | -11/+2 |
| 2013-05-23 | spi: use platform_{get,set}_drvdata() | Jingoo Han | 1 | -2/+2 |
| 2013-05-13 | spi/omap2: Let device core handle pinctrl | Mark Brown | 1 | -7/+0 |
| 2013-04-18 | spi: omap2-mcspi: fix error return code in omap2_mcspi_probe() | Wei Yongjun | 1 | -1/+2 |
| 2013-04-15 | spi: omap2-mcspi: Fix transfers if DMADEVICES is not set | Tony Lindgren | 1 | -10/+22 |
| 2013-04-01 | spi/omap-mcspi: check condition also after timeout | Sebastian Andrzej Siewior | 1 | -2/+6 |
| 2013-02-21 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+3 |
| 2013-02-05 | Merge branch 'broonie/spi-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Grant Likely | 1 | -8/+26 |
| 2013-02-05 | spi/omap2: disable DMA requests before complete() | Felipe Balbi | 1 | -4/+4 |
| 2013-01-26 | spi: spi-omap2-mcspi.c: Toggle CS after each word | Matthias Brugger | 1 | -0/+18 |
| 2013-01-26 | spi: spi-omap2-mcspi.c: fix coding style | Matthias Brugger | 1 | -8/+8 |
| 2013-01-25 | spi: Convert to devm_ioremap_resource() | Thierry Reding | 1 | -4/+3 |
| 2012-12-07 | spi: Remove HOTPLUG section attributes | Grant Likely | 1 | -4/+4 |
| 2012-12-03 | spi: omap2-mcspi: remove duplicate inclusion of linux/err.h | Sachin Kamat | 1 | -1/+0 |
| 2012-12-03 | spi: omap2-mcspi: Fix the redifine warning | Shubhrajyoti D | 1 | -3/+0 |
| 2012-11-14 | Merge branch 'spi-mcspi' into spi-next | Mark Brown | 1 | -3/+3 |
| 2012-11-14 | spi/omap: fix D0/D1 direction confusion | Daniel Mack | 1 | -3/+3 |
| 2012-11-06 | Merge branch 'spi-linus' into spi-next | Mark Brown | 1 | -20/+19 |
| 2012-11-06 | spi: omap2-mcspi: Reorder the wait_for_completion for tx | Shubhrajyoti D | 1 | -20/+19 |
| 2012-10-17 | spi/mcspi: allow configuration of pin directions | Daniel Mack | 1 | -7/+18 |
| 2012-10-07 | Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 1 | -1/+0 |
| 2012-10-04 | Merge branch 'late/kirkwood' into late/soc | Olof Johansson | 1 | -1/+1 |
| 2012-10-02 | Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/... | Linus Torvalds | 1 | -145/+176 |
| 2012-10-01 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -1/+1 |
| 2012-09-25 | Merge tag 'v3.6-rc6' into spi-drivers | Mark Brown | 1 | -4/+2 |
| 2012-09-22 | SPI: OMAP: remove unnecessary includes of plat/clock.h | Paul Walmsley | 1 | -1/+0 |
| 2012-09-22 | spi: omap2-mcspi: add pinctrl support | Matt Porter | 1 | -0/+8 |
| 2012-09-19 | ARM: omap: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
| 2012-09-13 | Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ... | Olof Johansson | 1 | -1/+1 |
| 2012-09-12 | spi: omap2-mcspi: Cleanup the omap2_mcspi_txrx_dma function | Shubhrajyoti D | 1 | -112/+144 |
| 2012-08-22 | spi: omap2-mcspi: At remove dont use the runtime_autosuspend calls | Shubhrajyoti D | 1 | -2/+1 |
| 2012-08-22 | spi: omap2-mcspi: Call pm_runtime_* functions directly | Shubhrajyoti D | 1 | -17/+11 |
| 2012-08-22 | spi: omap2-mcspi: Remove the macro MOD_REG_BIT | Shubhrajyoti D | 1 | -14/+14 |
| 2012-08-17 | spi: omap2-mcspi: Remove the call to platform_set_drvdata(pdev, NULL) | Shubhrajyoti D | 1 | -2/+0 |
| 2012-08-04 | spi: omap2-mcspi: Fix the error handling in probe | Shubhrajyoti D | 1 | -4/+2 |
| 2012-08-03 | spi/spi-omap2-mcspi: add a const qualifier | Uwe Kleine-König | 1 | -1/+1 |
| 2012-08-01 | Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -102/+127 |
| 2012-07-31 | spi: omap2-mcspi: remove private DMA API implementation | Russell King | 1 | -99/+5 |
| 2012-07-31 | spi: omap2-mcspi: add DMA engine support | Russell King | 1 | -31/+150 |
| 2012-07-22 | spi/omap2: mark omap2_mcspi_master_setup as __devinit | Arnd Bergmann | 1 | -1/+1 |
| 2012-07-20 | spi: omap2-mcspi: Fix the below warning | Shubhrajyoti D | 1 | -2/+4 |
| 2012-06-18 | SPI: fix over-eager devm_xxx() conversion | Russell King | 1 | -1/+2 |
| 2012-05-19 | spi/omap2-mcspi: convert to the pump message infrastructure | Shubhrajyoti D | 1 | -133/+110 |
| 2012-04-10 | spi/omap2-mcspi: Trivial optimisation | Shubhrajyoti D | 1 | -4/+3 |
| 2012-04-10 | spi: omap2-mcspi: add support for pm_runtime autosuspend | Shubhrajyoti D | 1 | -1/+5 |
| 2012-04-10 | spi/omap: Remove bus_num usage for instance index | Benoit Cousson | 1 | -41/+34 |
| 2012-04-10 | Merge branch 'spi' of git://gitorious.org/linus-tree/linus-tree into spi/next | Grant Likely | 1 | -37/+9 |
| 2012-03-19 | OMAP : SPI : use devm_* functions | Shubhrajyoti D | 1 | -20/+4 |
| 2012-03-19 | spi: omap2-mcspi: convert to module_platform_driver | Felipe Balbi | 1 | -14/+1 |
| 2012-03-19 | spi: omap2-mcspi: make it behave as a module | Felipe Balbi | 1 | -4/+5 |
| 2012-02-15 | spi/omap: Add DT support to McSPI driver | Benoit Cousson | 1 | -8/+48 |
| 2011-10-29 | spi/omap: Correct the error path | Shubhrajyoti D | 1 | -12/+20 |
| 2011-10-29 | spi/omap: call pm_runtime_disable in error path and remove | Shubhrajyoti D | 1 | -0/+2 |
| 2011-10-29 | spi/omap: Use a workqueue per omap2_mcspi controller | Shubhrajyoti D | 1 | -8/+11 |
| 2011-10-24 | OMAP: SPI: Fix the trying to free nonexistent resource error | Shubhrajyoti D | 1 | -3/+4 |
| 2011-06-10 | spi: Convert uses of struct resource * to resource_size(ptr) | Joe Perches | 1 | -5/+5 |
| 2011-06-06 | spi: reorganize drivers | Grant Likely | 1 | -0/+1293 |