summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-omap2-mcspi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-06-011-13/+20
|\
| * spi: Cleanup on failure of initial setupLukas Wunner2021-06-011-13/+20
* | Merge series "drivers: spi - add parenthesis for sizeof" from Zhiqi Song <son...Mark Brown2021-05-201-1/+1
|\ \
| * | spi: omap2-mcspi: add parenthesis for sizeofZhiqi Song2021-05-201-1/+1
| |/
* / spi: fix some invalid char occurrencesMauro Carvalho Chehab2021-05-201-1/+1
|/
* spi: omap2-mcspi: Activate pinctrl idle state during runtime suspendAlexander Sverdlin2021-03-101-6/+18
* spi: omap2-mcspi: Improve performance waiting for CHSTATAswath Govindraju2020-09-221-4/+13
* spi: omap2-mcspi: Convert to use GPIO descriptorsLinus Walleij2020-06-291-16/+3
* spi: spi-omap2-mcspi: Support probe deferral for DMA channelsVignesh Raghavendra2020-02-061-39/+38
* spi: spi-omap2-mcspi: Handle DMA size restriction on AM65xVignesh Raghavendra2020-02-061-0/+26
* spi: omap2-mcspi: Remove redundant checksVignesh Raghavendra2019-11-111-58/+47
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatchVignesh R2019-01-151-2/+2
* spi: omap2-mcspi: Add missing suspend and resume callsTony Lindgren2018-11-151-12/+25
* spi: omap2-mcspi: Add slave mode supportVignesh R2018-10-191-16/+122
* spi: omap2-mcspi: Set FIFO DMA trigger level to word lengthVignesh R2018-10-191-19/+7
* spi: omap2-mcspi: Switch to readl_poll_timeout()Vignesh R2018-10-191-13/+4
* spi: omap2-mcspi: remove several redundant variablesColin Ian King2018-07-301-9/+0
* spi: omap2-mcspi: Remove unnecessary pm_runtime_force_suspend()Tony Lindgren2018-05-211-22/+0
* spi: omap2-mcspi: Idle hardware during suspend and resumeTony Lindgren2018-05-021-10/+48
* spi: omap2-mcspi: Restore context always in runtime_resumeTony Lindgren2018-05-021-45/+30
* spi: omap: Allocate bus number from spi frameworkSuniel Mahesh2017-08-181-4/+0
* spi: omap2-mcspi: remove redundant check for error statusColin Ian King2017-05-261-3/+0
* spi: omap2-mcspi: poll OMAP2_MCSPI_CHSTAT_RXS for PIO transferAkinobu Mita2017-03-241-4/+5
* spi: omap2-mcspi: Remove redundant return value check of platform_get_resource()Wei Yongjun2016-10-241-5/+0
* spi: omap2-mcspi: Fix modifying platform resource dataVikram N2016-10-211-4/+2
* spi: omap2-mcspi: Use the SPI framework to handle DMA mappingFranklin S Cooper Jr2016-07-081-76/+56
* spi: omap2-mcspi: Add comments for RX only DMA buffer workaroundFranklin S Cooper Jr2016-07-051-0/+13
* spi: omap2-mcspi: Use dma_request_chan() for requesting DMA channelPeter Ujfalusi2016-04-291-65/+18
* spi: omap2-mcspi: Fix PM regression with deferred probe for pm_runtime_reinitTony Lindgren2016-02-121-0/+3
* spi: omap2-mcspi: Prevent duplicate gpio_requestMichael Welling2015-12-011-9/+10
* spi: omap2-mcspi: Add calls for pinctrl state selectPascal Huerst2015-11-191-1/+11
* spi: omap2-mcspi: disable other channels CHCONF_FORCE in prepare_messageNeil Armstrong2015-10-221-0/+28
* spi: omap2-mcspi: add runtime PM to set_cs()Sebastian Reichel2015-07-241-0/+10
* spi: omap2-mcspi: Handle error on gpio_requestMichael Welling2015-05-251-3/+6
* spi: omap2-mcspi: Fix GPIO chip select supportMichael Welling2015-05-251-0/+6
* spi: omap2-mcspi: Fix set_cs function for active highMichael Welling2015-05-251-0/+7
* spi: omap2-mcspi: Remove unnecessary delayMichael Welling2015-05-251-3/+0
* spi: omap2-mcspi: Fix native cs with new set_csMichael Welling2015-05-121-22/+11
* spi: omap2-mcspi: Add gpio_request and init CSMichael Welling2015-05-081-0/+10
* spi: omap2-mcspi: Switch driver to use transfer_oneMichael Welling2015-05-081-134/+110
* spi/omap2-mcpsi: Always call spi_finalize_current_message()Fionn Cleary2015-04-241-4/+12
* spi: Remove FSF mailing addressesJarkko Nikula2014-12-221-5/+0
* spi: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* spi/omap-mcspi: Fix the spi task hangs waiting dma_rxJorge A. Ventura2014-08-111-1/+2
* spi: omap2-mcspi: Configure hardware when slave driver changes modeMark A. Greer2014-07-031-0/+14
*-. Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/...Mark Brown2014-04-101-17/+9
|\ \
| | * spi: omap2-mcspi: Convert to use devm_kcallocAxel Lin2014-04-031-17/+9
| |/
| |
| \
*-. \ Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ...Mark Brown2014-03-301-20/+44
|\ \ \ | | |/ | |/|
| | * spi: omap2-mcspi: Convert to let spi core validate transfer speedAxel Lin2014-02-191-8/+3