aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-15gpio-amd8111: check ioport_map return valueVarka Bhadram1-0/+5
2015-01-15gpio: dwapb: Convert to use resource managed APIsAxel Lin1-39/+14
2015-01-15gpio: tz1090: Use resource_size to fix off-by-oneAxel Lin1-1/+1
2015-01-15gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2015-01-15gpio: sx150x: Fix comparing wrong value with chip->irq_maskedAxel Lin1-1/+1
2015-01-15gpio: grgpio: off by one in grgpio_to_irq()Dan Carpenter1-1/+1
2015-01-15gpio: tc3589x: get rid of platform dataLinus Walleij1-13/+2
2015-01-15gpio: vx855: Switch to use managed resources APIsAxel Lin1-38/+6
2015-01-15gpio/xilinx: Use of_mm_gpiochip_removeRicardo Ribalda Delgado1-4/+1
2015-01-15gpio/gpiolib-of: Create of_mm_gpiochip_removeRicardo Ribalda Delgado1-0/+17
2015-01-15gpio/xilinx: Create a single gpio chip on dual coresRicardo Ribalda Delgado1-108/+109
2015-01-15gpio/xilinx: Fix kernel-docRicardo Ribalda Delgado1-16/+21
2015-01-15gpio/xilinx: Add support for X86 ArchRicardo Ribalda Delgado2-3/+3
2015-01-15gpio/xilinx: Convert the driver to platform device interfaceRicardo Ribalda Delgado1-17/+66
2015-01-15gpio/xilinx: Remove offset propertyRicardo Ribalda Delgado1-23/+11
2015-01-15gpio: sch: Add support for Intel Quark X1000 SoCChang Rebecca Swee Fun2-2/+15
2015-01-15gpio: sx150x: add support for sx1506 gpio expander deviceWei Chen1-45/+112
2015-01-15gpio: sx150x: move to irqdomain framework for sx150x driverWei Chen2-54/+19
2015-01-15gpio: sysfs: fix gpio attribute-creation raceJohan Hovold2-22/+40
2015-01-15gpio: sysfs: fix gpio device-attribute leakJohan Hovold1-15/+13
2015-01-15gpio: sysfs: fix gpio-chip device-attribute leakJohan Hovold1-11/+8
2015-01-14gpio: unregister gpiochip device before removing itJohan Hovold1-1/+2
2015-01-14gpio: fix sleep-while-atomic in gpiochip_removeJohan Hovold1-3/+1
2015-01-14gpio: fix memory leak and sleep-while-atomicJohan Hovold1-1/+2
2015-01-14gpio: clean up gpiochip_add error handlingJohan Hovold1-21/+17
2015-01-14gpio: fix gpio-chip list corruptionJohan Hovold1-7/+10
2015-01-14gpio: fix memory and reference leaks in gpiochip_add error pathJohan Hovold1-4/+7
2015-01-14gpio: crystalcove: use handle_nested_irqAaron Lu1-1/+1
2015-01-09gpio: moxart: convert to use basic mmio gpio libraryKamlakant Patel2-70/+32
2015-01-09gpio: dln2: use bus_sync_unlock instead of scheduling workOctavian Purdila1-41/+51
2015-01-08gpio: grgpio: Avoid potential NULL pointer dereferenceAxel Lin1-1/+2
2015-01-07gpio: dln2: Fix gpio output value in dln2_gpio_direction_output()Axel Lin1-4/+11
2015-01-07gpio: dln2: fix issue when an IRQ is unmasked then enabledOctavian Purdila1-46/+7
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds51-52/+0
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds26-103/+941
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2014-12-12gpio: mcp23s08: fix up compilation errorLinus Walleij1-2/+3
2014-12-11Merge tag 'pinctrl-v3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds2-4/+60
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds7-207/+337
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki2-5/+5
2014-12-04gpio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-4/+4
2014-12-04PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki1-1/+1
2014-12-03gpio: pl061: hook request if gpio-ranges avaiableYunlei He1-6/+14
2014-12-03gpio: mcp23s08: Add option to configure IRQ output polarity as active highAlexander Stein1-7/+23
2014-12-02gpio: fix deferred probe detection for legacy APIAlexandre Courbot2-2/+14
2014-11-28gpio: remove const modifier from gpiod_get_direction()Alexandre Courbot2-6/+4
2014-11-28gpio: remove gpio_descs global arrayAlexandre Courbot1-16/+31
2014-11-28gpio: mxs: implement get_direction callbackJanusz Uzycki1-0/+13
2014-11-28gpio: em: Use dynamic allocation of GPIOsGeert Uytterhoeven1-6/+1
2014-11-27gpio: Check if base is positive before calling gpio_is_valid()Geert Uytterhoeven1-2/+2