summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2016-06-23gpio: intel-mid: switch to devm_gpiochip_add_data()Andy Shevchenko
2016-06-23gpio: 74x164: Use spi_write() helper instead of open codingGeert Uytterhoeven
2016-06-23gpio: of: factor out common code to a new helper functionMasahiro Yamada
2016-06-23gpio: of: remove of_gpiochip_and_xlate() and struct gg_dataMasahiro Yamada
2016-06-23gpio: of: move chip->of_gpio_n_cells checking to of_gpiochip_add()Masahiro Yamada
2016-06-23gpio: of: drop needless gpio_chip look-up in of_parse_own_gpio()Masahiro Yamada
2016-06-23gpio: of: optimize "gpios" property parsing of of_parse_own_gpio()Masahiro Yamada
2016-06-23gpio: convince line to become input in irq helperLinus Walleij
2016-06-18gpiolib: make lineevent_irq_thread staticBen Dooks
2016-06-18gpio: make the iterator point to last handleLinus Walleij
2016-06-16gpiolib: avoid uninitialized data in gpio kfifoArnd Bergmann
2016-06-15gpio: userspace ABI for reading GPIO line eventsLinus Walleij
2016-06-15gpio: userspace ABI for reading/writing GPIO linesLinus Walleij
2016-06-15gpio: pca953x: enable driver on Intel EdisonAndy Shevchenko
2016-06-15gpio: acpi: add _DEP support for Acer One 10Rui Zhang
2016-06-14gpio: f7188x: Implement get_direction.plr.vincent@gmail.com
2016-06-13gpio: pca953x: Fix NBANK calculation for PCA9536Vignesh R
2016-06-08gpio: mmio: add MyBook Live GPIO supportChristian Lamparter
2016-06-08gpio: mmio: add DT support for memory-mapped GPIOsÁlvaro Fernández Rojas
2016-06-08gpio: lpc18xx: convert GPIO_LPC18XX from bool to tristatePaul Gortmaker
2016-06-08gpio: Add ACPI support for XLP GPIO controllerKamlakant Patel
2016-06-08gpio: xlp: Fix vulcan IRQ descriptor allocationKamlakant Patel
2016-06-08gpio: clps711x: Remove board supportAlexander Shiyan
2016-06-08gpio: syscon: Change the compatibility stringAlexander Shiyan
2016-06-08gpio: clps711x: Change the compatibility stringAlexander Shiyan
2016-06-08gpio: xilinx: Add support to set multiple GPIO at onceIban Rodriguez
2016-06-08gpio: pca953x: enfore type for i2c_smbus_write_word_data()Andy Shevchenko
2016-06-07gpio: pca953x: remove redundant assignmentsAndy Shevchenko
2016-06-07gpio: pcf857x: restore the initial line state of all pcf linesKishon Vijay Abraham I
2016-06-07gpio: remove redundant owner assignments of driversMasahiro Yamada
2016-06-07gpio: of: add missing of_node_put() to of_gpiochip_add_pin_range()Masahiro Yamada
2016-06-07gpio: max77620: use the new open drain callbackLaxman Dewangan
2016-06-07gpio: max77620: Configure interrupt trigger levelLaxman Dewangan
2016-06-07gpio: stmpe: implement .get_direction()Linus Walleij
2016-06-07gpio: pca953x: Add support for TI PCA9536Vignesh R
2016-06-07gpio: max77620: add gpio driver for MAX77620/MAX20024Laxman Dewangan
2016-05-30gpio: drop lock before reading GPIO directionLinus Walleij
2016-05-30gpio: bail out silently on NULL descriptorsLinus Walleij
2016-05-30gpio: handle compatible ioctl() pointersLinus Walleij
2016-05-30gpio: flush direction status in gpiochip_lock_as_irq()Linus Walleij
2016-05-30gpio: lpc32xx: disable broken to_irq supportSylvain Lemieux
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann
2016-05-21Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-05-18Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-05-11gpio: zevio: make it explicitly non-modularPaul Gortmaker
2016-05-11gpio: timberdale: make it explicitly non-modularPaul Gortmaker
2016-05-11gpio: stmpe: make it explicitly non-modularPaul Gortmaker
2016-05-11gpio: sodaville: make it explicitly non-modularPaul Gortmaker
2016-05-11gpio: dwapb: Add ACPI device ID for DWAPB GPIO controller on X-Gene platformsDuc Dang
2016-05-10gpio: of: make it possible to name GPIO linesLinus Walleij