index
:
amd/drm-amd
amdgpu-upstream-wip
amdgpu-upstream-wip2
amdgpu-upstream-wip3
amdgpu-upstream-wip4
amdgpu-upstream-wip5
amdgpu-upstream-wip6
amdgpu-upstream-wip7
kfd-eviction-wip
master
Kernel display support for AMD GPUs
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
spi
/
spi.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-03
spi: fix a typo in comment.
Marcin Bis
1
-1
/
+1
2015-02-08
Merge remote-tracking branches 'spi/topic/img-spfi', 'spi/topic/imx', 'spi/to...
Mark Brown
1
-0
/
+2
2014-12-22
spi: Remove FSF mailing addresses
Jarkko Nikula
1
-4
/
+0
2014-12-11
spi: Pump transfers inside calling context for spi_sync()
Mark Brown
1
-0
/
+2
2014-11-24
spi: core: Add spi_transfer_is_last() helper
Beniamino Galvani
1
-0
/
+6
2014-08-13
spi: Add missing kerneldoc bits
Thierry Reding
1
-0
/
+7
2014-04-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-4
/
+4
2014-03-30
Merge remote-tracking branch 'spi/topic/dma' into spi-next
Mark Brown
1
-0
/
+31
2014-02-20
Merge branch 'master' into for-next
Jiri Kosina
1
-10
/
+15
2014-02-19
treewide: Fix typo in Documentation/DocBook
Masanari Iida
1
-4
/
+4
2014-02-04
spi: Make core DMA mapping functions generate scatterlists
Mark Brown
1
-0
/
+7
2014-02-04
spi: Provide core support for full duplex devices
Mark Brown
1
-0
/
+6
2014-02-03
spi: Provide core support for DMA mapping transfers
Mark Brown
1
-0
/
+18
2014-01-27
spi: correct the transfer_one_message documentation wording
Baruch Siach
1
-1
/
+1
2014-01-27
spi: spi.h: clarify the documentation of transfer_one
Baruch Siach
1
-1
/
+4
2014-01-23
Merge remote-tracking branch 'spi/topic/core' into spi-linus
Mark Brown
1
-4
/
+4
2014-01-21
spi: Correct set_cs() documentation
Geert Uytterhoeven
1
-1
/
+1
2014-01-21
spi: Clarify transfer_one() w.r.t. spi_finalize_current_transfer()
Geert Uytterhoeven
1
-4
/
+6
2014-01-13
spi: Kill superfluous cast in spi_w8r16()
Geert Uytterhoeven
1
-1
/
+1
2014-01-13
spi: Use bitfields for multiple data lines
Mark Brown
1
-2
/
+2
2013-12-16
spi: Order fields in spi_device for better packing
Trent Piepho
1
-1
/
+1
2013-10-25
Merge remote-tracking branch 'spi/topic/wr' into spi-next
Mark Brown
1
-0
/
+27
2013-10-11
Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-loop
Mark Brown
1
-0
/
+2
2013-10-11
spi: Provide common spi_message processing loop
Mark Brown
1
-2
/
+19
2013-10-11
spi: Provide per-message prepare and unprepare operations
Mark Brown
1
-0
/
+11
2013-10-03
spi: Add a spi_w8r16be() helper
Lars-Peter Clausen
1
-0
/
+27
2013-09-17
spi: core: Add devm_spi_register_master()
Mark Brown
1
-0
/
+2
2013-09-01
Merge remote-tracking branch 'spi/topic/qspi' into spi-next
Mark Brown
1
-2
/
+25
2013-09-01
Merge remote-tracking branch 'spi/topic/msglen' into spi-next
Mark Brown
1
-0
/
+1
2013-09-01
Merge remote-tracking branch 'spi/topic/checks' into spi-next
Mark Brown
1
-0
/
+6
2013-08-23
Merge remote-tracking branch 'spi/topic/quad' into spi-qspi
Mark Brown
1
-2
/
+26
2013-08-22
spi: DUAL and QUAD support
wangyuhang
1
-2
/
+20
2013-08-02
spi: fix SPI_BIT_MASK so it always fits into 32-bits
Stephen Warren
1
-1
/
+1
2013-07-29
spi: Provide core support for runtime PM during transfers
Mark Brown
1
-0
/
+5
2013-07-18
driver: spi: Modify core to compute the message length
Sourav Poddar
1
-0
/
+1
2013-07-15
spi: Support transfer speed checking in the core
Mark Brown
1
-0
/
+6
2013-06-01
spi: fix incorrect handling of min param in SPI_BPW_RANGE_MASK
Stephen Warren
1
-1
/
+1
2013-06-01
spi: fix undefined behaviour in SPI_BPW_RANGE_MASK
Stephen Warren
1
-1
/
+2
2013-05-22
spi: introduce macros to set bits_per_word_mask
Stephen Warren
1
-0
/
+2
2013-05-13
Merge remote-tracking branch 'spi/fix/grant' into spi-linus
Mark Brown
1
-2
/
+2
2013-04-07
spi: Initialize cs_gpio and cs_gpios with -ENOENT
Andreas Larsson
1
-2
/
+2
2013-04-01
spi: add ability to validate xfer->bits_per_word in SPI core
Stephen Warren
1
-0
/
+8
2013-02-21
Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+44
2013-02-11
spi: Document cs_gpios and cs_gpio in kernel-doc
Andreas Larsson
1
-0
/
+5
2013-02-09
spi: Add helper functions for setting up transfers
Lars-Peter Clausen
1
-0
/
+44
2012-11-21
of_spi: add generic binding support to specify cs gpio
Jean-Christophe PLAGNIOL-VILLARD
1
-0
/
+3
2012-04-27
spi: fix spi.h kernel-doc warning
Randy Dunlap
1
-1
/
+1
2012-03-09
spi: Trivial warning fix
Shubhrajyoti D
1
-1
/
+1
2012-03-07
spi: create a message queueing infrastructure
Linus Walleij
1
-0
/
+51
2011-11-17
SPI: Add helper macro for spi_driver boilerplate
Lars-Peter Clausen
1
-0
/
+11
[next]