aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-05IMX: introduce clock APISascha Hauer1-10/+28
2008-07-04spi: fix the read path in spidevSebastian Siewior1-6/+4
2008-07-03[ARM] 5122/1: imx_dma_request_by_prio simpilficationPaulius Zaleckas1-8/+8
2008-06-20spidev: BKL pushdownJonathan Corbet1-0/+3
2008-06-06spi: fix refcount-related spidev oops-on-rmmodDavid Brownell1-30/+34
2008-05-24spi: remove some spidev oops-on-rmmod pathsDavid Brownell1-13/+89
2008-05-14mpc5200_psc_spi: typo fix in header blockGrant Likely1-1/+1
2008-05-13spi_mpc83xx: much improved driverJoakim Tjernlund2-130/+282
2008-05-13spi: pxa2xx_spi clock resume bugfixEric BENARD1-1/+1
2008-05-01spi_s3c24xx signedness fixMatthew Wilcox1-3/+3
2008-05-01spi_bfin5xx: use PIO for full duplex, not DMAVitja Makarov1-2/+5
2008-04-30atmel_spi: clean up baud rate divisor calculationHaavard Skinnemoen1-9/+20
2008-04-28spi: spi_imx updatesAndrea Paterniani1-109/+114
2008-04-28atmel_spi: support zero length transferAtsushi Nemoto1-1/+1
2008-04-28spi: replace remaining __FUNCTION__ occurrencesHarvey Harrison5-9/+9
2008-04-28spi: pxa2xx_spi "sparse" fixesDavid Brownell1-24/+28
2008-04-28spi: use menuconfig for CONFIG_SPIAlessandro Guido1-7/+6
2008-04-15spi: spi_s3c24xx must initialize num_chipselectBen Dooks1-0/+4
2008-04-15spi: spi_s3c24xx must initialize bus_numBen Dooks1-6/+7
2008-04-15spi: spi_s3c24xx driver must init completionBen Dooks1-0/+3
2008-04-11spi: fix platform driver hotplug/coldplugKay Sievers14-7/+31
2008-04-08spi: spi_bfin5xx: remove unused labelMichael Hennerich1-1/+0
2008-04-08spi: spi_bfin5xx: fix probe() sequencingVitja Makarov1-6/+6
2008-04-08spi: spi_bfin5xx build fixMike Frysinger1-2/+2
2008-03-13spi_bitbang: short transfer status fixJan Nikitenko1-3/+5
2008-03-13au1550_spi: fix prototype of irq handlerJan Nikitenko1-2/+2
2008-03-04powerpc: mpc5200: fix build error on mpc52xx_psc_spi device driverGrant Likely1-3/+8
2008-02-23spi: pxa2xx_spi clock polarity fixNed Forrester1-14/+27
2008-02-23atmel_spi: fix clock polarityAtsushi Nemoto1-0/+10
2008-02-06spi: remove more dev->power.power_state usageDavid Brownell2-28/+0
2008-02-06spi_bfin: headers are not for changelogsMike Frysinger1-29/+3
2008-02-06spi_bfin: wait for tx to complete on write pathsSonic Zhang1-12/+10
2008-02-06spi_bfin: wait for tx to complete on full duplex pathsBryan Wu1-15/+3
2008-02-06spi_bfin: wait for tx to complete on some cs_chg pathsBryan Wu1-28/+12
2008-02-06spi_bfin: use more useful GPIO labelsBryan Wu1-1/+1
2008-02-06spi_bfin: remove useless fault pathBryan Wu1-13/+2
2008-02-06spi: omap2_mcspi handles omap3 tooGirish2-4/+39
2008-02-06spi: SuperH SPI using SCIMagnus Damm3-0/+213
2008-02-06spi: s3c drivers shouldn't care about spi_board_infoDavid Brownell2-24/+0
2008-02-06atmel_spi: fix dmachain oops with DEBUG enabledHaavard Skinnemoen1-8/+12
2008-02-06atmel_spi: chain DMA transfersSilvester Erdeg1-45/+101
2008-02-06atmel_spi throughput improvementHaavard Skinnemoen1-3/+8