summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-dw.c
Commit message (Expand)AuthorAge
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-05
* Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-02-20
|\
| * spi: dw: change snprintf to scnprintf for possible overflowSilvio Cesare2019-01-15
* | spi: dw: Fix default polarity of native chipselectLinus Walleij2019-01-24
* | spi: dw: fix warning unused variable 'ret'Anders Roxell2019-01-10
* | spi: dw: Convert to use CS GPIO descriptorsLinus Walleij2019-01-09
* | spi: dw: fix potential variable assignment errorshaftarger2019-01-07
|/
* spi: dw-mmio: add ACPI supportJay Fang2018-12-04
* dw: spi: add support for Amazon's Alpine spi controllerTalel Shenhar2018-10-11
* spi: dw: support 4-16 bits per wordSimon Goldschmidt2018-09-06
* spi: Do not print a message if spi_controller_{suspend,resume}() failsGeert Uytterhoeven2018-09-05
* Merge branch 'spi-4.19' into spi-nextMark Brown2018-08-10
|\
| * spi: dw: export dw_spi_set_csAlexandre Belloni2018-07-30
| * spi: dw: allow providing own set_cs callbackAlexandre Belloni2018-07-18
* | spi: dw: fix possible race conditionAlexandre Belloni2018-07-18
|/
* spi: dw: Convert to generalized SPI controller APIJarkko Nikula2018-02-12
* spi: dw: Remove unused members from struct chip_dataJarkko Nikula2018-01-26
* spi: dw: Make debugfs use bus num and make irq name uniquePhil Reid2017-01-09
* spi: dw: Make debugfs name unique between instancesPhil Reid2016-12-31
* spi: dw: Set GPIO_SS flag to toggle Slave Select on GPIO CSThor Thayer2016-10-11
* spi: dw: round up result of calculation for clock dividerMatthias Seidel2016-09-12
* spi: dw: fix multiple slaves with different baudratesMatthias Seidel2016-09-06
* spi: dw: Use SPI_TMOD_TR rather than magic const 0 to set tmodeJisheng Zhang2015-12-23
* spi: dw: replace magic constant by DW_SPI_DRAndy Shevchenko2015-10-27
* spi: dw: remove a NULL check when call ->remove()Andy Shevchenko2015-10-20
* spi: dw: explicitly free IRQ handler in dw_spi_remove_host()Andy Shevchenko2015-10-20
* spi: dw: introduce spi_shutdown_chip()Andy Shevchenko2015-10-19
* spi: dw: eliminate unused threshold variablesAndy Shevchenko2015-10-19
* spi: dw: eliminate speed variable in ->transfer_one()Andy Shevchenko2015-10-19
* spi: dw: remove bits_per_word member of struct chip_dataAndy Shevchenko2015-10-19
* spi: dw: remove unneeded cr0 member of struct chip_dataAndy Shevchenko2015-10-19
* spi: dw: use plain struct device * at earlier ->probe()Andy Shevchenko2015-10-19
* spi: dw: Remove test for non-zero spi->max_speed_hzJarkko Nikula2015-09-17
* spi: dw: Remove needless if statementsJarkko Nikula2015-09-17
* spi: dw: Allow interface drivers to limit data I/O to word sizesMichael van der Westhuizen2015-08-21
* spi: dw: fix crash on setup stageAndy Shevchenko2015-03-25
* spi: dw-spi: Convert 16bit accesses to 32bit accessesThor Thayer2015-03-17
* spi: dw-spi: Single Register read to clear IRQsThor Thayer2015-03-09
* spi: dw-mid: move to use core SPI DMA mappingsAndy Shevchenko2015-03-09
* spi: dw-mid: clear ongoing DMA transfers on timeoutAndy Shevchenko2015-03-09
* spi: dw-mid: split dma_setup() from dma_transfer()Andy Shevchenko2015-03-09
* spi: dw-mid: convert value of dma_width to enum dma_slave_buswidthAndy Shevchenko2015-03-09
* Merge branch 'fix/dw' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Mark Brown2015-03-09
|\
| * spi: dw: revisit FIFO size detection againAndy Shevchenko2015-02-25
* | spi: dw: move to SPI core message handlingAndy Shevchenko2015-03-06
* | spi: dw: program registers as soon as possibleAndy Shevchenko2015-03-06
* | spi: dw: make sure SPI controller is enabledAndy Shevchenko2015-03-06
* | spi: dw: always reprogram CTRL0Andy Shevchenko2015-02-24
* | spi: dw: refactor code that handles clk_divAndy Shevchenko2015-02-24
* | spi: dw: get TX level without an additional variableAndy Shevchenko2015-02-24