aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-omap2-mcspi.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-28spi: omap2-mcpsi: Enable MULTI-mode in more situationsLouis Chauvet1-1/+14
2024-03-28spi: omap2-mcspi: Add support for MULTI-modeLouis Chauvet1-6/+61
2024-03-28spi: spi-omap2-mcspi.c: revert "Toggle CS after each word"Louis Chauvet1-15/+0
2024-02-12spi: omap2-mcspi: Revert FIFO support without DMAVaishnav Achath1-129/+8
2023-10-23spi: omap2-mcspi: Add FIFO support without DMAVaishnav Achath1-8/+129
2023-09-26spi: omap2-mcspi: Fix hardcoded reference clockVaishnav Achath1-11/+20
2023-09-11spi: omap2-mcspi: switch to use modern nameYang Yingliang1-118/+118
2023-08-07spi: omap2-mcspi: remove redundant dev_err_probe()Zhu Wang1-3/+1
2023-03-27spi: omap2-mcspi: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-03-11Add support for stacked/parallel memoriesMark Brown1-12/+12
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-12/+12
2023-03-11spi: omap2-mcspi: Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2023-03-06spi: omap2-mcspi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-09-21spi: omap2-mcspi: Fix probe so driver works againDan Carpenter1-1/+1
2022-09-19spi: omap2-mcspi: Switch to use dev_err_probe() helperYang Yingliang1-4/+2
2022-05-04spi: omap2-mcspi: add support for interword delayAndrea Zanotti1-0/+6
2022-04-25spi: spi-omap2-mcspi: using pm_runtime_resume_and_get instead of pm_runtime_g...Minghao Chi1-9/+4
2021-06-01Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-13/+20
2021-06-01spi: Cleanup on failure of initial setupLukas Wunner1-13/+20
2021-05-20Merge series "drivers: spi - add parenthesis for sizeof" from Zhiqi Song <son...Mark Brown1-1/+1
2021-05-20spi: omap2-mcspi: add parenthesis for sizeofZhiqi Song1-1/+1
2021-05-20spi: fix some invalid char occurrencesMauro Carvalho Chehab1-1/+1
2021-03-10spi: omap2-mcspi: Activate pinctrl idle state during runtime suspendAlexander Sverdlin1-6/+18
2020-09-22spi: omap2-mcspi: Improve performance waiting for CHSTATAswath Govindraju1-4/+13
2020-06-29spi: omap2-mcspi: Convert to use GPIO descriptorsLinus Walleij1-16/+3
2020-02-06spi: spi-omap2-mcspi: Support probe deferral for DMA channelsVignesh Raghavendra1-39/+38
2020-02-06spi: spi-omap2-mcspi: Handle DMA size restriction on AM65xVignesh Raghavendra1-0/+26
2019-11-11spi: omap2-mcspi: Remove redundant checksVignesh Raghavendra1-58/+47
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-01-15spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatchVignesh R1-2/+2
2018-11-15spi: omap2-mcspi: Add missing suspend and resume callsTony Lindgren1-12/+25
2018-10-19spi: omap2-mcspi: Add slave mode supportVignesh R1-16/+122
2018-10-19spi: omap2-mcspi: Set FIFO DMA trigger level to word lengthVignesh R1-19/+7
2018-10-19spi: omap2-mcspi: Switch to readl_poll_timeout()Vignesh R1-13/+4
2018-07-30spi: omap2-mcspi: remove several redundant variablesColin Ian King1-9/+0
2018-05-21spi: omap2-mcspi: Remove unnecessary pm_runtime_force_suspend()Tony Lindgren1-22/+0
2018-05-02spi: omap2-mcspi: Idle hardware during suspend and resumeTony Lindgren1-10/+48
2018-05-02spi: omap2-mcspi: Restore context always in runtime_resumeTony Lindgren1-45/+30
2017-08-18spi: omap: Allocate bus number from spi frameworkSuniel Mahesh1-4/+0
2017-05-26spi: omap2-mcspi: remove redundant check for error statusColin Ian King1-3/+0
2017-03-24spi: omap2-mcspi: poll OMAP2_MCSPI_CHSTAT_RXS for PIO transferAkinobu Mita1-4/+5
2016-10-24spi: omap2-mcspi: Remove redundant return value check of platform_get_resource()Wei Yongjun1-5/+0
2016-10-21spi: omap2-mcspi: Fix modifying platform resource dataVikram N1-4/+2
2016-07-08spi: omap2-mcspi: Use the SPI framework to handle DMA mappingFranklin S Cooper Jr1-76/+56
2016-07-05spi: omap2-mcspi: Add comments for RX only DMA buffer workaroundFranklin S Cooper Jr1-0/+13
2016-04-29spi: omap2-mcspi: Use dma_request_chan() for requesting DMA channelPeter Ujfalusi1-65/+18
2016-02-12spi: omap2-mcspi: Fix PM regression with deferred probe for pm_runtime_reinitTony Lindgren1-0/+3
2015-12-01spi: omap2-mcspi: Prevent duplicate gpio_requestMichael Welling1-9/+10
2015-11-19spi: omap2-mcspi: Add calls for pinctrl state selectPascal Huerst1-1/+11
2015-10-22spi: omap2-mcspi: disable other channels CHCONF_FORCE in prepare_messageNeil Armstrong1-0/+28
2015-07-24spi: omap2-mcspi: add runtime PM to set_cs()Sebastian Reichel1-0/+10
2015-05-25spi: omap2-mcspi: Handle error on gpio_requestMichael Welling1-3/+6
2015-05-25spi: omap2-mcspi: Fix GPIO chip select supportMichael Welling1-0/+6
2015-05-25spi: omap2-mcspi: Fix set_cs function for active highMichael Welling1-0/+7
2015-05-25spi: omap2-mcspi: Remove unnecessary delayMichael Welling1-3/+0
2015-05-12spi: omap2-mcspi: Fix native cs with new set_csMichael Welling1-22/+11
2015-05-08spi: omap2-mcspi: Add gpio_request and init CSMichael Welling1-0/+10
2015-05-08spi: omap2-mcspi: Switch driver to use transfer_oneMichael Welling1-134/+110
2015-04-24spi/omap2-mcpsi: Always call spi_finalize_current_message()Fionn Cleary1-4/+12
2014-12-22spi: Remove FSF mailing addressesJarkko Nikula1-5/+0
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-11spi/omap-mcspi: Fix the spi task hangs waiting dma_rxJorge A. Ventura1-1/+2
2014-07-03spi: omap2-mcspi: Configure hardware when slave driver changes modeMark A. Greer1-0/+14
2014-04-10Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/...Mark Brown1-17/+9
2014-04-03spi: omap2-mcspi: Convert to use devm_kcallocAxel Lin1-17/+9
2014-03-30Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ...Mark Brown1-20/+44
2014-02-19spi: omap2-mcspi: Convert to let spi core validate transfer speedAxel Lin1-8/+3
2014-02-19spi: omap2-mcspi: Remove list_empty checking in omap2_mcspi_transfer_one_messageAxel Lin1-3/+0
2014-02-03spi: omap2-mcspi: Support divide-by-n clock dividersStefan Sørensen1-7/+36
2014-02-03spi: omap2-mcspi: Do not configure the controller on each transfer unless neededStefan Sørensen1-2/+5
2014-02-03spi: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-24spi: omap2-mcspi: raw read and write endian fixVictor Kamensky1-19/+19
2013-10-25Merge remote-tracking branch 'spi/topic/bfin' into spi-nextMark Brown1-2/+1
2013-10-25Merge remote-tracking branch 'spi/topic/atmel' into spi-nextMark Brown1-2/+2
2013-10-16spi: Add missing newline to dev_ prints in driversJarkko Nikula1-2/+2
2013-10-09spi: omap2-mcspi: Fix FIFO support for transmit-and-receive modeIllia Smyrnov1-3/+9
2013-09-26spi: omap2-mcspi: use devm_spi_register_master()Jingoo Han1-2/+1
2013-09-01Merge remote-tracking branch 'spi/topic/qspi' into spi-nextMark Brown1-19/+1
2013-08-29spi: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-29spi/omap2: Covert to core runtime PMMark Brown1-19/+1
2013-06-26Merge remote-tracking branch 'spi/topic/pdata' into spi-nextMark Brown1-2/+2
2013-06-26Merge remote-tracking branch 'spi/topic/omap' into spi-nextMark Brown1-50/+187
2013-06-24spi: omap2-mcspi: convert to dma_request_slave_channel_compat()Matt Porter1-20/+44
2013-06-17spi: omap2-mcspi: Add FIFO buffer supportIllia Smyrnov1-17/+130
2013-06-17spi: omap2-mcspi: Move bytes per word calculation to the functionIllia Smyrnov1-6/+13
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren1-11/+2
2013-05-23spi: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2013-05-13spi/omap2: Let device core handle pinctrlMark Brown1-7/+0
2013-04-18spi: omap2-mcspi: fix error return code in omap2_mcspi_probe()Wei Yongjun1-1/+2
2013-04-15spi: omap2-mcspi: Fix transfers if DMADEVICES is not setTony Lindgren1-10/+22
2013-04-01spi/omap-mcspi: check condition also after timeoutSebastian Andrzej Siewior1-2/+6
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+3
2013-02-05Merge branch 'broonie/spi-next' of git://git.kernel.org/pub/scm/linux/kernel/...Grant Likely1-8/+26
2013-02-05spi/omap2: disable DMA requests before complete()Felipe Balbi1-4/+4
2013-01-26spi: spi-omap2-mcspi.c: Toggle CS after each wordMatthias Brugger1-0/+18
2013-01-26spi: spi-omap2-mcspi.c: fix coding styleMatthias Brugger1-8/+8
2013-01-25spi: Convert to devm_ioremap_resource()Thierry Reding1-4/+3
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-4/+4
2012-12-03spi: omap2-mcspi: remove duplicate inclusion of linux/err.hSachin Kamat1-1/+0
2012-12-03spi: omap2-mcspi: Fix the redifine warningShubhrajyoti D1-3/+0
2012-11-14Merge branch 'spi-mcspi' into spi-nextMark Brown1-3/+3
2012-11-14spi/omap: fix D0/D1 direction confusionDaniel Mack1-3/+3
2012-11-06Merge branch 'spi-linus' into spi-nextMark Brown1-20/+19
2012-11-06spi: omap2-mcspi: Reorder the wait_for_completion for txShubhrajyoti D1-20/+19
2012-10-17spi/mcspi: allow configuration of pin directionsDaniel Mack1-7/+18
2012-10-07Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-1/+0
2012-10-04Merge branch 'late/kirkwood' into late/socOlof Johansson1-1/+1
2012-10-02Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds1-145/+176
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-09-25Merge tag 'v3.6-rc6' into spi-driversMark Brown1-4/+2
2012-09-22SPI: OMAP: remove unnecessary includes of plat/clock.hPaul Walmsley1-1/+0
2012-09-22spi: omap2-mcspi: add pinctrl supportMatt Porter1-0/+8
2012-09-19ARM: omap: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-13Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson1-1/+1
2012-09-12spi: omap2-mcspi: Cleanup the omap2_mcspi_txrx_dma functionShubhrajyoti D1-112/+144
2012-08-22spi: omap2-mcspi: At remove dont use the runtime_autosuspend callsShubhrajyoti D1-2/+1
2012-08-22spi: omap2-mcspi: Call pm_runtime_* functions directlyShubhrajyoti D1-17/+11
2012-08-22spi: omap2-mcspi: Remove the macro MOD_REG_BITShubhrajyoti D1-14/+14
2012-08-17spi: omap2-mcspi: Remove the call to platform_set_drvdata(pdev, NULL)Shubhrajyoti D1-2/+0
2012-08-04spi: omap2-mcspi: Fix the error handling in probeShubhrajyoti D1-4/+2
2012-08-03spi/spi-omap2-mcspi: add a const qualifierUwe Kleine-König1-1/+1
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-102/+127
2012-07-31spi: omap2-mcspi: remove private DMA API implementationRussell King1-99/+5
2012-07-31spi: omap2-mcspi: add DMA engine supportRussell King1-31/+150
2012-07-22spi/omap2: mark omap2_mcspi_master_setup as __devinitArnd Bergmann1-1/+1
2012-07-20spi: omap2-mcspi: Fix the below warningShubhrajyoti D1-2/+4
2012-06-18SPI: fix over-eager devm_xxx() conversionRussell King1-1/+2
2012-05-19spi/omap2-mcspi: convert to the pump message infrastructureShubhrajyoti D1-133/+110
2012-04-10spi/omap2-mcspi: Trivial optimisationShubhrajyoti D1-4/+3
2012-04-10spi: omap2-mcspi: add support for pm_runtime autosuspendShubhrajyoti D1-1/+5
2012-04-10spi/omap: Remove bus_num usage for instance indexBenoit Cousson1-41/+34
2012-04-10Merge branch 'spi' of git://gitorious.org/linus-tree/linus-tree into spi/nextGrant Likely1-37/+9
2012-03-19OMAP : SPI : use devm_* functionsShubhrajyoti D1-20/+4
2012-03-19spi: omap2-mcspi: convert to module_platform_driverFelipe Balbi1-14/+1
2012-03-19spi: omap2-mcspi: make it behave as a moduleFelipe Balbi1-4/+5
2012-02-15spi/omap: Add DT support to McSPI driverBenoit Cousson1-8/+48
2011-10-29spi/omap: Correct the error pathShubhrajyoti D1-12/+20
2011-10-29spi/omap: call pm_runtime_disable in error path and removeShubhrajyoti D1-0/+2
2011-10-29spi/omap: Use a workqueue per omap2_mcspi controllerShubhrajyoti D1-8/+11
2011-10-24OMAP: SPI: Fix the trying to free nonexistent resource errorShubhrajyoti D1-3/+4
2011-06-10spi: Convert uses of struct resource * to resource_size(ptr)Joe Perches1-5/+5
2011-06-06spi: reorganize driversGrant Likely1-0/+1293