aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-omap2-mcspi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'spi/topic/qspi' into spi-nextMark Brown2013-09-011-19/+1
|\
| * spi/omap2: Covert to core runtime PMMark Brown2013-07-291-19/+1
* | spi: use dev_get_platdata()Jingoo Han2013-08-291-1/+1
|/
* Merge remote-tracking branch 'spi/topic/pdata' into spi-nextMark Brown2013-06-261-2/+2
|\
| * spi: use platform_{get,set}_drvdata()Jingoo Han2013-05-231-2/+2
* | Merge remote-tracking branch 'spi/topic/omap' into spi-nextMark Brown2013-06-261-50/+187
|\ \
| * | spi: omap2-mcspi: convert to dma_request_slave_channel_compat()Matt Porter2013-06-241-20/+44
| * | spi: omap2-mcspi: Add FIFO buffer supportIllia Smyrnov2013-06-171-17/+130
| * | spi: omap2-mcspi: Move bytes per word calculation to the functionIllia Smyrnov2013-06-171-6/+13
| * | spi/omap2: Let device core handle pinctrlMark Brown2013-05-131-7/+0
| |/
* | spi: convert drivers to use bits_per_word_maskStephen Warren2013-05-291-11/+2
|/
* spi: omap2-mcspi: fix error return code in omap2_mcspi_probe()Wei Yongjun2013-04-181-1/+2
* spi: omap2-mcspi: Fix transfers if DMADEVICES is not setTony Lindgren2013-04-151-10/+22
* spi/omap-mcspi: check condition also after timeoutSebastian Andrzej Siewior2013-04-011-2/+6
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-4/+3
|\
| * spi: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-4/+3
* | Merge branch 'broonie/spi-next' of git://git.kernel.org/pub/scm/linux/kernel/...Grant Likely2013-02-051-8/+26
|\ \
| * | spi: spi-omap2-mcspi.c: Toggle CS after each wordMatthias Brugger2013-01-261-0/+18
| * | spi: spi-omap2-mcspi.c: fix coding styleMatthias Brugger2013-01-261-8/+8
| |/
* | spi/omap2: disable DMA requests before complete()Felipe Balbi2013-02-051-4/+4
|/
* spi: Remove HOTPLUG section attributesGrant Likely2012-12-071-4/+4
* spi: omap2-mcspi: remove duplicate inclusion of linux/err.hSachin Kamat2012-12-031-1/+0
* spi: omap2-mcspi: Fix the redifine warningShubhrajyoti D2012-12-031-3/+0
* Merge branch 'spi-mcspi' into spi-nextMark Brown2012-11-141-3/+3
|\
| * spi/omap: fix D0/D1 direction confusionDaniel Mack2012-11-141-3/+3
* | Merge branch 'spi-linus' into spi-nextMark Brown2012-11-061-20/+19
|\ \ | |/ |/|
| * spi: omap2-mcspi: Reorder the wait_for_completion for txShubhrajyoti D2012-11-061-20/+19
* | spi/mcspi: allow configuration of pin directionsDaniel Mack2012-10-171-7/+18
|/
* Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-10-071-1/+0
|\
| * Merge branch 'late/kirkwood' into late/socOlof Johansson2012-10-041-1/+1
| |\
| * | SPI: OMAP: remove unnecessary includes of plat/clock.hPaul Walmsley2012-09-221-1/+0
* | | Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds2012-10-021-145/+176
|\ \ \
| * \ \ Merge tag 'v3.6-rc6' into spi-driversMark Brown2012-09-251-4/+2
| |\ \ \ | | |/ /
| * | | spi: omap2-mcspi: add pinctrl supportMatt Porter2012-09-221-0/+8
| * | | spi: omap2-mcspi: Cleanup the omap2_mcspi_txrx_dma functionShubhrajyoti D2012-09-121-112/+144
| * | | spi: omap2-mcspi: At remove dont use the runtime_autosuspend callsShubhrajyoti D2012-08-221-2/+1
| * | | spi: omap2-mcspi: Call pm_runtime_* functions directlyShubhrajyoti D2012-08-221-17/+11
| * | | spi: omap2-mcspi: Remove the macro MOD_REG_BITShubhrajyoti D2012-08-221-14/+14
| * | | spi: omap2-mcspi: Remove the call to platform_set_drvdata(pdev, NULL)Shubhrajyoti D2012-08-171-2/+0
* | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-011-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | ARM: omap: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
| | |/ | |/|
* | | Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2012-09-131-1/+1
|\ \ \ | |/ / |/| |
| * | spi/spi-omap2-mcspi: add a const qualifierUwe Kleine-König2012-08-031-1/+1
| |/
* | spi: omap2-mcspi: Fix the error handling in probeShubhrajyoti D2012-08-041-4/+2
|/
* Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-08-011-102/+127
|\
| * spi: omap2-mcspi: remove private DMA API implementationRussell King2012-07-311-99/+5
| * spi: omap2-mcspi: add DMA engine supportRussell King2012-07-311-31/+150
* | spi/omap2: mark omap2_mcspi_master_setup as __devinitArnd Bergmann2012-07-221-1/+1
* | spi: omap2-mcspi: Fix the below warningShubhrajyoti D2012-07-201-2/+4
|/
* SPI: fix over-eager devm_xxx() conversionRussell King2012-06-181-1/+2