index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-18
spi/bfin_spi: use the SPI namespaced bit names
Mike Frysinger
1
-10
/
+11
2010-10-18
spi/bfin_spi: drop extra memory we don't need
Mike Frysinger
1
-2
/
+2
2010-10-18
spi/bfin_spi: convert struct names to something more logical
Mike Frysinger
1
-50
/
+50
2010-10-18
spi/bfin_spi: convert read/write/duplex funcs to a dedicated ops structure
Mike Frysinger
1
-26
/
+32
2010-10-18
spi/bfin_spi: convert queue run state to true/false
Mike Frysinger
1
-10
/
+8
2010-10-18
spi/bfin_spi: fix up some unused/misleading comments
Mike Frysinger
1
-6
/
+2
2010-10-18
spi/bfin_spi: punt useless null read/write funcs
Mike Frysinger
1
-42
/
+5
2010-10-18
spi/bfin_spi: drop custom cs_change_per_word support
Mike Frysinger
1
-136
/
+12
2010-10-18
spi/bfin_spi: fix CS handling
Barry Song
1
-6
/
+27
2010-10-18
spi/bfin_spi: utilize the SPI interrupt in PIO mode
Yi Li
1
-48
/
+183
2010-10-18
spi/bfin_spi: force sane master-mode state at boot
Wolfgang Muees
1
-0
/
+6
2010-10-18
spi/bfin_spi: work around anomaly 05000119
Sonic Zhang
1
-4
/
+0
2010-10-18
spi/bfin_spi: fix resources leakage
Daniel Mack
1
-45
/
+75
2010-10-02
of/spi: Fix OF-style driver binding of spi devices
Sinan Akman
1
-0
/
+5
2010-10-02
spi: spi-gpio.c tests SPI_MASTER_NO_RX bit twice, but not SPI_MASTER_NO_TX
Roel Kluin
1
-1
/
+1
2010-09-16
spi/mpc8xxx: fix buffer overrun on large transfers
christophe leroy
1
-2
/
+8
2010-09-08
spi/pl022: move probe call to subsys_initcall()
Linus Walleij
1
-1
/
+1
2010-09-08
spi/pl022: fix APB pclk power regression on U300
Linus Walleij
1
-6
/
+8
2010-09-08
spi/spi_s3c64xx: Warn if PIO transfers time out
Mark Brown
1
-0
/
+6
2010-09-08
spi/s3c64xx: Fix incorrect reuse of 'val' local variable.
Jassi Brar
1
-2
/
+3
2010-09-08
spi/s3c64xx: Fix compilation warning
Jassi Brar
1
-2
/
+3
2010-09-08
spi/dw_spi: clean the cs_control code
Feng Tang
1
-12
/
+5
2010-09-08
spi/dw_spi: Allow interrupt sharing
Yong Wang
1
-1
/
+6
2010-09-08
spi/spi_s3c64xx: Increase dead reckoning time in wait_for_xfer()
Mark Brown
1
-1
/
+1
2010-09-08
spi/spi_s3c64xx: Move to subsys_initcall()
Mark Brown
1
-1
/
+1
2010-09-01
spi: free children in spi_unregister_master, not siblings
David Lamparter
1
-6
/
+3
2010-09-01
spi/spi_s3c64xx: Staticise non-exported functions
Mark Brown
1
-4
/
+4
2010-09-01
spi/spi_s3c64xx: Make probe more robust against missing board config
Mark Brown
1
-2
/
+7
2010-08-18
m68knommu: include sched.h in ColdFire/SPI driver
Greg Ungerer
1
-0
/
+1
2010-08-14
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
11
-99
/
+325
2010-08-06
of/device: Replace struct of_device with struct platform_device
Grant Likely
6
-14
/
+14
2010-08-01
of/address: Clean up function declarations
Grant Likely
3
-0
/
+3
2010-08-01
spi/amba_pl022: Fix probe and remove hook section annotations.
Kevin Wells
1
-3
/
+3
2010-07-30
of/spi: call of_register_spi_devices() from spi core code
Anatolij Gustschin
8
-17
/
+13
2010-07-25
Merge commit 'v2.6.35-rc6' into spi/test
Grant Likely
1
-22
/
+0
2010-07-11
powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue)
Anton Vorontsov
1
-22
/
+0
2010-07-05
spi/mpc5121: change annotations for probe and remove functions
Anatolij Gustschin
1
-8
/
+8
2010-07-03
spi/bitbang: reinitialize transfer parameters for every message
Brian Niebuhr
1
-6
/
+3
2010-07-03
spi/spi-gpio: add support for controllers without MISO or MOSI pin
Marek Szyprowski
1
-18
/
+83
2010-07-03
spi/bitbang: add support for SPI_MASTER_NO_{TX, RX} modes
Marek Szyprowski
6
-20
/
+24
2010-07-03
SPI100k: Fix 8-bit and RX-only transfers
Cory Maccarrone
1
-11
/
+12
2010-06-28
spi/mmc_spi: SPI bus locking API, using mutex
Ernst Schwab
1
-33
/
+192
2010-06-02
of/spi: mpc512x_psc_spi.c: Fix build failures
Anatolij Gustschin
1
-6
/
+6
2010-06-02
of/spi: Fix build failure on spi_ppc4xx.c
Grant Likely
1
-1
/
+1
2010-05-25
spi/xilinx: Fix compile error
Grant Likely
1
-4
/
+4
2010-05-25
Merge remote branch 'origin' into secretlab/next-spi
Grant Likely
7
-43
/
+46
2010-05-25
spi/davinci: Fix clock prescale factor computation
Thomas Koeller
1
-3
/
+9
2010-05-25
spi: move bitbang txrx utility functions to private header
hartleys
6
-10
/
+98
2010-05-25
spi/mpc5121: Add SPI master driver for MPC5121 PSC
Anatolij Gustschin
3
-0
/
+584
2010-05-25
spi/ep93xx: implemented driver for Cirrus EP93xx SPI controller
Mika Westerberg
3
-0
/
+949
[next]