aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-13Merge git://git.marvell.com/orion into develRussell King5-25/+38
2008-12-01spi: fix spi_s3c24xx_gpio num_chipselectBen Dooks1-0/+1
2008-12-01spi: fix spi_s3c24xx_gpio device handle lookupBen Dooks1-1/+1
2008-12-01spi: au1550_spi full duplex dma fixJan Nikitenko1-10/+16
2008-12-01spi: fix spi_imx probe oopsingJulien Boibessot1-12/+13
2008-12-01spi: mpc52xx_psc_spi chipselect bugfixStefano Babic1-1/+4
2008-12-01spi: avoid spidev crash when device is removedWolfgang Ocker1-1/+3
2008-11-29Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King1-1/+1
2008-11-29[ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King1-1/+1
2008-11-19spi_imx: full duplex dma corruption bugfixAndrea Paterniani1-23/+22
2008-11-19pxa2xx_spi: bugfix full duplex dma data corruptionNed Forrester1-12/+12
2008-11-12atmel_spi: work-around required for new HW bug in AT91SAM9263 Rev.B SPI controllerJean-Christophe Lallemand1-0/+3
2008-10-30[ARM] S3C: Move plat/regs-spi.h to arch/arm/plat-s3c/include/plat.Ben Dooks1-1/+1
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-4/+3
2008-10-16Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-6/+35
2008-10-16spi: core and gpio expanders use subsys_initDavid Brownell1-1/+1
2008-10-16orion_spi: handle 88F6183 erratumLennert Buytenhek1-0/+5
2008-10-16pxa2xx_spi: fix chip_info defaults and documentation.Vernon Sauder1-19/+27
2008-10-16pxa2xx_spi: minor cleanupGuennadi Liakhovetski1-4/+4
2008-10-16spi_s3c24xx: pin configuration updatesBen Dooks1-0/+6
2008-10-16spi: simplify spi_write_then_read()Vernon Sauder1-14/+8
2008-10-16mpc52xx_psc_spi: remove code associated with !CONFIG_PPC_MERGEKumar Gala1-55/+0
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman1-4/+3
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt4-39/+111
2008-10-14Merge branch 's3c-move' into develRussell King2-3/+3
2008-10-14Merge branch 'omap-all' into develRussell King2-6/+35
2008-10-08powerpc/mpc5200: fix build warnings on mpc52xx_psc_spi driverGrant Likely1-3/+3
2008-10-03orion_spi: fix handling of default transfer speedLennert Buytenhek1-1/+1
2008-10-01pxa2xx_spi: fix build breakageMike Rapoport1-2/+2
2008-09-13spi_s3c24xx: fix section warningBen Dooks1-3/+3
2008-09-13pxa2xx_spi: dma bugfixesNed Forrester1-14/+43
2008-09-13pxa2xx_spi: chipselect bugfixesNed Forrester1-11/+48
2008-09-13spi_mpc83xx: reject invalid transfer sizesPeter Korsgaard1-2/+11
2008-09-13spi_mpc83xx: fix clockrate calculation for low speedPeter Korsgaard1-8/+5
2008-09-05[ARM] omap: convert OMAP drivers to use ioremap()Russell King2-5/+30
2008-09-05[ARM] omap: remove an io_v2p() usageRussell King1-1/+5
2008-08-15spi: bugfix spi_add_device() with duplicate chipselectsDavid Brownell1-11/+29
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King7-22/+22
2008-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King7-74/+711
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King5-5/+3
2008-08-05spi: new orion_spi driverShadi Ammouri3-0/+581
2008-08-04atmel_spi: fix hang due to missed interruptGerard Kam1-5/+12
2008-08-04spi: S3C24XX: reset register status on resume.Ben Dooks1-10/+15
2008-07-28spi_s3c24xx: really assign busnumBen Dooks1-0/+1
2008-07-28mpc52xx_psc_spi: fix block transferLuotao Fu1-15/+7
2008-07-28Merge commit 'gcl/gcl-next'Benjamin Herrenschmidt1-44/+95
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori5-12/+12
2008-07-25spi: split up spi_new_device() to allow two stage registration.Grant Likely1-44/+95
2008-07-24spi: au1550_spi: improve pio transfer modeJan Nikitenko1-20/+49
2008-07-24spi: au1550_spi: proper platform deviceManuel Lauss1-64/+74