aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-09-231-0/+1
|\
| * gpio/pcf857x: Copy i2c_device_id from old pcf8574 driverWolfram Sang2009-09-181-0/+1
* | gpio: gpio support for ADP5520/ADP5501 MFD PMICsMichael Hennerich2009-09-233-0/+217
* | gpiolib: allow poll() on valueDaniel Glöckner2009-09-231-5/+203
* | gpio: include <linux/gpio.h> not <asm/gpio.h>H Hartley Sweeten2009-09-234-9/+4
* | gpio: pca953x: add support for MAX7315Alek Du2009-09-231-0/+1
* | gpio: add Intel Moorestown Platform Langwell chip gpio driverAlek Du2009-09-233-0/+304
* | mfd/gpio: add a GPIO interface to the UCB1400 MFD chip driver via gpiolibMarek Vasut2009-09-233-0/+138
* | gpio: add MC33880 driverRichard Röjfors2009-09-233-0/+204
* | gpiolib: allow exported GPIO nodes to be named using sysfs linksJani Nikula2009-09-231-0/+45
* | spi: prefix modalias with "spi:"Anton Vorontsov2009-09-232-0/+2
* | trivial: add __init/__exit macros in drivers/gpio/bt8xxgpio.cPeter Huewe2009-09-211-2/+2
* | gpio: Add WM831X GPIO driverMark Brown2009-09-173-0/+260
|/
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* Update Yoichi Yuasa's e-mail addressYoichi Yuasa2009-07-031-3/+3
* MIPS: Update VR41xx GPIO driver to use gpiolibYoichi Yuasa2009-07-033-0/+593
* gpio: pl061: fix IRQ handling for GPIOs >= PL061_GPIO_NRBaruch Siach2009-06-301-3/+14
* gpio: pl061: fix probe error handling codeBaruch Siach2009-06-301-1/+2
* gpio: driver for PrimeCell PL061 GPIO controllerBaruch Siach2009-06-193-0/+348
* gpio: pca953x: Add support for PCA9556Nate Case2009-06-181-0/+1
* gpio: pca953x: Get platform_data from OpenFirmwareNate Case2009-06-181-5/+70
* gpio: max7301: add missing __devexit markingMike Frysinger2009-06-181-1/+1
* pca953x: support GPIOLIB GPIO namingDaniel Silverstone2009-06-181-0/+4
* microblaze: Kconfig: Enable drivers for MicroblazeMichal Simek2009-05-211-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-3/+3
|\
| * trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-301-3/+3
* | gpio: gpio_{request,free}() now required (feature removal)David Brownell2009-04-021-4/+8
* | gpiolib: allow GPIOs to be namedDaniel Silverstone2009-04-021-1/+6
|/
* gpio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-1/+1
* gpiolib: fix request related issueMagnus Damm2009-01-291-0/+1
* gpio: fix probe() error return in gpio driver probesBen Dooks2009-01-155-12/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-061-1/+1
|\
| * gpio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* | gpio: pca953x handles more chips, i2c fault codesDavid Brownell2009-01-062-8/+11
* | twl4030-gpio: cleanup debounceDavid Brownell2009-01-061-31/+23
|/
* gpiolib: extend gpio label column width in debugfs fileJarkko Nikula2008-11-191-1/+1
* GPIO: add new Xilinx driver for powerpcJohn Linn2008-11-123-0/+244
* mfd: twl4030-gpio driverDavid Brownell2008-10-223-0/+529
* Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-201-1/+1
|\
| * generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-161-1/+1
* | gpiolib: fix oops in gpio_get_value_cansleep()David Brownell2008-10-201-1/+1
* | gpio: modify sysfs gpio export so that "value" displays as 0 or 1Steven A. Falco2008-10-201-1/+1
* | gpiolib: request/free hooksDavid Brownell2008-10-161-13/+78
* | gpiolib: gpio_to_irq() hooksDavid Brownell2008-10-161-0/+18
* | gpio: i2c expanders use subsys_initDavid Brownell2008-10-163-3/+12
* | gpio_free might sleep, generic partUwe Kleine-König2008-10-161-0/+2
* | gpio: max7301: fix the race between chip addition and pins reconfigurationDmitry Baryshkov2008-10-161-10/+8
* | spi: core and gpio expanders use subsys_initDavid Brownell2008-10-162-3/+8
|/
* gpio: max732x driverEric Miao2008-07-253-0/+405