| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: handle TX-only/RX-only | David Brownell | 2009-09-23 | 1 | -0/+59 |
* | spi: McSPI support for OMAP4 | Syed Rafiuddin | 2009-09-23 | 1 | -4/+6 |
* | spi: McSPI saves CHCONFx too | Tero Kristo | 2009-09-23 | 1 | -0/+16 |
* | spi: McSPI off-mode support | Hemanth V | 2009-09-23 | 1 | -34/+100 |
* | spi: Freescale STMP driver | dmitry pervushin | 2009-09-23 | 3 | -0/+686 |
* | spi_s3c24xx: cache device setup data | Ben Dooks | 2009-09-23 | 1 | -37/+89 |
* | spi_s3c24xx: use dev_pm_ops | Ben Dooks | 2009-09-23 | 1 | -9/+13 |
* | spi_s3c24xx: use resource_size() to get resource size | Ben Dooks | 2009-09-23 | 1 | -2/+2 |
* | spi_s3c24xx: fix header includes | Ben Dooks | 2009-09-23 | 1 | -4/+1 |
* | pxa2xx_spi: register earlier | Antonio Ospite | 2009-09-23 | 1 | -1/+1 |
* | spi: prefix modalias with "spi:" | Anton Vorontsov | 2009-09-23 | 3 | -1/+4 |
* | spi: add support for device table matching | Anton Vorontsov | 2009-09-23 | 1 | -0/+23 |
* | spi: add SPI driver for most known i.MX SoCs | Sascha Hauer | 2009-09-23 | 3 | -0/+694 |
* | spi: add default selection of PL022 for ARM reference platforms | linus.walleij@stericsson.com | 2009-09-23 | 1 | -0/+3 |
* | spi: add spi_ppc4xx driver | Steven A. Falco | 2009-09-23 | 3 | -0/+620 |
* | spi: omap2_mcspi use BIT(n) | Jouni Hogander | 2009-09-23 | 1 | -25/+25 |
* | spi: remove i.MX SPI driver | Sascha Hauer | 2009-09-23 | 3 | -1778/+0 |
* | trivial: remove unnecessary semicolons | Joe Perches | 2009-09-21 | 2 | -2/+2 |
* | Merge branch 'master' into devel | Russell King | 2009-09-12 | 1 | -10/+13 |
|\ |
|
| * | spi_s3c24xx: fix transfer setup code | Ben Dooks | 2009-08-18 | 1 | -0/+6 |
| * | spi_s3c24xx: fix clock rate calculation | Ben Dooks | 2009-08-18 | 1 | -10/+7 |
* | | Merge branch 'devel-stable' into devel | Russell King | 2009-09-12 | 1 | -3/+29 |
|\ \
| |/ |
|
| * | spi: omap2_mcspi rxdma bugfix | Eero Nurkkala | 2009-07-29 | 1 | -1/+20 |
| * | spi: omap2_mcspi supports wake events | Jouni Hogander | 2009-07-29 | 1 | -2/+9 |
* | | [ARM] remove duplicated #include | Huang Weiyi | 2009-07-11 | 1 | -2/+0 |
|/ |
|
* | spi: bitbang bugfix in message setup | David Brownell | 2009-06-30 | 1 | -10/+14 |
* | spi: add spi_master flag word | David Brownell | 2009-06-30 | 1 | -0/+2 |
* | spi: new spi->mode bits | David Brownell | 2009-06-30 | 1 | -6/+11 |
* | spi_mpc8xxx: s/83xx/8xxx/g | Anton Vorontsov | 2009-06-19 | 3 | -202/+202 |
* | spi_mpc83xx: rename spi_83xx.c to spi_8xxx.c | Anton Vorontsov | 2009-06-19 | 2 | -1/+1 |
* | spi_mpc83xx: remove dead code | Anton Vorontsov | 2009-06-19 | 1 | -17/+0 |
* | spi_mpc83xx: split mpc83xx_spi_work() into two routines | Anton Vorontsov | 2009-06-19 | 1 | -55/+60 |
* | spi_mpc83xx: fix checkpatch issues | Anton Vorontsov | 2009-06-19 | 1 | -6/+6 |
* | spi_mpc83xx: add small delay after asserting chip-select line | Anton Vorontsov | 2009-06-19 | 1 | -1/+3 |
* | spi_mpc83xx: quieten down the "Requested speed is too low" message | Anton Vorontsov | 2009-06-19 | 1 | -5/+6 |
* | spi_mpc83xx: handle other Freescale processors | Anton Vorontsov | 2009-06-19 | 1 | -8/+6 |
* | spi: fix spi_write_then_read() comment | Jiri Pirko | 2009-06-18 | 1 | -2/+2 |
* | pxa2xx_spi: fix for SPI_CS_HIGH | Daniel Ribeiro | 2009-06-18 | 1 | -1/+1 |
* | mpc52xx_psc_spi: convert to cs_control callback | Anton Vorontsov | 2009-06-18 | 1 | -13/+9 |
* | spi: move more spi_setup() functionality into core | David Brownell | 2009-06-18 | 15 | -115/+54 |
* | spi: move common spi_setup() functionality into core | David Brownell | 2009-06-18 | 14 | -56/+60 |
* | spi_bfin5xx: limit reaches -1 | Roel Kluin | 2009-06-18 | 1 | -1/+1 |
* | Merge branch 'akpm' | Linus Torvalds | 2009-06-16 | 1 | -3/+3 |
|\ |
|
| * | spi: takes size of a pointer to determine the size of the pointed-to type | Roel Kluin | 2009-06-16 | 1 | -3/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap... | Linus Torvalds | 2009-06-16 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheable | Jie Zhang | 2009-06-13 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-06-14 | 4 | -1/+1878 |
|\ \
| |/
|/| |
|
| * | Merge branch for-rmk-devel of git://aeryn.fluff.org.uk/bjdooks/linux into devel | Russell King | 2009-06-10 | 1 | -0/+1 |
| |\ |
|
| | * | [ARM] S3C24XX: GPIO: Move gpio functions out of <mach/hardware.h> | Ben Dooks | 2009-05-18 | 1 | -0/+1 |
| * | | [ARM] 5546/1: ARM PL022 SSP/SPI driver v3 | Linus Walleij | 2009-06-10 | 3 | -0/+1876 |