summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-omap2-mcspi.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* spi/omap2-mcspi: convert to the pump message infrastructureShubhrajyoti D2012-05-191-133/+110
* spi/omap2-mcspi: Trivial optimisationShubhrajyoti D2012-04-101-4/+3
* spi: omap2-mcspi: add support for pm_runtime autosuspendShubhrajyoti D2012-04-101-1/+5
* spi/omap: Remove bus_num usage for instance indexBenoit Cousson2012-04-101-41/+34
* Merge branch 'spi' of git://gitorious.org/linus-tree/linus-tree into spi/nextGrant Likely2012-04-101-37/+9
|\
| * OMAP : SPI : use devm_* functionsShubhrajyoti D2012-03-191-20/+4
| * spi: omap2-mcspi: convert to module_platform_driverFelipe Balbi2012-03-191-14/+1
| * spi: omap2-mcspi: make it behave as a moduleFelipe Balbi2012-03-191-4/+5
* | spi/omap: Add DT support to McSPI driverBenoit Cousson2012-02-151-8/+48
|/
* spi/omap: Correct the error pathShubhrajyoti D2011-10-291-12/+20
* spi/omap: call pm_runtime_disable in error path and removeShubhrajyoti D2011-10-291-0/+2
* spi/omap: Use a workqueue per omap2_mcspi controllerShubhrajyoti D2011-10-291-8/+11
* OMAP: SPI: Fix the trying to free nonexistent resource errorShubhrajyoti D2011-10-241-3/+4
* spi: Convert uses of struct resource * to resource_size(ptr)Joe Perches2011-06-101-5/+5
* spi: reorganize driversGrant Likely2011-06-061-0/+1293
OpenPOWER on IntegriCloud