aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/pxa2xx_spi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: pxa2xx_spi clock resume bugfixEric BENARD2008-05-131-1/+1
* spi: pxa2xx_spi "sparse" fixesDavid Brownell2008-04-281-24/+28
* spi: fix platform driver hotplug/coldplugKay Sievers2008-04-111-1/+1
* spi: pxa2xx_spi clock polarity fixNed Forrester2008-02-231-14/+27
* spi: remove more dev->power.power_state usageDavid Brownell2008-02-061-17/+0
* [ARM] pxa: make pxa2xx_spi driver use ssp_request()/ssp_free()eric miao2008-01-261-86/+52
* [ARM] pxa: move SSP register definitions from pxa-regs.h to regs-ssp.heric miao2008-01-261-0/+1
* pxa2xx_spi: fix typo in descriptionWill Newton2007-12-101-1/+1
* spi doesn't need class_deviceTony Jones2007-10-161-1/+1
* SPI driver runtime footprint shrinkageDavid Brownell2007-10-161-7/+4
* Clean up duplicate includes in drivers/spi/Jesper Juhl2007-10-161-1/+0
* SPI controller drivers: check for unsupported modesDavid Brownell2007-07-171-0/+9
* [PATCH] SPI cleanup() method param becomes non-constHans-Peter Nilsson2007-02-121-2/+2
* Revert "Driver core: convert SPI code to use struct device"Greg Kroah-Hartman2007-02-071-1/+1
* Driver core: convert SPI code to use struct deviceGreg Kroah-Hartman2007-02-071-1/+1
* [PATCH] spi: fix error setting the spi mode in pxa2xx_spi.cJustin Clacherty2007-01-261-2/+3
* [PATCH] spi: stabilize PIO mode transfers on PXA2xx systemsStephen Street2006-12-101-293/+440
* WorkQueue: Fix up arch-specific work items where possibleDavid Howells2006-12-051-4/+5
* Various drivers' irq handlers: kill dead code, needless castsJeff Garzik2006-10-061-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [PATCH] pxa2xx-spi updateStephen Street2006-05-211-37/+56
* [PATCH] spi: Update to PXA2xx SPI DriverStephen Street2006-05-161-7/+75
* [PATCH] SPI: add PXA2xx SSP SPI DriverStephen Street2006-05-161-0/+1399