aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-cadence.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-18spi: cadence: mark pm functions __maybe_unusedArnd Bergmann1-2/+2
2016-04-06spi: cadence: Fix some checkpatch warningsShubhrajyoti Datta1-2/+4
2016-04-05spi: cadence: Return the error code for cdns_spi_suspend and cdns_spi_resumeShubhrajyoti Datta1-7/+3
2016-04-05spi: cadence: Remove the clock enable and disable from suspend and resumeShubhrajyoti Datta1-19/+0
2016-04-05spi: cadence: Runtime pm adaptationShubhrajyoti Datta1-2/+68
2016-04-05spi: cadance: Fix the DocumentationShubhrajyoti Datta1-1/+1
2016-04-05spi: cadence: Fix probe error handlingShubhrajyoti Datta1-2/+2
2016-04-05spi: cadence: Remove _MASK and _OFFSET suffixShubhrajyoti Datta1-87/+74
2016-04-05spi: cadence: Fix a check patch warningShubhrajyoti Datta1-1/+1
2016-01-05spi: cadence: use to_platform_device()Geliang Tang1-4/+2
2014-12-08Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/cadence', 'spi/topic/dw' and 'spi/topic/fsl-cpm' into spi-nextMark Brown1-13/+11
2014-11-28spi: cadence: Fix 3-to-8 mux modeLars-Peter Clausen1-2/+7
2014-11-28spi: cadence: Init HW after reading devicetree attributesPaul Cercueil1-13/+11
2014-08-16spi: cadence: Remove .owner field for driverMichal Simek1-1/+0
2014-08-04Merge remote-tracking branches 'spi/topic/adi-v3', 'spi/topic/atmel', 'spi/topic/cleanup' and 'spi/topic/davinci' into spi-nextMark Brown1-1/+1
2014-07-11spi: cadence: Configure SPI clock in the prepare_message() callbackLars-Peter Clausen1-2/+7
2014-07-11spi: cadence: Make sure that clock polarity changes are appliedLars-Peter Clausen1-7/+19
2014-06-06spi: cadence: Make of_device_id array constJingoo Han1-1/+1
2014-04-14spi: Add driver for Cadence SPI controllerHarini Katakam1-0/+673