aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2009-06-18gpio: pca953x: Add support for PCA9556Gravatar Nate Case 1-0/+1
2009-06-18gpio: pca953x: Get platform_data from OpenFirmwareGravatar Nate Case 1-5/+70
2009-06-18gpio: max7301: add missing __devexit markingGravatar Mike Frysinger 1-1/+1
2009-06-18pca953x: support GPIOLIB GPIO namingGravatar Daniel Silverstone 1-0/+4
2009-05-21microblaze: Kconfig: Enable drivers for MicroblazeGravatar Michal Simek 1-1/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-3/+3
2009-04-02gpio: gpio_{request,free}() now required (feature removal)Gravatar David Brownell 1-4/+8
2009-04-02gpiolib: allow GPIOs to be namedGravatar Daniel Silverstone 1-1/+6
2009-03-30trivial: fix typos/grammar errors in Kconfig textsGravatar Matt LaPlante 1-3/+3
2009-03-24gpio: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+1
2009-01-29gpiolib: fix request related issueGravatar Magnus Damm 1-0/+1
2009-01-15gpio: fix probe() error return in gpio driver probesGravatar Ben Dooks 5-12/+24
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-1/+1
2009-01-06gpio: pca953x handles more chips, i2c fault codesGravatar David Brownell 2-8/+11
2009-01-06twl4030-gpio: cleanup debounceGravatar David Brownell 1-31/+23
2009-01-06gpio: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+1
2008-11-19gpiolib: extend gpio label column width in debugfs fileGravatar Jarkko Nikula 1-1/+1
2008-11-12GPIO: add new Xilinx driver for powerpcGravatar John Linn 3-0/+244
2008-10-22mfd: twl4030-gpio driverGravatar David Brownell 3-0/+529
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2008-10-20gpiolib: fix oops in gpio_get_value_cansleep()Gravatar David Brownell 1-1/+1
2008-10-20gpio: modify sysfs gpio export so that "value" displays as 0 or 1Gravatar Steven A. Falco 1-1/+1
2008-10-16gpiolib: request/free hooksGravatar David Brownell 1-13/+78
2008-10-16gpiolib: gpio_to_irq() hooksGravatar David Brownell 1-0/+18
2008-10-16gpio: i2c expanders use subsys_initGravatar David Brownell 3-3/+12
2008-10-16gpio_free might sleep, generic partGravatar Uwe Kleine-König 1-0/+2
2008-10-16gpio: max7301: fix the race between chip addition and pins reconfigurationGravatar Dmitry Baryshkov 1-10/+8
2008-10-16spi: core and gpio expanders use subsys_initGravatar David Brownell 2-3/+8
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Gravatar Yinghai Lu 1-1/+1
2008-07-25gpio: max732x driverGravatar Eric Miao 3-0/+405
2008-07-25gpiolib: allow user-selectionGravatar Michael Buesch 2-5/+30
2008-07-25gpio: add bt8xxgpio driverGravatar Michael Buesch 3-0/+367
2008-07-25gpio: mcp23s08 handles multiple chips per chipselectGravatar David Brownell 1-31/+102
2008-07-25gpio: sysfs interfaceGravatar David Brownell 5-13/+541
2008-07-22gpio: pcf857x: add lock and handle more chipsGravatar David Brownell 2-6/+32
2008-07-22gpio: gpio driver for max7301 SPI GPIO expanderGravatar Juergen Beisert 3-0/+346
2008-07-04gpio: pca953x (i2c) handles max7310 tooGravatar David Brownell 2-5/+11
2008-05-24gpiolib: fix off by one errorsGravatar Trent Piepho 1-3/+3
2008-05-24gpio: mcp23s08 debug fixGravatar Roel Kluin 1-1/+1
2008-05-24gpio: pca953x driver handles pca9554 tooGravatar David Brownell 1-0/+1
2008-05-01gpio: pca953x: add support for pca9555 I2C I/O expanderGravatar Will Newton 1-1/+3
2008-04-30drivers: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-2/+2
2008-04-29i2c: Convert most new-style drivers to use module aliasingGravatar Jean Delvare 2-32/+24
2008-04-29i2c: Add support for device alias namesGravatar Jean Delvare 2-2/+4
2008-04-28gpiochip_reserve()Gravatar Anton Vorontsov 1-3/+47
2008-04-28gpiolib: dynamic gpio number allocationGravatar Anton Vorontsov 1-7/+45
2008-04-28gpio: define gpio_is_valid()Gravatar Guennadi Liakhovetski 1-7/+7
2008-04-28gpiolib: i2c/spi drivers: handle rmmod betterGravatar Guennadi Liakhovetski 3-0/+3
2008-04-28gpiolib: better rmmod infrastructureGravatar Guennadi Liakhovetski 1-3/+12
2008-03-10gpio/pca953x bugfix: mark as can_sleepGravatar Arnaud Patard 1-0/+1