aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-omap2-mcspi.c
AgeCommit message (Expand)Author
2013-11-24spi: omap2-mcspi: raw read and write endian fixVictor Kamensky
2013-10-25Merge remote-tracking branch 'spi/topic/bfin' into spi-nextMark Brown
2013-10-25Merge remote-tracking branch 'spi/topic/atmel' into spi-nextMark Brown
2013-10-16spi: Add missing newline to dev_ prints in driversJarkko Nikula
2013-10-09spi: omap2-mcspi: Fix FIFO support for transmit-and-receive modeIllia Smyrnov
2013-09-26spi: omap2-mcspi: use devm_spi_register_master()Jingoo Han
2013-09-01Merge remote-tracking branch 'spi/topic/qspi' into spi-nextMark Brown
2013-08-29spi: use dev_get_platdata()Jingoo Han
2013-07-29spi/omap2: Covert to core runtime PMMark Brown
2013-06-26Merge remote-tracking branch 'spi/topic/pdata' into spi-nextMark Brown
2013-06-26Merge remote-tracking branch 'spi/topic/omap' into spi-nextMark Brown
2013-06-24spi: omap2-mcspi: convert to dma_request_slave_channel_compat()Matt Porter
2013-06-17spi: omap2-mcspi: Add FIFO buffer supportIllia Smyrnov
2013-06-17spi: omap2-mcspi: Move bytes per word calculation to the functionIllia Smyrnov
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren
2013-05-23spi: use platform_{get,set}_drvdata()Jingoo Han
2013-05-13spi/omap2: Let device core handle pinctrlMark Brown
2013-04-18spi: omap2-mcspi: fix error return code in omap2_mcspi_probe()Wei Yongjun
2013-04-15spi: omap2-mcspi: Fix transfers if DMADEVICES is not setTony Lindgren
2013-04-01spi/omap-mcspi: check condition also after timeoutSebastian Andrzej Siewior
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-05Merge branch 'broonie/spi-next' of git://git.kernel.org/pub/scm/linux/kernel/...Grant Likely
2013-02-05spi/omap2: disable DMA requests before complete()Felipe Balbi
2013-01-26spi: spi-omap2-mcspi.c: Toggle CS after each wordMatthias Brugger
2013-01-26spi: spi-omap2-mcspi.c: fix coding styleMatthias Brugger
2013-01-25spi: Convert to devm_ioremap_resource()Thierry Reding
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely
2012-12-03spi: omap2-mcspi: remove duplicate inclusion of linux/err.hSachin Kamat
2012-12-03spi: omap2-mcspi: Fix the redifine warningShubhrajyoti D
2012-11-14Merge branch 'spi-mcspi' into spi-nextMark Brown
2012-11-14spi/omap: fix D0/D1 direction confusionDaniel Mack
2012-11-06Merge branch 'spi-linus' into spi-nextMark Brown
2012-11-06spi: omap2-mcspi: Reorder the wait_for_completion for txShubhrajyoti D
2012-10-17spi/mcspi: allow configuration of pin directionsDaniel Mack
2012-10-07Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds
2012-10-04Merge branch 'late/kirkwood' into late/socOlof Johansson
2012-10-02Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-09-25Merge tag 'v3.6-rc6' into spi-driversMark Brown
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