aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/pxa2xx_spi.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* Merge branch 'origin' into for-linusRussell King2009-09-241-1/+1
|\
| * pxa2xx_spi: register earlierAntonio Ospite2009-09-231-1/+1
* | [ARM] pxa: update pxa2xx-spi.c to use 'struct dev_pm_ops'Mike Rapoport2009-09-101-14/+16
|/
* pxa2xx_spi: fix for SPI_CS_HIGHDaniel Ribeiro2009-06-181-1/+1
* spi: move more spi_setup() functionality into coreDavid Brownell2009-06-181-9/+3
* spi: move common spi_setup() functionality into coreDavid Brownell2009-06-181-9/+2
* pxa2xx_spi: prevent panic case setup() failsDaniel Ribeiro2009-05-121-0/+3
* spi: pxa2xx: limit reaches -1Roel Kluin2009-04-211-3/+3
* pxa2xx_spi: restore DRCMR on resumeDaniel Ribeiro2009-04-211-0/+7
* [ARM] pxa: fix typo of cs_deassert() in pxa2xx-spi.cDaniel Ribeiro2009-04-131-1/+1
* pxa2xx_spi: set spi_master.dma_alignment = 8Mike Rapoport2009-04-071-0/+2
* spi: pxa2xx_spi: introduce chipselect GPIO to simplify the common casesEric Miao2009-04-071-18/+78
* Merge branch 'origin' into develRussell King2009-03-281-2/+2
|\
| * spi: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-2/+2
* | [ARM] pxa: move DMA registers definitions into <mach/dma.h>Eric Miao2009-03-091-2/+0
|/
* drivers/spi: move a dereference below a NULL testJulia Lawall2009-01-061-1/+2
* [ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King2008-11-291-1/+1
* pxa2xx_spi: bugfix full duplex dma data corruptionNed Forrester2008-11-191-12/+12
* pxa2xx_spi: fix chip_info defaults and documentation.Vernon Sauder2008-10-161-19/+27
* pxa2xx_spi: minor cleanupGuennadi Liakhovetski2008-10-161-4/+4
* pxa2xx_spi: fix build breakageMike Rapoport2008-10-011-2/+2
* pxa2xx_spi: dma bugfixesNed Forrester2008-09-131-14/+43
* pxa2xx_spi: chipselect bugfixesNed Forrester2008-09-131-11/+48
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-5/+5
* [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+0
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-2/+2
* 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