aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: adp5588-gpio: new driver for ADP5588 GPIO expandersMichael Hennerich2010-01-113-0/+276
* gpiolib: fix poll(2) support reconfigure on sysfs polarity changeJani Nikula2010-01-111-2/+0
* gpiolib: add support for changing value polarity in sysfsJani Nikula2009-12-161-12/+149
* gpio: add GPIO driver for the Timberdale FPGARichard Röjfors2009-12-163-0/+349
* gpio: fix test on unsigned in lnw_irq_type()Roel Kluin2009-12-161-1/+1
* cs5535: drop the Geode-specific MFGPT/GPIO codeAndres Salomon2009-12-151-1/+1
* cs5535-gpio: request function, mask & names addedTobias Mueller2009-12-151-5/+78
* cs5535-gpio: add AMD CS5535/CS5536 GPIO driver supportAndres Salomon2009-12-153-0/+293
* mfd: Rename all twl4030_i2c*Balaji T K2009-12-131-9/+9
* mfd: Rename twl4030* driver files to enable re-useSantosh Shilimkar2009-12-131-1/+1
* gpiolib: Implement gpio_to_irq() for wm831xMark Brown2009-12-131-0/+13
* gpio: adp5520: rename common defines and typosMichael Hennerich2009-12-131-16/+20
* gpiolib: Make WM831x GPIO count dynamicMark Brown2009-12-131-3/+1
* gpio: Langwell GPIO driver bugfixesAlek Du2009-12-011-10/+1
* gpiolib: fix device_create() result checkSergei Shtylyov2009-11-121-4/+4
* twl4030-gpio: remove __devexit markings from remove funcMike Frysinger2009-10-291-2/+3
* 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