| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.marvell.com/orion into devel | Russell King | 2008-12-13 | 5 | -25/+38 |
|\ |
|
| * | spi: fix spi_s3c24xx_gpio num_chipselect | Ben Dooks | 2008-12-01 | 1 | -0/+1 |
| * | spi: fix spi_s3c24xx_gpio device handle lookup | Ben Dooks | 2008-12-01 | 1 | -1/+1 |
| * | spi: au1550_spi full duplex dma fix | Jan Nikitenko | 2008-12-01 | 1 | -10/+16 |
| * | spi: fix spi_imx probe oopsing | Julien Boibessot | 2008-12-01 | 1 | -12/+13 |
| * | spi: mpc52xx_psc_spi chipselect bugfix | Stefano Babic | 2008-12-01 | 1 | -1/+4 |
| * | spi: avoid spidev crash when device is removed | Wolfgang Ocker | 2008-12-01 | 1 | -1/+3 |
* | | Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into devel | Russell King | 2008-11-29 | 1 | -1/+1 |
|\ \ |
|
| * | | [ARM] S3C: Move plat/regs-spi.h to arch/arm/plat-s3c/include/plat. | Ben Dooks | 2008-10-30 | 1 | -1/+1 |
* | | | [ARM] Hide ISA DMA API when ISA_DMA_API is unset | Russell King | 2008-11-29 | 1 | -1/+1 |
| |/
|/| |
|
* | | spi_imx: full duplex dma corruption bugfix | Andrea Paterniani | 2008-11-19 | 1 | -23/+22 |
* | | pxa2xx_spi: bugfix full duplex dma data corruption | Ned Forrester | 2008-11-19 | 1 | -12/+12 |
* | | atmel_spi: work-around required for new HW bug in AT91SAM9263 Rev.B SPI contr... | Jean-Christophe Lallemand | 2008-11-12 | 1 | -0/+3 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2008-10-16 | 1 | -4/+3 |
|\ |
|
| * | device create: misc: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 1 | -4/+3 |
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-10-16 | 2 | -6/+35 |
|\ \ |
|
| * \ | Merge branch 's3c-move' into devel | Russell King | 2008-10-14 | 2 | -3/+3 |
| |\ \ |
|
| * \ \ | Merge branch 'omap-all' into devel | Russell King | 2008-10-14 | 2 | -6/+35 |
| |\ \ \ |
|
| | * | | | [ARM] omap: convert OMAP drivers to use ioremap() | Russell King | 2008-09-05 | 2 | -5/+30 |
| | * | | | [ARM] omap: remove an io_v2p() usage | Russell King | 2008-09-05 | 1 | -1/+5 |
* | | | | | spi: core and gpio expanders use subsys_init | David Brownell | 2008-10-16 | 1 | -1/+1 |
* | | | | | orion_spi: handle 88F6183 erratum | Lennert Buytenhek | 2008-10-16 | 1 | -0/+5 |
* | | | | | pxa2xx_spi: fix chip_info defaults and documentation. | Vernon Sauder | 2008-10-16 | 1 | -19/+27 |
* | | | | | pxa2xx_spi: minor cleanup | Guennadi Liakhovetski | 2008-10-16 | 1 | -4/+4 |
* | | | | | spi_s3c24xx: pin configuration updates | Ben Dooks | 2008-10-16 | 1 | -0/+6 |
* | | | | | spi: simplify spi_write_then_read() | Vernon Sauder | 2008-10-16 | 1 | -14/+8 |
* | | | | | mpc52xx_psc_spi: remove code associated with !CONFIG_PPC_MERGE | Kumar Gala | 2008-10-16 | 1 | -55/+0 |
| |_|_|/
|/| | | |
|
* | | | | Merge commit 'origin' | Benjamin Herrenschmidt | 2008-10-15 | 4 | -39/+111 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | orion_spi: fix handling of default transfer speed | Lennert Buytenhek | 2008-10-03 | 1 | -1/+1 |
| * | | | pxa2xx_spi: fix build breakage | Mike Rapoport | 2008-10-01 | 1 | -2/+2 |
| |/ / |
|
| * | | spi_s3c24xx: fix section warning | Ben Dooks | 2008-09-13 | 1 | -3/+3 |
| * | | pxa2xx_spi: dma bugfixes | Ned Forrester | 2008-09-13 | 1 | -14/+43 |
| * | | pxa2xx_spi: chipselect bugfixes | Ned Forrester | 2008-09-13 | 1 | -11/+48 |
| * | | spi_mpc83xx: reject invalid transfer sizes | Peter Korsgaard | 2008-09-13 | 1 | -2/+11 |
| * | | spi_mpc83xx: fix clockrate calculation for low speed | Peter Korsgaard | 2008-09-13 | 1 | -8/+5 |
| |/ |
|
* / | powerpc/mpc5200: fix build warnings on mpc52xx_psc_spi driver | Grant Likely | 2008-10-08 | 1 | -3/+3 |
|/ |
|
* | spi: bugfix spi_add_device() with duplicate chipselects | David Brownell | 2008-08-15 | 1 | -11/+29 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 7 | -22/+22 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes | Russell King | 2008-08-07 | 7 | -74/+711 |
|\ |
|
| * | spi: new orion_spi driver | Shadi Ammouri | 2008-08-05 | 3 | -0/+581 |
| * | atmel_spi: fix hang due to missed interrupt | Gerard Kam | 2008-08-04 | 1 | -5/+12 |
| * | spi: S3C24XX: reset register status on resume. | Ben Dooks | 2008-08-04 | 1 | -10/+15 |
| * | spi_s3c24xx: really assign busnum | Ben Dooks | 2008-07-28 | 1 | -0/+1 |
| * | mpc52xx_psc_spi: fix block transfer | Luotao Fu | 2008-07-28 | 1 | -15/+7 |
| * | Merge commit 'gcl/gcl-next' | Benjamin Herrenschmidt | 2008-07-28 | 1 | -44/+95 |
| |\ |
|
| | * | spi: split up spi_new_device() to allow two stage registration. | Grant Likely | 2008-07-25 | 1 | -44/+95 |
* | | | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 2008-08-07 | 5 | -5/+3 |
|/ / |
|
* / | 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 |