index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-dw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
1
-9
/
+1
2019-02-20
Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-18
/
+18
2019-01-24
spi: dw: Fix default polarity of native chipselect
Linus Walleij
1
-3
/
+2
2019-01-15
spi: dw: change snprintf to scnprintf for possible overflow
Silvio Cesare
1
-18
/
+18
2019-01-10
spi: dw: fix warning unused variable 'ret'
Anders Roxell
1
-1
/
+0
2019-01-09
spi: dw: Convert to use CS GPIO descriptors
Linus Walleij
1
-8
/
+1
2019-01-07
spi: dw: fix potential variable assignment error
shaftarger
1
-1
/
+2
2018-12-04
spi: dw-mmio: add ACPI support
Jay Fang
1
-0
/
+1
2018-10-11
dw: spi: add support for Amazon's Alpine spi controller
Talel Shenhar
1
-0
/
+6
2018-09-06
spi: dw: support 4-16 bits per word
Simon Goldschmidt
1
-10
/
+5
2018-09-05
spi: Do not print a message if spi_controller_{suspend,resume}() fails
Geert Uytterhoeven
1
-6
/
+1
2018-08-10
Merge branch 'spi-4.19' into spi-next
Mark Brown
1
-1
/
+5
2018-07-30
spi: dw: export dw_spi_set_cs
Alexandre Belloni
1
-1
/
+2
2018-07-18
spi: dw: allow providing own set_cs callback
Alexandre Belloni
1
-0
/
+3
2018-07-18
spi: dw: fix possible race condition
Alexandre Belloni
1
-1
/
+2
2018-02-12
spi: dw: Convert to generalized SPI controller API
Jarkko Nikula
1
-13
/
+13
2018-01-26
spi: dw: Remove unused members from struct chip_data
Jarkko Nikula
1
-2
/
+0
2017-01-09
spi: dw: Make debugfs use bus num and make irq name unique
Phil Reid
1
-4
/
+4
2016-12-31
spi: dw: Make debugfs name unique between instances
Phil Reid
1
-1
/
+4
2016-10-11
spi: dw: Set GPIO_SS flag to toggle Slave Select on GPIO CS
Thor Thayer
1
-0
/
+1
2016-09-12
spi: dw: round up result of calculation for clock divider
Matthias Seidel
1
-1
/
+1
2016-09-06
spi: dw: fix multiple slaves with different baudrates
Matthias Seidel
1
-8
/
+7
2015-12-23
spi: dw: Use SPI_TMOD_TR rather than magic const 0 to set tmode
Jisheng Zhang
1
-1
/
+1
2015-10-28
spi: dw: replace magic constant by DW_SPI_DR
Andy Shevchenko
1
-1
/
+1
2015-10-20
spi: dw: remove a NULL check when call ->remove()
Andy Shevchenko
1
-2
/
+0
2015-10-20
spi: dw: explicitly free IRQ handler in dw_spi_remove_host()
Andy Shevchenko
1
-2
/
+4
2015-10-19
spi: dw: introduce spi_shutdown_chip()
Andy Shevchenko
1
-7
/
+6
2015-10-19
spi: dw: eliminate unused threshold variables
Andy Shevchenko
1
-5
/
+0
2015-10-19
spi: dw: eliminate speed variable in ->transfer_one()
Andy Shevchenko
1
-8
/
+4
2015-10-19
spi: dw: remove bits_per_word member of struct chip_data
Andy Shevchenko
1
-14
/
+2
2015-10-19
spi: dw: remove unneeded cr0 member of struct chip_data
Andy Shevchenko
1
-12
/
+2
2015-10-19
spi: dw: use plain struct device * at earlier ->probe()
Andy Shevchenko
1
-1
/
+1
2015-09-17
spi: dw: Remove test for non-zero spi->max_speed_hz
Jarkko Nikula
1
-5
/
+0
2015-09-17
spi: dw: Remove needless if statements
Jarkko Nikula
1
-23
/
+18
2015-08-21
spi: dw: Allow interface drivers to limit data I/O to word sizes
Michael van der Westhuizen
1
-2
/
+2
2015-03-25
spi: dw: fix crash on setup stage
Andy Shevchenko
1
-1
/
+1
2015-03-17
spi: dw-spi: Convert 16bit accesses to 32bit accesses
Thor Thayer
1
-12
/
+12
2015-03-09
spi: dw-spi: Single Register read to clear IRQs
Thor Thayer
1
-3
/
+1
2015-03-09
spi: dw-mid: move to use core SPI DMA mappings
Andy Shevchenko
1
-33
/
+7
2015-03-09
spi: dw-mid: clear ongoing DMA transfers on timeout
Andy Shevchenko
1
-0
/
+3
2015-03-09
spi: dw-mid: split dma_setup() from dma_transfer()
Andy Shevchenko
1
-10
/
+13
2015-03-09
spi: dw-mid: convert value of dma_width to enum dma_slave_buswidth
Andy Shevchenko
1
-4
/
+8
2015-03-09
Merge branch 'fix/dw' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Mark Brown
1
-2
/
+2
2015-03-06
spi: dw: move to SPI core message handling
Andy Shevchenko
1
-136
/
+47
2015-03-06
spi: dw: program registers as soon as possible
Andy Shevchenko
1
-23
/
+15
2015-03-06
spi: dw: make sure SPI controller is enabled
Andy Shevchenko
1
-5
/
+2
2015-02-26
spi: dw: revisit FIFO size detection again
Andy Shevchenko
1
-2
/
+2
2015-02-24
spi: dw: always reprogram CTRL0
Andy Shevchenko
1
-2
/
+1
2015-02-24
spi: dw: refactor code that handles clk_div
Andy Shevchenko
1
-4
/
+3
2015-02-24
spi: dw: get TX level without an additional variable
Andy Shevchenko
1
-7
/
+4
[next]