Harald Welte
d23c6c21af
[PATCH] spi_s3c2410_gpio.c spi mode 2 and 3 support
...
Add transfer modes 2 and 3 to the S3C24XX gpio SPI driver
Signed-off-by: Harald Welte <laforge@openmoko.org >
Signed-off-by: Ben Dooks <ben-linux@fluff.org >
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-02-20 17:10:16 -08:00
Arnaud Patard (Rtp
e2a5d2f9b3
[PATCH] spi_s3c24xx_gpio: use right header
...
Russel King recently reminded us that one shouldn't use asm/arch/hardware.h
but one should use asm/hardware.h. Unfortunately, the spi_s3c24xx_gpio
driver is using the wrong header. This patch is fixing that.
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org >
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-12-30 10:56:43 -08:00
Ben Dooks
6d3a25f1fb
[PATCH] fix s3c24xx gpio driver (include linux/workqueue.h)
...
The general gpio driver includes seem to now depend on having
<linux/workqueue.h> included before they are.
Signed-off-by: Ben Dooks <ben-linux@fluff.org >
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-12-22 08:55:51 -08:00
Dave Jones
038b0a6d8d
Remove all inclusions of <linux/config.h>
...
kbuild explicitly includes this at build time.
Signed-off-by: Dave Jones <davej@redhat.com >
2006-10-04 03:38:54 -04:00
Ben Dooks
1fc7547d4b
[PATCH] S3C24XX: GPIO based SPI driver
...
SPI driver for SPI by GPIO on the Samsung S3C24XX series of SoC processors.
Signed-off-by: Ben Dooks <ben-linux@fluff.org >
Cc: Greg KH <greg@kroah.com >
Cc: David Brownell <david-b@pacbell.net >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-05-21 12:59:19 -07:00