summaryrefslogtreecommitdiff
path: root/include/linux/gpio/driver.h
AgeCommit message (Expand)Author
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-08gpio: Automatically add lockdep keysThierry Reding
2017-11-08gpio: Introduce struct gpio_irq_chip.firstThierry Reding
2017-11-08gpio: Disambiguate struct gpio_irq_chip.nestedThierry Reding
2017-11-08gpio: Export gpiochip_irq_{map,unmap}()Thierry Reding
2017-11-08gpio: Implement tighter IRQ chip integrationThierry Reding
2017-11-08gpio: Move lock_key into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_nested into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_chained_parent to struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_default_type to struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_handler to struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irqchip into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Introduce struct gpio_irq_chipThierry Reding
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25gpio: mmio: Make pin2mask() a private businessLinus Walleij
2017-10-19gpio: Introduce ->get_multiple callbackLukas Wunner
2017-10-19gpiolib: drop irq_base field from gpio_chip structGrygorii Strashko
2017-08-14gpio: Use unsigned int for of_gpio_n_cellsThierry Reding
2017-08-14gpio: of: Improve kerneldocThierry Reding
2017-08-14gpio: Cleanup kerneldocThierry Reding
2017-05-29gpio: Add new flags to control sleep status of GPIOsCharles Keepax
2017-04-13gpio: Use unsigned int for interrupt numbersThierry Reding
2017-01-30Merge tag 'v4.10-rc6' into develLinus Walleij
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg
2017-01-19gpio: provide lockdep keys for nested/unnested irqchipsLinus Walleij
2016-12-07Merge branch 'thread-irq-simpler' into develLinus Walleij
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij
2016-10-24gpio: fix struct gpio_chip commentAnthony Best
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada
2016-09-23Merge branch 'gpio-irq-validmask' of /home/linus/linux-pinctrl into develLinus Walleij
2016-09-23gpiolib: Make it possible to exclude GPIOs from IRQ domainMika Westerberg
2016-09-15gpio: don't include module.h in shared driver headerPaul Gortmaker
2016-04-05gpio: support native single-ended hardware driversLinus Walleij
2016-02-23gpio: Add devm_ apis for gpiochip_add_data and gpiochip_removeLaxman Dewangan
2016-02-19gpio: store reflect the label to userspaceLinus Walleij
2016-02-16gpio: create an API to detect open drain/source on linesLinus Walleij
2016-02-16gpio: move the subdriver data pointer into gpio_deviceLinus Walleij
2016-02-16gpio: move the pin ranges into gpio_deviceLinus Walleij
2016-02-11gpio/pinctrl: sunxi: stop poking around in private varsLinus Walleij
2016-02-11gpio: move descriptors into gpio_deviceLinus Walleij
2016-02-11gpio: move sysfs mock device to the gpio_deviceLinus Walleij
2016-02-09gpio: make the gpiochip a real deviceLinus Walleij
2016-01-13gpio: generic: make bgpio_pdata always visibleArnd Bergmann
2016-01-05gpio: generic: factor into gpio_chip structLinus Walleij
2016-01-05gpio: add a data pointer to gpio_chipLinus Walleij
2015-12-26gpio: update gpiochip .get() callback descriptionVladimir Zapolskiy
2015-11-19gpio: change member .dev to .parentLinus Walleij
2015-10-16gpiolib: provide generic request/free implementationsJonas Gorski