aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi_s3c24xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-23spi_s3c24xx: cache device setup dataBen Dooks1-37/+89
2009-09-23spi_s3c24xx: use dev_pm_opsBen Dooks1-9/+13
2009-09-23spi_s3c24xx: use resource_size() to get resource sizeBen Dooks1-2/+2
2009-09-23spi_s3c24xx: fix header includesBen Dooks1-4/+1
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-08-18spi_s3c24xx: fix transfer setup codeBen Dooks1-0/+6
2009-08-18spi_s3c24xx: fix clock rate calculationBen Dooks1-10/+7
2009-06-18spi: move more spi_setup() functionality into coreDavid Brownell1-9/+3
2009-06-18spi: move common spi_setup() functionality into coreDavid Brownell1-7/+0
2009-01-06spi: use generic gpio calls in spi_s3c24xx_gpioBen Dooks1-9/+29
2008-10-30[ARM] S3C: Move plat/regs-spi.h to arch/arm/plat-s3c/include/plat.Ben Dooks1-1/+1
2008-10-16spi_s3c24xx: pin configuration updatesBen Dooks1-0/+6
2008-09-13spi_s3c24xx: fix section warningBen Dooks1-3/+3
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-3/+3
2008-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King1-10/+16
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-08-04spi: S3C24XX: reset register status on resume.Ben Dooks1-10/+15
2008-07-28spi_s3c24xx: really assign busnumBen Dooks1-0/+1
2008-05-01spi_s3c24xx signedness fixMatthew Wilcox1-3/+3
2008-04-28spi: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-15spi: spi_s3c24xx must initialize num_chipselectBen Dooks1-0/+4
2008-04-15spi: spi_s3c24xx must initialize bus_numBen Dooks1-6/+7
2008-04-15spi: spi_s3c24xx driver must init completionBen Dooks1-0/+3
2008-04-11spi: fix platform driver hotplug/coldplugKay Sievers1-1/+1
2008-02-06spi: s3c drivers shouldn't care about spi_board_infoDavid Brownell1-12/+0
2007-10-16SPI driver runtime footprint shrinkageDavid Brownell1-5/+4
2007-08-31SPI driver hotplug/coldplug fixesDavid Brownell1-0/+1
2007-07-26fixup s3c24xx build after arch movesBen Dooks1-1/+1
2007-07-17SPI controller drivers: check for unsupported modesDavid Brownell1-1/+7
2007-05-07spi_s3c24xx.c: Fix buildArnaud Patard1-2/+0
2007-04-17spi: fix use of set_cs in spi_s3c24xx driverBen Dooks1-2/+2
2007-03-16[PATCH] spi_s3c24xx.c: warning fixArnaud Patard (Rtp1-1/+1
2007-01-26[PATCH] S3C24XX: fix passing spi chipselect to select routineBen Dooks1-14/+14
2006-12-30[PATCH] SPI: define null tx_buf to mean "shift out zeroes"David Brownell1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-05-26[PATCH] s3c24xx: fix spi driver with CONFIG_PMBen Dooks1-2/+2
2006-05-21[PATCH] S3C24XX: hardware SPI driverBen Dooks1-0/+453