aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-cadence.c
AgeCommit message (Expand)Author
2024-01-23spi: spi-cadence: Reverse the order of interleaved write and read operationsAmit Kumar Mahapatra
2023-12-06spi: cadence: revert "Add SPI transfer delays"Nam Cao
2023-09-11spi: spi-cadence: Use helper function devm_clk_get_enabled()Li Zetao
2023-08-29Merge tag 'spi-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2023-08-21spi: spi-cadence: Fix data corruption issues in slave modeSrinivas Goud
2023-08-07spi: switch to use modern nameMark Brown
2023-08-07spi: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie
2023-08-07spi: cadence: switch to use modern nameYang Yingliang
2023-07-12spi: spi-cadence: Delete unmatched commentsYangtao Li
2023-05-30spi: Merge up fixes to help CIMark Brown
2023-05-23spi: spi-cadence: Add missing kernel doc for clk_rate in cdns_spiCharles Keepax
2023-05-22spi: spi-cadence: Interleave write of TX and read of RX FIFOCharles Keepax
2023-05-15spi: spi-cadence: Only overlap FIFO transactions in slave modeCharles Keepax
2023-05-15spi: spi-cadence: Avoid read of RX FIFO before its readyCharles Keepax
2023-04-18spi: spi-cadence: Add support for Slave modeSrinivas Goud
2023-04-18spi: spi-cadence: Switch to spi_controller structureSrinivas Goud
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel
2023-03-06spi: cadence: Convert to platform remove callback returning voidUwe Kleine-König
2022-07-20spi: spi-cadence: Fix SPI NO Slave Select macro definitionSai Krishna Potthuri
2022-06-06spi: cadence: Detect transmit FIFO depthLars-Peter Clausen
2022-06-06spi: spi-cadence: Fix SPI CS gets toggling sporadicallySai Krishna Potthuri
2022-05-13spi: spi-cadence: Update ISR status variable type to irqreturn_tAmit Kumar Mahapatra
2022-04-06spi: spi-cadence: Fix kernel-doc format for resume/suspendMichal Simek
2021-07-19spi: cadence: Correct initialisation of runtime PM againMarek Vasut
2021-01-15spi: cadence: cache reference clock rate during probeMichael Hennerich
2020-10-09spi: cadence: Add SPI transfer delaysDaniel Mack
2020-07-22spi: spi-cadence: add support for chip select highShreyas Joshi
2019-11-27spi: cadence: Correct handling of native chipselectCharles Keepax
2019-09-04spi: cadence: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd
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