| Commit message (Expand) | Author | Age |
* | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2009-12-17 |
|\ |
|
| * | spidev: add proper section markers | Mike Frysinger | 2009-12-17 |
| * | spidev: use DECLARE_BITMAP instead of declaring the array | Thadeu Lima de Souza Cascardo | 2009-12-17 |
* | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2009-12-14 |
|\| |
|
| * | spi: fix spidev compilation failure when VERBOSE is defined | Florian Fainelli | 2009-12-08 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 |
|\ \ |
|
| * | | spidev: fix double "of of" in comment | Thadeu Lima de Souza Cascardo | 2009-12-04 |
| |/ |
|
* / | spi: Remove BKL from spidev_open | Thomas Gleixner | 2009-10-14 |
|/ |
|
* | const: constify remaining file_operations | Alexey Dobriyan | 2009-10-01 |
* | spi: prefix modalias with "spi:" | Anton Vorontsov | 2009-09-23 |
* | spi: new spi->mode bits | David Brownell | 2009-06-30 |
* | spi: avoid spidev crash when device is removed | Wolfgang Ocker | 2008-12-01 |
* | device create: misc: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 |
* | spidev: BKL removal | Alan Cox | 2008-07-24 |
* | device create: spi: convert device_create to device_create_drvdata | David Brownell | 2008-07-22 |
* | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 |
|\ |
|
| * | spi: fix the read path in spidev | Sebastian Siewior | 2008-07-04 |
| * | spi: fix refcount-related spidev oops-on-rmmod | David Brownell | 2008-06-06 |
| * | spi: remove some spidev oops-on-rmmod paths | David Brownell | 2008-05-24 |
* | | spidev: BKL pushdown | Jonathan Corbet | 2008-06-20 |
|/ |
|
* | fix abuses of ptrdiff_t | Al Viro | 2007-10-29 |
* | spidev warning fix | David Brownell | 2007-08-11 |
* | spidev supports more communications modes | Anton Vorontsov | 2007-07-31 |
* | spidev compiler warning gone | David Brownell | 2007-07-17 |
* | spi: potential memleak in spidev_ioctl | Florin Malita | 2007-05-23 |
* | spi/spidev: check message size before copying | Domen Puncer | 2007-05-23 |
* | spi: fix spidev for >sizeof(long)/32 devices | Domen Puncer | 2007-05-17 |
* | /dev/spidevB.C interface | Andrea Paterniani | 2007-05-08 |