aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-coldfire-qspi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-01Merge remote-tracking branch 'spi/topic/qspi' into spi-nextMark Brown1-20/+1
2013-08-29spi: Use dev_get_drvdata at appropriate placesAxel Lin1-2/+2
2013-08-29spi: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-29spi/coldfire-qspi: Convert to core runtime PMMark Brown1-20/+1
2013-06-26Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-1/+0
2013-06-26Merge remote-tracking branch 'spi/topic/coldfire-qspi' into spi-nextMark Brown1-5/+6
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren1-9/+2
2013-05-16spi: coldfire-qspi: fix error return code in mcfqspi_probe()Wei Yongjun1-5/+6
2013-05-13spi: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-02-05spi: remove check for bits_per_word on transfer from low level driverLaxman Dewangan1-2/+1
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-3/+3
2012-08-17spi/coldfire-qspi: Drop extra calls to spi_master_get in suspend/resume functionsGuenter Roeck1-2/+2
2012-08-17spi: spi-coldfire-qspi: Drop extra spi_master_put in device remove functionGuenter Roeck1-1/+0
2012-05-19spi: refactor spi-coldfire-qspi to use SPI queue framework.Steven King1-141/+114
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely1-12/+2
2011-10-24spi: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-06-06spi: reorganize driversGrant Likely1-0/+642