| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] pxa: make pxa2xx_spi driver use ssp_request()/ssp_free() | eric miao | 2008-01-26 | 2 | -86/+53 |
* | [ARM] pxa: move SSP register definitions from pxa-regs.h to regs-ssp.h | eric miao | 2008-01-26 | 1 | -0/+1 |
* | spi: use class iteration api | Dave Young | 2008-01-24 | 1 | -11/+15 |
* | spi: omap2_mcspi PIO RX fix | Kalle Valo | 2008-01-24 | 1 | -3/+3 |
* | spi_bitbang: always grab lock with irqs blocked | David Brownell | 2008-01-08 | 1 | -2/+3 |
* | atmel_spi: reload RCR before TCR | Rini van Zetten | 2007-12-10 | 1 | -1/+1 |
* | spi_imx: fix typo in description | Will Newton | 2007-12-10 | 1 | -1/+1 |
* | spi_bfin5xx: fix typo in description | Will Newton | 2007-12-10 | 1 | -1/+1 |
* | pxa2xx_spi: fix typo in description | Will Newton | 2007-12-10 | 1 | -1/+1 |
* | Blackfin SPI driver: reconfigure speed_hz and bits_per_word in each spi transfer | Bryan Wu | 2007-12-05 | 1 | -7/+45 |
* | Blackfin SPI driver: move hard coded pin_req to board file | Bryan Wu | 2007-12-05 | 1 | -21/+7 |
* | Blackfin SPI driver: use void __iomem * for regs_base | Bryan Wu | 2007-12-05 | 1 | -5/+4 |
* | Blackfin SPI driver: use cpu_relax() to replace continue in while busywait | Bryan Wu | 2007-12-05 | 1 | -39/+39 |
* | spi: spi_bfin: resequence DMA start/stop | Sonic Zhang | 2007-12-05 | 1 | -11/+19 |
* | spi: spi_bfin: update handling of delay-after-deselect | Bryan Wu | 2007-12-05 | 1 | -15/+9 |
* | spi: spi_bfin: bugfix for 8..16 bit word sizes | Bryan Wu | 2007-12-05 | 1 | -1/+1 |
* | spi: spi_bfin: handle multiple spi_masters | Bryan Wu | 2007-12-05 | 1 | -182/+189 |
* | spi: spi_bfin: relocate spin/waits | Sonic Zhang | 2007-12-05 | 1 | -32/+52 |
* | spi: spi_bfin: change handling of communication parameters | Sonic Zhang | 2007-12-05 | 1 | -75/+87 |
* | spi: spi_bfin, rearrange portmux calls | Sonic Zhang | 2007-12-05 | 1 | -25/+28 |
* | spi: spi_bfin uses portmux for additional busses | Sonic Zhang | 2007-12-05 | 1 | -20/+31 |
* | spi: spi_bfin uses platform device resources | Bryan Wu | 2007-12-05 | 1 | -41/+83 |
* | spi: spi_bfin, don't bypass spi framework | Mike Frysinger | 2007-12-05 | 1 | -0/+12 |
* | spi: spi_bfin handles spi_transfer.cs_change | Bryan Wu | 2007-12-05 | 1 | -22/+54 |
* | spi: spi_bfin cleanups, error handling | Bryan Wu | 2007-12-05 | 1 | -64/+47 |
* | spi: bfin spi uses portmux calls | Michael Hennerich | 2007-12-05 | 1 | -6/+22 |
* | spi: initial BF54x SPI support | Bryan Wu | 2007-12-05 | 1 | -70/+69 |
* | spi: simplify spi_sync() calling convention | Marc Pignat | 2007-12-05 | 1 | -8/+5 |
* | spi: at25 driver is for EEPROM not FLASH | David Brownell | 2007-12-05 | 1 | -0/+7 |
* | SPI: use mutex not semaphore | David Brownell | 2007-12-05 | 1 | -3/+3 |
* | spi: S3C2410: add bus number to SPI GPIO driver | David Brownell | 2007-11-29 | 1 | -0/+1 |
* | S3C24XX: ensure we only configure valid GPIOs | Ben Dooks | 2007-11-29 | 1 | -7/+13 |
* | atmel_spi: label GPIOs better | David Brownell | 2007-11-29 | 1 | -1/+1 |
* | Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN | Mike Frysinger | 2007-11-23 | 1 | -1/+1 |
* | tle62x0 driver stops ignoring read errors | David Brownell | 2007-11-14 | 1 | -1/+4 |
* | spi: fix error paths on txx9spi_probe | Atsushi Nemoto | 2007-11-14 | 1 | -20/+20 |
* | spi: fix double-free on spi_unregister_master | Atsushi Nemoto | 2007-11-14 | 1 | -3/+5 |
* | fix abuses of ptrdiff_t | Al Viro | 2007-10-29 | 1 | -3/+3 |
* | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 2007-10-19 | 1 | -1/+1 |
* | Add missing newlines to some uses of dev_<level> messages | Joe Perches | 2007-10-18 | 2 | -3/+3 |
* | spi doesn't need class_device | Tony Jones | 2007-10-16 | 9 | -32/+32 |
* | spi_mpc83xx handles other processors with QUICC engine | Anton Vorontsov | 2007-10-16 | 1 | -6/+7 |
* | SPI driver runtime footprint shrinkage | David Brownell | 2007-10-16 | 5 | -27/+20 |
* | OMAP2 McSPI code cleanup | Kyungmin Park | 2007-10-16 | 1 | -3/+1 |
* | Clean up duplicate includes in drivers/spi/ | Jesper Juhl | 2007-10-16 | 2 | -2/+0 |
* | Driver core: change add_uevent_var to use a struct | Kay Sievers | 2007-10-12 | 1 | -5/+2 |
* | spi_mpc83xx: hang fix | Jan Andersson | 2007-09-11 | 1 | -5/+2 |
* | Fix typo in atmel_spi.c | Andrew Victor | 2007-08-31 | 1 | -1/+1 |
* | spi: correct name for spi_txx9 | Atsushi Nemoto | 2007-08-31 | 1 | -2/+1 |
* | SPI driver hotplug/coldplug fixes | David Brownell | 2007-08-31 | 7 | -4/+8 |