summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-cadence.c
Commit message (Expand)AuthorAgeFilesLines
* spi: cadence: Add support for context lossShubhrajyoti Datta2017-08-081-0/+2
* spi: cadence: change sequence of calling runtime_enableNaga Sureshkumar Relli2017-08-081-1/+1
* spi: cadence: Allow for GPIO pins to be used as chipselectsMoritz Fischer2017-04-261-0/+65
* spi: cadence: mark pm functions __maybe_unusedArnd Bergmann2016-04-181-2/+2
* spi: cadence: Fix some checkpatch warningsShubhrajyoti Datta2016-04-061-2/+4
* spi: cadence: Return the error code for cdns_spi_suspend and cdns_spi_resumeShubhrajyoti Datta2016-04-051-7/+3
* spi: cadence: Remove the clock enable and disable from suspend and resumeShubhrajyoti Datta2016-04-051-19/+0
* spi: cadence: Runtime pm adaptationShubhrajyoti Datta2016-04-051-2/+68
* spi: cadance: Fix the DocumentationShubhrajyoti Datta2016-04-051-1/+1
* spi: cadence: Fix probe error handlingShubhrajyoti Datta2016-04-051-2/+2
* spi: cadence: Remove _MASK and _OFFSET suffixShubhrajyoti Datta2016-04-051-87/+74
* spi: cadence: Fix a check patch warningShubhrajyoti Datta2016-04-051-1/+1
* spi: cadence: use to_platform_device()Geliang Tang2016-01-051-4/+2
*-. Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/cadence', 'spi/t...Mark Brown2014-12-081-13/+11
|\ \
| | * spi: cadence: Init HW after reading devicetree attributesPaul Cercueil2014-11-281-13/+11
| |/
* | spi: cadence: Fix 3-to-8 mux modeLars-Peter Clausen2014-11-281-2/+7
|/
* spi: cadence: Remove .owner field for driverMichal Simek2014-08-161-1/+0
*-. Merge remote-tracking branches 'spi/topic/adi-v3', 'spi/topic/atmel', 'spi/to...Mark Brown2014-08-041-1/+1
|\ \
| | * spi: cadence: Make of_device_id array constJingoo Han2014-06-061-1/+1
| |/
* | spi: cadence: Configure SPI clock in the prepare_message() callbackLars-Peter Clausen2014-07-111-2/+7
* | spi: cadence: Make sure that clock polarity changes are appliedLars-Peter Clausen2014-07-111-7/+19
|/
* spi: Add driver for Cadence SPI controllerHarini Katakam2014-04-141-0/+673
OpenPOWER on IntegriCloud