aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-08gpio: Add ACPI support for XLP GPIO controllerKamlakant Patel1-7/+29
2016-06-08gpio: xlp: Fix vulcan IRQ descriptor allocationKamlakant Patel1-7/+9
2016-06-08gpio: clps711x: Remove board supportAlexander Shiyan1-2/+6
2016-06-08gpio: syscon: Change the compatibility stringAlexander Shiyan1-2/+2
2016-06-08gpio: clps711x: Change the compatibility stringAlexander Shiyan1-1/+1
2016-06-08gpiolib: Fix unaligned used of reference countersRicardo Ribalda Delgado1-2/+2
2016-06-08gpiolib: Fix NULL pointer deferenceRicardo Ribalda Delgado1-1/+1
2016-06-08gpio: zynq: initialize clock even without CONFIG_PMHelmut Grohne1-0/+7
2016-06-08gpio: xilinx: Add support to set multiple GPIO at onceIban Rodriguez1-0/+48
2016-06-08gpio: 104-dio-48e: Fix control port offset computation off-by-one errorWilliam Breathitt Gray1-2/+2
2016-06-08gpio: pca953x: enfore type for i2c_smbus_write_word_data()Andy Shevchenko1-3/+6
2016-06-07gpio: pca953x: remove redundant assignmentsAndy Shevchenko1-6/+3
2016-06-07gpio: pcf857x: restore the initial line state of all pcf linesKishon Vijay Abraham I1-0/+9
2016-06-07gpio: remove redundant owner assignments of driversMasahiro Yamada12-12/+0
2016-06-07gpio: of: add missing of_node_put() to of_gpiochip_add_pin_range()Masahiro Yamada1-0/+1
2016-06-07gpio: max77620: use the new open drain callbackLaxman Dewangan1-0/+23
2016-06-07gpio: max77620: Configure interrupt trigger levelLaxman Dewangan1-8/+59
2016-06-07gpio: stmpe: implement .get_direction()Linus Walleij1-0/+17
2016-06-07gpio: pca953x: Add support for TI PCA9536Vignesh R1-0/+1
2016-06-07gpio: max77620: add gpio driver for MAX77620/MAX20024Laxman Dewangan3-0/+248
2016-05-30gpio: drop lock before reading GPIO directionLinus Walleij1-2/+2
2016-05-30gpio: bail out silently on NULL descriptorsLinus Walleij1-3/+8
2016-05-30gpio: handle compatible ioctl() pointersLinus Walleij1-2/+13
2016-05-30gpio: flush direction status in gpiochip_lock_as_irq()Linus Walleij1-4/+17
2016-05-30gpio: lpc32xx: disable broken to_irq supportSylvain Lemieux1-47/+1
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-1/+1
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-259/+144
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds47-837/+1196
2016-05-11gpio: zevio: make it explicitly non-modularPaul Gortmaker1-18/+3
2016-05-11gpio: timberdale: make it explicitly non-modularPaul Gortmaker1-30/+5
2016-05-11gpio: stmpe: make it explicitly non-modularPaul Gortmaker1-26/+5
2016-05-11gpio: sodaville: make it explicitly non-modularPaul Gortmaker1-22/+6
2016-05-11gpio: dwapb: Add ACPI device ID for DWAPB GPIO controller on X-Gene platformsDuc Dang1-0/+1
2016-05-10gpio: of: make it possible to name GPIO linesLinus Walleij1-0/+49
2016-05-02gpio: ws16c48: Utilize the ISA bus driverWilliam Breathitt Gray2-64/+33
2016-05-02gpio: 104-idio-16: Utilize the ISA bus driverWilliam Breathitt Gray2-61/+34
2016-05-02gpio: 104-idi-48: Utilize the ISA bus driverWilliam Breathitt Gray2-62/+34
2016-05-02gpio: 104-dio-48e: Utilize the ISA bus driverWilliam Breathitt Gray2-72/+43
2016-05-02gpio: make gpiod_to_irq() return negative for NO_IRQLinus Walleij1-3/+12
2016-05-01gpio: xgene: implement .get_direction()Linus Walleij1-0/+12
2016-05-01gpio: xgene: Enable ACPI support for X-Gene GFC GPIO driverDuc Dang1-0/+9
2016-04-30gpiolib-acpi: Duplicate con_id string when adding it to the crs lookup listVille Syrjälä1-1/+1
2016-04-30gpio: tegra: Implement gpio_get_direction callbackLaxman Dewangan1-0/+16
2016-04-30gpio: set up initial state from .get_direction()Linus Walleij1-7/+24
2016-04-29gpio: rename gpio-generic.c into gpio-mmio.cChristian Lamparter2-0/+3
2016-04-29gpio: generic: fix GPIO_GENERIC_PLATFORM is set to module caseChristian Lamparter1-1/+1
2016-04-29gpio: dwapb: add gpio-signaled acpi event supportJiang Qiu1-0/+17
2016-04-29gpio: dwapb: convert device node to fwnodeJiang Qiu1-19/+17
2016-04-29gpio: dwapb: remove name from dwapb_port_propertyJiang Qiu1-13/+11
2016-04-29gpio/qoriq: select IRQ_DOMAINArnd Bergmann1-0/+1