aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-cadence.c
AgeCommit message (Expand)Author
2020-01-19spi: cadence: Correct handling of native chipselectCharles Keepax
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 39Thomas Gleixner
2019-01-24spi: cadence: Fix default polarity of native chipselectLinus Walleij
2019-01-14spi: cadence: Correct initialisation of runtime PMCharles Keepax
2019-01-09spi: cadence: Convert to use CS GPIO descriptorsLinus Walleij
2018-07-11spi: cadence: Fix missing clk_disable_unprepare() on error in cnds_runtime_re...Wei Yongjun
2018-06-18spi: cadence: Change usleep_range() to udelay(), for atomic contextJanek Kotas
2018-06-04Merge branch 'spi-4.17' into spi-4.18 for the merge windowMark Brown
2018-04-20spi: simplify getting .drvdataWolfram Sang
2018-04-18spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo()sxauwsk
2017-08-08spi: cadence: Add support for context lossShubhrajyoti Datta
2017-08-08spi: cadence: change sequence of calling runtime_enableNaga Sureshkumar Relli
2017-04-26spi: cadence: Allow for GPIO pins to be used as chipselectsMoritz Fischer
2016-04-18spi: cadence: mark pm functions __maybe_unusedArnd Bergmann
2016-04-06spi: cadence: Fix some checkpatch warningsShubhrajyoti Datta
2016-04-05spi: cadence: Return the error code for cdns_spi_suspend and cdns_spi_resumeShubhrajyoti Datta
2016-04-05spi: cadence: Remove the clock enable and disable from suspend and resumeShubhrajyoti Datta
2016-04-05spi: cadence: Runtime pm adaptationShubhrajyoti Datta
2016-04-05spi: cadance: Fix the DocumentationShubhrajyoti Datta
2016-04-05spi: cadence: Fix probe error handlingShubhrajyoti Datta
2016-04-05spi: cadence: Remove _MASK and _OFFSET suffixShubhrajyoti Datta
2016-04-05spi: cadence: Fix a check patch warningShubhrajyoti Datta
2016-01-05spi: cadence: use to_platform_device()Geliang Tang
2014-12-08Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/cadence', 'spi/t...Mark Brown
2014-11-28spi: cadence: Fix 3-to-8 mux modeLars-Peter Clausen
2014-11-28spi: cadence: Init HW after reading devicetree attributesPaul Cercueil
2014-08-16spi: cadence: Remove .owner field for driverMichal Simek
2014-08-04Merge remote-tracking branches 'spi/topic/adi-v3', 'spi/topic/atmel', 'spi/to...Mark Brown
2014-07-11spi: cadence: Configure SPI clock in the prepare_message() callbackLars-Peter Clausen
2014-07-11spi: cadence: Make sure that clock polarity changes are appliedLars-Peter Clausen
2014-06-06spi: cadence: Make of_device_id array constJingoo Han
2014-04-14spi: Add driver for Cadence SPI controllerHarini Katakam