summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2009-08-17ENGR00114803 eCSPI Hang when acessing from multi modulesKatherine Lu
2009-06-03ENGR00112870 SPI: workaround for chipselect pin may not keep correct levelKatherine Lu
2009-06-03ENGR00108078 SPI: fail when spi IRQ number is zeroKatherine Lu
2009-05-14spi: spi_write_then_read() bugfixesDavid Brownell
2009-05-05ENGR00112199 Import EA 3780 release 4Rob Herring
2009-03-03ENGR00105246 SPI: loopback support and add SCLK ctl inactive state configureKatherine Lu
2009-02-17ENGR00107731-2: Port imx 3.3.0 release to 2.6.28Rob Herring
2008-12-01spi: fix spi_s3c24xx_gpio num_chipselectBen Dooks
2008-12-01spi: fix spi_s3c24xx_gpio device handle lookupBen Dooks
2008-12-01spi: au1550_spi full duplex dma fixJan Nikitenko
2008-12-01spi: fix spi_imx probe oopsingJulien Boibessot
2008-12-01spi: mpc52xx_psc_spi chipselect bugfixStefano Babic
2008-12-01spi: avoid spidev crash when device is removedWolfgang Ocker
2008-11-19spi_imx: full duplex dma corruption bugfixAndrea Paterniani
2008-11-19pxa2xx_spi: bugfix full duplex dma data corruptionNed Forrester
2008-11-12atmel_spi: work-around required for new HW bug in AT91SAM9263 Rev.B SPI contr...Jean-Christophe Lallemand
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-10-16Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2008-10-16spi: core and gpio expanders use subsys_initDavid Brownell
2008-10-16orion_spi: handle 88F6183 erratumLennert Buytenhek
2008-10-16pxa2xx_spi: fix chip_info defaults and documentation.Vernon Sauder
2008-10-16pxa2xx_spi: minor cleanupGuennadi Liakhovetski
2008-10-16spi_s3c24xx: pin configuration updatesBen Dooks
2008-10-16spi: simplify spi_write_then_read()Vernon Sauder
2008-10-16mpc52xx_psc_spi: remove code associated with !CONFIG_PPC_MERGEKumar Gala
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt
2008-10-14Merge branch 's3c-move' into develRussell King
2008-10-14Merge branch 'omap-all' into develRussell King
2008-10-08powerpc/mpc5200: fix build warnings on mpc52xx_psc_spi driverGrant Likely
2008-10-03orion_spi: fix handling of default transfer speedLennert Buytenhek
2008-10-01pxa2xx_spi: fix build breakageMike Rapoport
2008-09-13spi_s3c24xx: fix section warningBen Dooks
2008-09-13pxa2xx_spi: dma bugfixesNed Forrester
2008-09-13pxa2xx_spi: chipselect bugfixesNed Forrester
2008-09-13spi_mpc83xx: reject invalid transfer sizesPeter Korsgaard
2008-09-13spi_mpc83xx: fix clockrate calculation for low speedPeter Korsgaard
2008-09-05[ARM] omap: convert OMAP drivers to use ioremap()Russell King
2008-09-05[ARM] omap: remove an io_v2p() usageRussell King
2008-08-15spi: bugfix spi_add_device() with duplicate chipselectsDavid Brownell
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King
2008-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King
2008-08-05spi: new orion_spi driverShadi Ammouri
2008-08-04atmel_spi: fix hang due to missed interruptGerard Kam
2008-08-04spi: S3C24XX: reset register status on resume.Ben Dooks
2008-07-28spi_s3c24xx: really assign busnumBen Dooks
2008-07-28mpc52xx_psc_spi: fix block transferLuotao Fu
2008-07-28Merge commit 'gcl/gcl-next'Benjamin Herrenschmidt
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori