aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/pxa2xx_spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Merge branch 'origin' into for-linusRussell King1-1/+1
2009-09-23pxa2xx_spi: register earlierAntonio Ospite1-1/+1
2009-09-10[ARM] pxa: update pxa2xx-spi.c to use 'struct dev_pm_ops'Mike Rapoport1-14/+16
2009-06-18pxa2xx_spi: fix for SPI_CS_HIGHDaniel Ribeiro1-1/+1
2009-06-18spi: move more spi_setup() functionality into coreDavid Brownell1-9/+3
2009-06-18spi: move common spi_setup() functionality into coreDavid Brownell1-9/+2
2009-05-12pxa2xx_spi: prevent panic case setup() failsDaniel Ribeiro1-0/+3
2009-04-21spi: pxa2xx: limit reaches -1Roel Kluin1-3/+3
2009-04-21pxa2xx_spi: restore DRCMR on resumeDaniel Ribeiro1-0/+7
2009-04-13[ARM] pxa: fix typo of cs_deassert() in pxa2xx-spi.cDaniel Ribeiro1-1/+1
2009-04-07pxa2xx_spi: set spi_master.dma_alignment = 8Mike Rapoport1-0/+2
2009-04-07spi: pxa2xx_spi: introduce chipselect GPIO to simplify the common casesEric Miao1-18/+78
2009-03-28Merge branch 'origin' into develRussell King1-2/+2
2009-03-24spi: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2009-03-09[ARM] pxa: move DMA registers definitions into <mach/dma.h>Eric Miao1-2/+0
2009-01-06drivers/spi: move a dereference below a NULL testJulia Lawall1-1/+2
2008-11-29[ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King1-1/+1
2008-11-19pxa2xx_spi: bugfix full duplex dma data corruptionNed Forrester1-12/+12
2008-10-16pxa2xx_spi: fix chip_info defaults and documentation.Vernon Sauder1-19/+27
2008-10-16pxa2xx_spi: minor cleanupGuennadi Liakhovetski1-4/+4
2008-10-01pxa2xx_spi: fix build breakageMike Rapoport1-2/+2
2008-09-13pxa2xx_spi: dma bugfixesNed Forrester1-14/+43
2008-09-13pxa2xx_spi: chipselect bugfixesNed Forrester1-11/+48
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-5/+5
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+0
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-2/+2
2008-05-13spi: pxa2xx_spi clock resume bugfixEric BENARD1-1/+1
2008-04-28spi: pxa2xx_spi "sparse" fixesDavid Brownell1-24/+28
2008-04-11spi: fix platform driver hotplug/coldplugKay Sievers1-1/+1
2008-02-23spi: pxa2xx_spi clock polarity fixNed Forrester1-14/+27
2008-02-06spi: remove more dev->power.power_state usageDavid Brownell1-17/+0
2008-01-26[ARM] pxa: make pxa2xx_spi driver use ssp_request()/ssp_free()eric miao1-86/+52
2008-01-26[ARM] pxa: move SSP register definitions from pxa-regs.h to regs-ssp.heric miao1-0/+1
2007-12-10pxa2xx_spi: fix typo in descriptionWill Newton1-1/+1
2007-10-16spi doesn't need class_deviceTony Jones1-1/+1
2007-10-16SPI driver runtime footprint shrinkageDavid Brownell1-7/+4
2007-10-16Clean up duplicate includes in drivers/spi/Jesper Juhl1-1/+0
2007-07-17SPI controller drivers: check for unsupported modesDavid Brownell1-0/+9
2007-02-12[PATCH] SPI cleanup() method param becomes non-constHans-Peter Nilsson1-2/+2
2007-02-07Revert "Driver core: convert SPI code to use struct device"Greg Kroah-Hartman1-1/+1
2007-02-07Driver core: convert SPI code to use struct deviceGreg Kroah-Hartman1-1/+1
2007-01-26[PATCH] spi: fix error setting the spi mode in pxa2xx_spi.cJustin Clacherty1-2/+3
2006-12-10[PATCH] spi: stabilize PIO mode transfers on PXA2xx systemsStephen Street1-293/+440
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells1-4/+5
2006-10-06Various drivers' irq handlers: kill dead code, needless castsJeff Garzik1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-05-21[PATCH] pxa2xx-spi updateStephen Street1-37/+56
2006-05-16[PATCH] spi: Update to PXA2xx SPI DriverStephen Street1-7/+75
2006-05-16[PATCH] SPI: add PXA2xx SSP SPI DriverStephen Street1-0/+1399