aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: handle TX-only/RX-onlyDavid Brownell2009-09-231-0/+59
* spi: McSPI support for OMAP4Syed Rafiuddin2009-09-231-4/+6
* spi: McSPI saves CHCONFx tooTero Kristo2009-09-231-0/+16
* spi: McSPI off-mode supportHemanth V2009-09-231-34/+100
* spi: Freescale STMP driverdmitry pervushin2009-09-233-0/+686
* spi_s3c24xx: cache device setup dataBen Dooks2009-09-231-37/+89
* spi_s3c24xx: use dev_pm_opsBen Dooks2009-09-231-9/+13
* spi_s3c24xx: use resource_size() to get resource sizeBen Dooks2009-09-231-2/+2
* spi_s3c24xx: fix header includesBen Dooks2009-09-231-4/+1
* pxa2xx_spi: register earlierAntonio Ospite2009-09-231-1/+1
* spi: prefix modalias with "spi:"Anton Vorontsov2009-09-233-1/+4
* spi: add support for device table matchingAnton Vorontsov2009-09-231-0/+23
* spi: add SPI driver for most known i.MX SoCsSascha Hauer2009-09-233-0/+694
* spi: add default selection of PL022 for ARM reference platformslinus.walleij@stericsson.com2009-09-231-0/+3
* spi: add spi_ppc4xx driverSteven A. Falco2009-09-233-0/+620
* spi: omap2_mcspi use BIT(n)Jouni Hogander2009-09-231-25/+25
* spi: remove i.MX SPI driverSascha Hauer2009-09-233-1778/+0
* trivial: remove unnecessary semicolonsJoe Perches2009-09-212-2/+2
* Merge branch 'master' into develRussell King2009-09-121-10/+13
|\
| * spi_s3c24xx: fix transfer setup codeBen Dooks2009-08-181-0/+6
| * spi_s3c24xx: fix clock rate calculationBen Dooks2009-08-181-10/+7
* | Merge branch 'devel-stable' into develRussell King2009-09-121-3/+29
|\|
| * spi: omap2_mcspi rxdma bugfixEero Nurkkala2009-07-291-1/+20
| * spi: omap2_mcspi supports wake eventsJouni Hogander2009-07-291-2/+9
* | [ARM] remove duplicated #includeHuang Weiyi2009-07-111-2/+0
|/
* spi: bitbang bugfix in message setupDavid Brownell2009-06-301-10/+14
* spi: add spi_master flag wordDavid Brownell2009-06-301-0/+2
* spi: new spi->mode bitsDavid Brownell2009-06-301-6/+11
* spi_mpc8xxx: s/83xx/8xxx/gAnton Vorontsov2009-06-193-202/+202
* spi_mpc83xx: rename spi_83xx.c to spi_8xxx.cAnton Vorontsov2009-06-192-1/+1
* spi_mpc83xx: remove dead codeAnton Vorontsov2009-06-191-17/+0
* spi_mpc83xx: split mpc83xx_spi_work() into two routinesAnton Vorontsov2009-06-191-55/+60
* spi_mpc83xx: fix checkpatch issuesAnton Vorontsov2009-06-191-6/+6
* spi_mpc83xx: add small delay after asserting chip-select lineAnton Vorontsov2009-06-191-1/+3
* spi_mpc83xx: quieten down the "Requested speed is too low" messageAnton Vorontsov2009-06-191-5/+6
* spi_mpc83xx: handle other Freescale processorsAnton Vorontsov2009-06-191-8/+6
* spi: fix spi_write_then_read() commentJiri Pirko2009-06-181-2/+2
* pxa2xx_spi: fix for SPI_CS_HIGHDaniel Ribeiro2009-06-181-1/+1
* mpc52xx_psc_spi: convert to cs_control callbackAnton Vorontsov2009-06-181-13/+9
* spi: move more spi_setup() functionality into coreDavid Brownell2009-06-1815-115/+54
* spi: move common spi_setup() functionality into coreDavid Brownell2009-06-1814-56/+60
* spi_bfin5xx: limit reaches -1Roel Kluin2009-06-181-1/+1
* Merge branch 'akpm'Linus Torvalds2009-06-161-3/+3
|\
| * spi: takes size of a pointer to determine the size of the pointed-to typeRoel Kluin2009-06-161-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2009-06-161-2/+2
|\ \ | |/ |/|
| * Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheableJie Zhang2009-06-131-2/+2
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-06-144-1/+1878
|\ \ | |/ |/|
| * Merge branch for-rmk-devel of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King2009-06-101-0/+1
| |\
| | * [ARM] S3C24XX: GPIO: Move gpio functions out of <mach/hardware.h>Ben Dooks2009-05-181-0/+1
| * | [ARM] 5546/1: ARM PL022 SSP/SPI driver v3Linus Walleij2009-06-103-0/+1876