summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorLines
2009-12-01gpio: Langwell GPIO driver bugfixesAlek Du-10/+1
2009-11-12gpiolib: fix device_create() result checkSergei Shtylyov-4/+4
2009-10-29twl4030-gpio: remove __devexit markings from remove funcMike Frysinger-2/+3
2009-10-01const: constify remaining file_operationsAlexey Dobriyan-1/+1
2009-09-23Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2009-09-23gpio: gpio support for ADP5520/ADP5501 MFD PMICsMichael Hennerich-0/+217
2009-09-23gpiolib: allow poll() on valueDaniel Glöckner-5/+203
2009-09-23gpio: include <linux/gpio.h> not <asm/gpio.h>H Hartley Sweeten-9/+4
2009-09-23gpio: pca953x: add support for MAX7315Alek Du-0/+1
2009-09-23gpio: add Intel Moorestown Platform Langwell chip gpio driverAlek Du-0/+304
2009-09-23mfd/gpio: add a GPIO interface to the UCB1400 MFD chip driver via gpiolibMarek Vasut-0/+138
2009-09-23gpio: add MC33880 driverRichard Röjfors-0/+204
2009-09-23gpiolib: allow exported GPIO nodes to be named using sysfs linksJani Nikula-0/+45
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov-0/+2
2009-09-21trivial: add __init/__exit macros in drivers/gpio/bt8xxgpio.cPeter Huewe-2/+2
2009-09-18gpio/pcf857x: Copy i2c_device_id from old pcf8574 driverWolfram Sang-0/+1
2009-09-17gpio: Add WM831X GPIO driverMark Brown-0/+260
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan-1/+0
2009-07-03Update Yoichi Yuasa's e-mail addressYoichi Yuasa-3/+3
2009-07-03MIPS: Update VR41xx GPIO driver to use gpiolibYoichi Yuasa-0/+593
2009-06-30gpio: pl061: fix IRQ handling for GPIOs >= PL061_GPIO_NRBaruch Siach-3/+14
2009-06-30gpio: pl061: fix probe error handling codeBaruch Siach-1/+2
2009-06-19gpio: driver for PrimeCell PL061 GPIO controllerBaruch Siach-0/+348
2009-06-18gpio: pca953x: Add support for PCA9556Nate Case-0/+1
2009-06-18gpio: pca953x: Get platform_data from OpenFirmwareNate Case-5/+70
2009-06-18gpio: max7301: add missing __devexit markingMike Frysinger-1/+1
2009-06-18pca953x: support GPIOLIB GPIO namingDaniel Silverstone-0/+4
2009-05-21microblaze: Kconfig: Enable drivers for MicroblazeMichal Simek-1/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-3/+3
2009-04-02gpio: gpio_{request,free}() now required (feature removal)David Brownell-4/+8
2009-04-02gpiolib: allow GPIOs to be namedDaniel Silverstone-1/+6
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante-3/+3
2009-03-24gpio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-1/+1
2009-01-29gpiolib: fix request related issueMagnus Damm-0/+1
2009-01-15gpio: fix probe() error return in gpio driver probesBen Dooks-12/+24
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds-1/+1
2009-01-06gpio: pca953x handles more chips, i2c fault codesDavid Brownell-8/+11
2009-01-06twl4030-gpio: cleanup debounceDavid Brownell-31/+23
2009-01-06gpio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-1/+1
2008-11-19gpiolib: extend gpio label column width in debugfs fileJarkko Nikula-1/+1
2008-11-12GPIO: add new Xilinx driver for powerpcJohn Linn-0/+244
2008-10-22mfd: twl4030-gpio driverDavid Brownell-0/+529
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2008-10-20gpiolib: fix oops in gpio_get_value_cansleep()David Brownell-1/+1
2008-10-20gpio: modify sysfs gpio export so that "value" displays as 0 or 1Steven A. Falco-1/+1
2008-10-16gpiolib: request/free hooksDavid Brownell-13/+78
2008-10-16gpiolib: gpio_to_irq() hooksDavid Brownell-0/+18
2008-10-16gpio: i2c expanders use subsys_initDavid Brownell-3/+12
2008-10-16gpio_free might sleep, generic partUwe Kleine-König-0/+2
2008-10-16gpio: max7301: fix the race between chip addition and pins reconfigurationDmitry Baryshkov-10/+8