summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/bt8xxgpio.c
Commit message (Collapse)AuthorAgeFilesLines
* gpio: include <linux/gpio.h> not <asm/gpio.h>H Hartley Sweeten2009-09-231-2/+1
| | | | | | | | | Drivers should be including <linux/gpio.h> not <asm/gpio.h>. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* trivial: add __init/__exit macros in drivers/gpio/bt8xxgpio.cPeter Huewe2009-09-211-2/+2
| | | | | | | | | Trivial patch which adds the __init/__exit macro to the init/exit functions of drivers/gpio/bt8xxgpio.c Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Acked-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* gpio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-1/+1
| | | | | | Cc: Michael Buesch <mb@bu3sch.de> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
* gpio: add bt8xxgpio driverMichael Buesch2008-07-251-0/+348
This adds the bt8xxgpio driver. The purpose of the bt8xxgpio driver is to export all of the 24 GPIO pins available on Brooktree 8xx chips to the kernel GPIO infrastructure. This makes it possible to use a physically modified BT8xx card as cheap digital GPIO card. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Michael Buesch <mb@bu3sch.de> Cc: David Brownell <david-b@pacbell.net> Cc: Stephen Rothwell <sfr@canb.auug.org.au> Cc: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>