index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-dw.c
Age
Commit message (
Expand
)
Author
2020-06-20
spi: dw: Return any value retrieved from the dma_transfer callback
Serge Semin
2020-06-20
spi: dw: Fix controller unregister order
Lukas Wunner
2020-06-20
spi: dw: fix possible race condition
Sasha Levin
2020-06-11
spi: dw: use "smp_mb()" to avoid sending spi data error
Xinwei Kong
2020-05-20
spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent calls
wuxu.wu
2017-08-06
spi: dw: Make debugfs name unique between instances
Phil Reid
2015-10-28
spi: dw: replace magic constant by DW_SPI_DR
Andy Shevchenko
2015-10-20
spi: dw: remove a NULL check when call ->remove()
Andy Shevchenko
2015-10-20
spi: dw: explicitly free IRQ handler in dw_spi_remove_host()
Andy Shevchenko
2015-10-19
spi: dw: introduce spi_shutdown_chip()
Andy Shevchenko
2015-10-19
spi: dw: eliminate unused threshold variables
Andy Shevchenko
2015-10-19
spi: dw: eliminate speed variable in ->transfer_one()
Andy Shevchenko
2015-10-19
spi: dw: remove bits_per_word member of struct chip_data
Andy Shevchenko
2015-10-19
spi: dw: remove unneeded cr0 member of struct chip_data
Andy Shevchenko
2015-10-19
spi: dw: use plain struct device * at earlier ->probe()
Andy Shevchenko
2015-09-17
spi: dw: Remove test for non-zero spi->max_speed_hz
Jarkko Nikula
2015-09-17
spi: dw: Remove needless if statements
Jarkko Nikula
2015-08-21
spi: dw: Allow interface drivers to limit data I/O to word sizes
Michael van der Westhuizen
2015-03-25
spi: dw: fix crash on setup stage
Andy Shevchenko
2015-03-17
spi: dw-spi: Convert 16bit accesses to 32bit accesses
Thor Thayer
2015-03-09
spi: dw-spi: Single Register read to clear IRQs
Thor Thayer
2015-03-09
spi: dw-mid: move to use core SPI DMA mappings
Andy Shevchenko
2015-03-09
spi: dw-mid: clear ongoing DMA transfers on timeout
Andy Shevchenko
2015-03-09
spi: dw-mid: split dma_setup() from dma_transfer()
Andy Shevchenko
2015-03-09
spi: dw-mid: convert value of dma_width to enum dma_slave_buswidth
Andy Shevchenko
2015-03-09
Merge branch 'fix/dw' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Mark Brown
2015-03-06
spi: dw: move to SPI core message handling
Andy Shevchenko
2015-03-06
spi: dw: program registers as soon as possible
Andy Shevchenko
2015-03-06
spi: dw: make sure SPI controller is enabled
Andy Shevchenko
2015-02-26
spi: dw: revisit FIFO size detection again
Andy Shevchenko
2015-02-24
spi: dw: always reprogram CTRL0
Andy Shevchenko
2015-02-24
spi: dw: refactor code that handles clk_div
Andy Shevchenko
2015-02-24
spi: dw: get TX level without an additional variable
Andy Shevchenko
2015-02-24
spi: dw: move piece of code out of condition
Andy Shevchenko
2015-01-07
spi: dw: print debug message with FIFO size
Andy Shevchenko
2015-01-07
spi: dw: amend warning message
Andy Shevchenko
2015-01-05
spi: dw: Fix detecting FIFO depth
Axel Lin
2014-11-26
Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linus
Mark Brown
2014-11-07
spi: dw: Fix dynamic speed change.
Thor Thayer
2014-10-08
spi: dw: Initialize of_node to discover DT node children
Thor Thayer
2014-10-03
Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/top...
Mark Brown
2014-10-03
Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi...
Mark Brown
2014-09-24
spi: dw: fix style of code in few places
Andy Shevchenko
2014-09-24
spi: dw: introduce support of loopback mode
Andy Shevchenko
2014-09-16
Merge remote-tracking branches 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl'...
Mark Brown
2014-09-13
spi: dw: don't use mrst prefix anymore
Andy Shevchenko
2014-09-13
Merge branch 'topic/checkpatch' of git://git.kernel.org/pub/scm/linux/kernel/...
Mark Brown
2014-09-13
spi: dw: remove FSF address
Andy Shevchenko
2014-09-03
spi: dw: Fix checkpatch issue
Jingoo Han
2014-09-01
spi: dw: Don't use devm_kzalloc in master->setup callback
Axel Lin
[next]