| Commit message (Expand) | Author | Age | Files | Lines |
* | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori | 2008-07-26 | 5 | -12/+12 |
* | spi: au1550_spi: improve pio transfer mode | Jan Nikitenko | 2008-07-24 | 1 | -20/+49 |
* | spi: au1550_spi: proper platform device | Manuel Lauss | 2008-07-24 | 1 | -64/+74 |
* | spidev: BKL removal | Alan Cox | 2008-07-24 | 1 | -6/+13 |
* | spi: make spi_board_info.modalias a char array | Grant Likely | 2008-07-24 | 1 | -1/+3 |
* | SPI Kconfig simplifications | Robert P. J. Day | 2008-07-24 | 1 | -22/+23 |
* | xilinx_spi: test below 0 on unsigned irq in xilinx_spi_probe() | Roel Kluin | 2008-07-24 | 1 | -2/+3 |
* | spi: spi_mpc83xx clockrate fixes | Chen Gong | 2008-07-24 | 1 | -13/+16 |
* | Driver Core: add ability for class_find_device to start in middle of list | Greg Kroah-Hartman | 2008-07-21 | 1 | -1/+1 |
* | device create: spi: convert device_create to device_create_drvdata | David Brownell | 2008-07-21 | 1 | -2/+2 |
* | Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build | Benjamin Herrenschmidt | 2008-07-15 | 2 | -18/+39 |
|\ |
|
| * | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-07-14 | 1 | -18/+36 |
| |\ |
|
| | * | Merge branch 'imx' into devel | Russell King | 2008-07-10 | 1 | -10/+28 |
| | |\ |
|
| | | * | IMX: introduce clock API | Sascha Hauer | 2008-07-05 | 1 | -10/+28 |
| | * | | [ARM] 5122/1: imx_dma_request_by_prio simpilfication | Paulius Zaleckas | 2008-07-03 | 1 | -8/+8 |
| | |/ |
|
| * | | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 1 | -49/+127 |
| |\ \ |
|
| * | | | spidev: BKL pushdown | Jonathan Corbet | 2008-06-20 | 1 | -0/+3 |
* | | | | Merge commit 'gcl/gcl-next' | Benjamin Herrenschmidt | 2008-07-15 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | powerpc/mpc52xx_psc_spi: use linux/of_platform.h instead of asm | Stephen Rothwell | 2008-07-12 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | spi: fix the read path in spidev | Sebastian Siewior | 2008-07-04 | 1 | -6/+4 |
|/ / |
|
* | | spi: fix refcount-related spidev oops-on-rmmod | David Brownell | 2008-06-06 | 1 | -30/+34 |
* | | spi: remove some spidev oops-on-rmmod paths | David Brownell | 2008-05-24 | 1 | -13/+89 |
|/ |
|
* | mpc5200_psc_spi: typo fix in header block | Grant Likely | 2008-05-14 | 1 | -1/+1 |
* | spi_mpc83xx: much improved driver | Joakim Tjernlund | 2008-05-13 | 2 | -130/+282 |
* | spi: pxa2xx_spi clock resume bugfix | Eric BENARD | 2008-05-13 | 1 | -1/+1 |
* | spi_s3c24xx signedness fix | Matthew Wilcox | 2008-05-01 | 1 | -3/+3 |
* | spi_bfin5xx: use PIO for full duplex, not DMA | Vitja Makarov | 2008-05-01 | 1 | -2/+5 |
* | atmel_spi: clean up baud rate divisor calculation | Haavard Skinnemoen | 2008-04-30 | 1 | -9/+20 |
* | spi: spi_imx updates | Andrea Paterniani | 2008-04-28 | 1 | -109/+114 |
* | atmel_spi: support zero length transfer | Atsushi Nemoto | 2008-04-28 | 1 | -1/+1 |
* | spi: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-28 | 5 | -9/+9 |
* | spi: pxa2xx_spi "sparse" fixes | David Brownell | 2008-04-28 | 1 | -24/+28 |
* | spi: use menuconfig for CONFIG_SPI | Alessandro Guido | 2008-04-28 | 1 | -7/+6 |
* | spi: spi_s3c24xx must initialize num_chipselect | Ben Dooks | 2008-04-15 | 1 | -0/+4 |
* | spi: spi_s3c24xx must initialize bus_num | Ben Dooks | 2008-04-15 | 1 | -6/+7 |
* | spi: spi_s3c24xx driver must init completion | Ben Dooks | 2008-04-15 | 1 | -0/+3 |
* | spi: fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-11 | 14 | -7/+31 |
* | spi: spi_bfin5xx: remove unused label | Michael Hennerich | 2008-04-08 | 1 | -1/+0 |
* | spi: spi_bfin5xx: fix probe() sequencing | Vitja Makarov | 2008-04-08 | 1 | -6/+6 |
* | spi: spi_bfin5xx build fix | Mike Frysinger | 2008-04-08 | 1 | -2/+2 |
* | spi_bitbang: short transfer status fix | Jan Nikitenko | 2008-03-13 | 1 | -3/+5 |
* | au1550_spi: fix prototype of irq handler | Jan Nikitenko | 2008-03-13 | 1 | -2/+2 |
* | powerpc: mpc5200: fix build error on mpc52xx_psc_spi device driver | Grant Likely | 2008-03-04 | 1 | -3/+8 |
* | spi: pxa2xx_spi clock polarity fix | Ned Forrester | 2008-02-23 | 1 | -14/+27 |
* | atmel_spi: fix clock polarity | Atsushi Nemoto | 2008-02-23 | 1 | -0/+10 |
* | spi: remove more dev->power.power_state usage | David Brownell | 2008-02-06 | 2 | -28/+0 |
* | spi_bfin: headers are not for changelogs | Mike Frysinger | 2008-02-06 | 1 | -29/+3 |
* | spi_bfin: wait for tx to complete on write paths | Sonic Zhang | 2008-02-06 | 1 | -12/+10 |
* | spi_bfin: wait for tx to complete on full duplex paths | Bryan Wu | 2008-02-06 | 1 | -15/+3 |
* | spi_bfin: wait for tx to complete on some cs_chg paths | Bryan Wu | 2008-02-06 | 1 | -28/+12 |