aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-omap2-mcspi.c
AgeCommit message (Expand)Author
2012-09-22SPI: OMAP: remove unnecessary includes of plat/clock.hPaul Walmsley
2012-09-22spi: omap2-mcspi: add pinctrl supportMatt Porter
2012-09-19ARM: omap: move platform_data definitionsArnd Bergmann
2012-09-13Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson
2012-09-12spi: omap2-mcspi: Cleanup the omap2_mcspi_txrx_dma functionShubhrajyoti D
2012-08-22spi: omap2-mcspi: At remove dont use the runtime_autosuspend callsShubhrajyoti D
2012-08-22spi: omap2-mcspi: Call pm_runtime_* functions directlyShubhrajyoti D
2012-08-22spi: omap2-mcspi: Remove the macro MOD_REG_BITShubhrajyoti D
2012-08-17spi: omap2-mcspi: Remove the call to platform_set_drvdata(pdev, NULL)Shubhrajyoti D
2012-08-04spi: omap2-mcspi: Fix the error handling in probeShubhrajyoti D
2012-08-03spi/spi-omap2-mcspi: add a const qualifierUwe Kleine-König
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-07-31spi: omap2-mcspi: remove private DMA API implementationRussell King
2012-07-31spi: omap2-mcspi: add DMA engine supportRussell King
2012-07-22spi/omap2: mark omap2_mcspi_master_setup as __devinitArnd Bergmann
2012-07-20spi: omap2-mcspi: Fix the below warningShubhrajyoti D
2012-06-18SPI: fix over-eager devm_xxx() conversionRussell King
2012-05-19spi/omap2-mcspi: convert to the pump message infrastructureShubhrajyoti D
2012-04-10spi/omap2-mcspi: Trivial optimisationShubhrajyoti D
2012-04-10spi: omap2-mcspi: add support for pm_runtime autosuspendShubhrajyoti D
2012-04-10spi/omap: Remove bus_num usage for instance indexBenoit Cousson
2012-04-10Merge branch 'spi' of git://gitorious.org/linus-tree/linus-tree into spi/nextGrant Likely
2012-03-19OMAP : SPI : use devm_* functionsShubhrajyoti D
2012-03-19spi: omap2-mcspi: convert to module_platform_driverFelipe Balbi
2012-03-19spi: omap2-mcspi: make it behave as a moduleFelipe Balbi
2012-02-15spi/omap: Add DT support to McSPI driverBenoit Cousson
2011-10-29spi/omap: Correct the error pathShubhrajyoti D
2011-10-29spi/omap: call pm_runtime_disable in error path and removeShubhrajyoti D
2011-10-29spi/omap: Use a workqueue per omap2_mcspi controllerShubhrajyoti D
2011-10-24OMAP: SPI: Fix the trying to free nonexistent resource errorShubhrajyoti D
2011-06-10spi: Convert uses of struct resource * to resource_size(ptr)Joe Perches
2011-06-06spi: reorganize driversGrant Likely