aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/mcp23s08.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-12gpio/mcp23s08: support mcp23s17 variantGravatar Peter Korsgaard 1-48/+143
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-23gpio: include <linux/gpio.h> not <asm/gpio.h>Gravatar H Hartley Sweeten 1-3/+1
2009-09-23spi: prefix modalias with "spi:"Gravatar Anton Vorontsov 1-0/+1
2009-01-15gpio: fix probe() error return in gpio driver probesGravatar Ben Dooks 1-2/+4
2008-10-16spi: core and gpio expanders use subsys_initGravatar David Brownell 1-1/+4
2008-07-25gpio: mcp23s08 handles multiple chips per chipselectGravatar David Brownell 1-31/+102
2008-07-25gpio: sysfs interfaceGravatar David Brownell 1-0/+1
2008-05-24gpio: mcp23s08 debug fixGravatar Roel Kluin 1-1/+1
2008-04-28gpiolib: i2c/spi drivers: handle rmmod betterGravatar Guennadi Liakhovetski 1-0/+1
2008-02-05mcp23s08 spi gpio expander supportGravatar David Brownell 1-0/+357