aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11it8761e_gpio: fix bug in gpio numberingDenis Turischev1-9/+9
2010-04-30Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+2
2010-04-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-4/+10
2010-04-29ARM: 6061/1: PL061 GPIO: Bug fix - setting gpio for HIGH_LEVEL interrupt is not working.viresh kumar1-1/+1
2010-04-28gpio: potential null dereferenceDan Carpenter1-1/+2
2010-04-27gpio: fix pca953x set_type 'scheduling while atomic' bugMarc Zyngier1-1/+13
2010-04-22ARM: 6060/1: PL061 GPIO: Setting gpio val after changing direction to OUT.viresh kumar1-0/+6
2010-04-22ARM: 6059/1: PL061 GPIO: Changing *_irq_chip_data with *_irq_data for real irqs.viresh kumar1-3/+3
2010-04-07drivers/gpio/timbgpio.c: add missing unlockJulia Lawall1-4/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo18-1/+17
2010-03-24drivers/gpio/max730x.c: add license macroRichard Röjfors1-0/+4
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-2/+6
2010-03-07mfd: Fix lpc_sch related depends/selects, fix build errorRandy Dunlap1-1/+2
2010-03-07gpio: Fix sch_gpio warningSamuel Ortiz1-3/+16
2010-03-07gpio: add Intel SCH GPIO controller driverDenis Turischev3-0/+299
2010-03-07gpiolib: Force wm831x GPIOs into GPIO mode when requestedMark Brown1-2/+4
2010-03-07mfd: Add WM831x revision B supportMark Brown1-5/+16
2010-03-07gpiolib: Correct debugfs display of WM831x GPIO inversionMark Brown1-1/+1
2010-03-07gpiolib: Actually set output state in wm831x_gpio_direction_output()Mark Brown1-7/+15
2010-03-07gpiolib: Add WM8994 GPIO supportMark Brown3-0/+212
2010-03-07gpiolib: Add support for WM8350 GPIO controllerMark Brown3-0/+189
2010-03-06gpio: introduce it8761e_gpio driver for IT8761E Super I/O chipDenis Turischev3-0/+238
2010-03-06gpio: cs5535-gpio: fix input directionBen Gardner1-1/+3
2010-03-06gpio: pca953x.c: add interrupt handling capabilityMarc Zyngier2-12/+244
2010-03-06timbgpio: add support for interrupt triggering on both flanksRichard Röjfors1-9/+23
2010-03-06gpio: introduce gpio_request_one() and friendsEric Miao1-0/+58
2010-03-06gpio: add driver for MAX7300 I2C GPIO extenderWolfram Sang5-260/+386
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2-2/+2
2010-03-06timbgpio: fix buildDavid Miller1-0/+1
2010-01-11gpio: adp5588-gpio: new driver for ADP5588 GPIO expandersMichael Hennerich3-0/+276
2010-01-11gpiolib: fix poll(2) support reconfigure on sysfs polarity changeJani Nikula1-2/+0
2009-12-16gpiolib: add support for changing value polarity in sysfsJani Nikula1-12/+149
2009-12-16gpio: add GPIO driver for the Timberdale FPGARichard Röjfors3-0/+349
2009-12-16gpio: fix test on unsigned in lnw_irq_type()Roel Kluin1-1/+1
2009-12-15cs5535: drop the Geode-specific MFGPT/GPIO codeAndres Salomon1-1/+1
2009-12-15cs5535-gpio: request function, mask & names addedTobias Mueller1-5/+78
2009-12-15cs5535-gpio: add AMD CS5535/CS5536 GPIO driver supportAndres Salomon3-0/+293
2009-12-13mfd: Rename all twl4030_i2c*Balaji T K1-9/+9
2009-12-13mfd: Rename twl4030* driver files to enable re-useSantosh Shilimkar1-1/+1
2009-12-13gpiolib: Implement gpio_to_irq() for wm831xMark Brown1-0/+13
2009-12-13gpio: adp5520: rename common defines and typosMichael Hennerich1-16/+20
2009-12-13gpiolib: Make WM831x GPIO count dynamicMark Brown1-3/+1
2009-12-01gpio: Langwell GPIO driver bugfixesAlek Du1-10/+1
2009-11-12gpiolib: fix device_create() result checkSergei Shtylyov1-4/+4
2009-10-29twl4030-gpio: remove __devexit markings from remove funcMike Frysinger1-2/+3
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-23Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-0/+1
2009-09-23gpio: gpio support for ADP5520/ADP5501 MFD PMICsMichael Hennerich3-0/+217
2009-09-23gpiolib: allow poll() on valueDaniel Glöckner1-5/+203
2009-09-23gpio: include <linux/gpio.h> not <asm/gpio.h>H Hartley Sweeten4-9/+4