index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-dw.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-02-24
spi: dw: move piece of code out of condition
Andy Shevchenko
1
-2
/
+3
2015-01-07
spi: dw: print debug message with FIFO size
Andy Shevchenko
1
-4
/
+5
2015-01-07
spi: dw: amend warning message
Andy Shevchenko
1
-1
/
+1
2015-01-05
spi: dw: Fix detecting FIFO depth
Axel Lin
1
-2
/
+2
2014-11-26
Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linus
Mark Brown
1
-5
/
+1
2014-11-07
spi: dw: Fix dynamic speed change.
Thor Thayer
1
-5
/
+1
2014-10-09
spi: dw: Initialize of_node to discover DT node children
Thor Thayer
1
-0
/
+1
2014-10-03
Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/top...
Mark Brown
1
-26
/
+22
2014-10-03
Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi...
Mark Brown
1
-7
/
+9
2014-09-24
spi: dw: fix style of code in few places
Andy Shevchenko
1
-4
/
+3
2014-09-24
spi: dw: introduce support of loopback mode
Andy Shevchenko
1
-1
/
+4
2014-09-17
Merge remote-tracking branches 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl'...
Mark Brown
1
-2
/
+10
2014-09-13
spi: dw: don't use mrst prefix anymore
Andy Shevchenko
1
-17
/
+15
2014-09-13
Merge branch 'topic/checkpatch' of git://git.kernel.org/pub/scm/linux/kernel/...
Mark Brown
1
-7
/
+9
2014-09-13
spi: dw: remove FSF address
Andy Shevchenko
1
-4
/
+0
2014-09-03
spi: dw: Fix checkpatch issue
Jingoo Han
1
-7
/
+9
2014-09-01
spi: dw: Don't use devm_kzalloc in master->setup callback
Axel Lin
1
-2
/
+10
2014-08-27
spi: dw: fix kernel crash due to NULL pointer dereference
Andy Shevchenko
1
-1
/
+1
2014-05-13
spi: dw: Remove unused dw_spi_cleanup function
Axel Lin
1
-6
/
+0
2014-04-24
spi: dw: add support for gpio controlled chip select
Baruch Siach
1
-6
/
+12
2014-04-24
spi: dw: migrate to generic queue infrastructure
Baruch Siach
1
-168
/
+15
2014-03-30
Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topi...
Mark Brown
1
-15
/
+2
2014-03-28
spi: dw: Don't call kfree for memory allocated by devm_kzalloc
Axel Lin
1
-7
/
+0
2014-03-03
spi: dw: Convert to let spi core validate transfer speed
Axel Lin
1
-6
/
+1
2014-02-23
spi: Use list_last_entry at appropriate places
Axel Lin
1
-2
/
+1
2013-12-31
spi: dw: fix memory leak on error path
Baruch Siach
1
-2
/
+3
2013-12-31
spi: dw: use managed resources
Baruch Siach
1
-14
/
+6
2013-12-30
spi: dw: drop unused struct dw_spi field
Baruch Siach
1
-1
/
+0
2013-10-16
spi: Don't break user-visible strings to multiple source lines in drivers
Jarkko Nikula
1
-2
/
+2
2013-05-29
spi: convert drivers to use bits_per_word_mask
Stephen Warren
1
-22
/
+4
2012-12-07
spi: Remove HOTPLUG section attributes
Grant Likely
1
-3
/
+3
2012-04-06
simple_open: automatically convert to simple_open()
Stephen Boyd
1
-7
/
+1
2011-11-01
spi: Add module.h to implicit users in drivers/spi
Paul Gortmaker
1
-0
/
+1
2011-09-21
spi: spi-dw: fix all sparse warnings
H Hartley Sweeten
1
-31
/
+31
2011-07-08
spi/dw: Add spi number into spi irq desc
Liu, ShuoX
1
-1
/
+3
[next]