aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-24spidev: BKL removalAlan Cox1-6/+13
2008-07-24spi: make spi_board_info.modalias a char arrayGrant Likely1-1/+3
2008-07-24SPI Kconfig simplificationsRobert P. J. Day1-22/+23
2008-07-24xilinx_spi: test below 0 on unsigned irq in xilinx_spi_probe()Roel Kluin1-2/+3
2008-07-24spi: spi_mpc83xx clockrate fixesChen Gong1-13/+16
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman1-1/+1
2008-07-21device create: spi: convert device_create to device_create_drvdataDavid Brownell1-2/+2
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt2-18/+39
2008-07-15Merge commit 'gcl/gcl-next'Benjamin Herrenschmidt1-1/+1
2008-07-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-18/+36
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-49/+127
2008-07-12powerpc/mpc52xx_psc_spi: use linux/of_platform.h instead of asmStephen Rothwell1-1/+1
2008-07-10Merge branch 'imx' into develRussell King1-10/+28