aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2016-07-22gpio: rcar: add R8A7792 supportSergei Shtylyov1-0/+3
2016-07-22gpiolib: remove duplicated include from gpiolib.cWei Yongjun1-1/+0
2016-07-06Revert "gpio: convince line to become input in irq helper"Linus Walleij1-19/+0
2016-07-06gpiolib: of_find_gpio(): Don't discard errorsLars-Peter Clausen1-1/+1
2016-07-06gpio: of: Allow overriding the device nodeThierry Reding1-4/+5
2016-07-04gpio: free handles in fringe casesLinus Walleij1-4/+8
2016-07-04gpio: tps65218: Add platform_device_id tableKeerthy1-0/+7
2016-07-04gpio: max77620: get gpio value based on directionVenkat Reddy Talla1-1/+4
2016-06-23gpio: lynxpoint: avoid potential warning on error pathAndy Shevchenko1-1/+0
2016-06-23gpio: intel-mid: switch to devm_gpiochip_add_data()Andy Shevchenko1-1/+1
2016-06-23gpio: 74x164: Use spi_write() helper instead of open codingGeert Uytterhoeven1-7/+2
2016-06-23gpio: of: factor out common code to a new helper functionMasahiro Yamada1-19/+18
2016-06-23gpio: of: remove of_gpiochip_and_xlate() and struct gg_dataMasahiro Yamada1-46/+35
2016-06-23gpio: of: move chip->of_gpio_n_cells checking to of_gpiochip_add()Masahiro Yamada1-1/+4
2016-06-23gpio: of: drop needless gpio_chip look-up in of_parse_own_gpio()Masahiro Yamada1-19/+20
2016-06-23gpio: of: optimize "gpios" property parsing of of_parse_own_gpio()Masahiro Yamada1-7/+5
2016-06-23gpio: convince line to become input in irq helperLinus Walleij1-0/+19
2016-06-18gpiolib: make lineevent_irq_thread staticBen Dooks1-1/+1
2016-06-18gpio: make the iterator point to last handleLinus Walleij1-0/+2
2016-06-16gpiolib: avoid uninitialized data in gpio kfifoArnd Bergmann1-0/+2
2016-06-15gpio: userspace ABI for reading GPIO line eventsLinus Walleij1-0/+298
2016-06-15gpio: userspace ABI for reading/writing GPIO linesLinus Walleij1-0/+193
2016-06-15gpio: pca953x: enable driver on Intel EdisonAndy Shevchenko1-0/+2
2016-06-15gpio: acpi: add _DEP support for Acer One 10Rui Zhang1-0/+1
2016-06-14gpio: f7188x: Implement get_direction.plr.vincent@gmail.com1-0/+22
2016-06-13gpio: pca953x: Fix NBANK calculation for PCA9536Vignesh R1-1/+1
2016-06-08gpio: mmio: add MyBook Live GPIO supportChristian Lamparter1-0/+4
2016-06-08gpio: mmio: add DT support for memory-mapped GPIOsÁlvaro Fernández Rojas1-2/+45
2016-06-08gpio: lpc18xx: convert GPIO_LPC18XX from bool to tristatePaul Gortmaker1-1/+1
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-08gpio: xilinx: Add support to set multiple GPIO at onceIban Rodriguez1-0/+48
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