aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-omap2-mcspi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-07Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus 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/miscLinus 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 next/fixes-non-criticalOlof 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