aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gpio/driver.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-08gpio: Move irq_handler to struct gpio_irq_chipThierry Reding1-3/+8
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-3/+8
2017-11-08gpio: Move irqchip into struct gpio_irq_chipThierry Reding1-2/+12
2017-11-08gpio: Introduce struct gpio_irq_chipThierry Reding1-0/+38
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25gpio: mmio: Make pin2mask() a private businessLinus Walleij1-4/+4
2017-10-19gpio: Introduce ->get_multiple callbackLukas Wunner1-0/+5
2017-10-19gpiolib: drop irq_base field from gpio_chip structGrygorii Strashko1-2/+0
2017-08-14gpio: Use unsigned int for of_gpio_n_cellsThierry Reding1-1/+1
2017-08-14gpio: of: Improve kerneldocThierry Reding1-0/+19
2017-08-14gpio: Cleanup kerneldocThierry Reding1-2/+1
2017-05-29gpio: Add new flags to control sleep status of GPIOsCharles Keepax1-0/+3
2017-04-13gpio: Use unsigned int for interrupt numbersThierry Reding1-3/+3
2017-01-30Merge tag 'v4.10-rc6' into develLinus Walleij1-20/+50
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg1-29/+8
2017-01-19gpio: provide lockdep keys for nested/unnested irqchipsLinus Walleij1-20/+50
2016-12-07Merge branch 'thread-irq-simpler' into develLinus Walleij1-8/+24
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij1-8/+24
2016-10-24gpio: fix struct gpio_chip commentAnthony Best1-1/+1
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-1/+0
2016-09-23Merge branch 'gpio-irq-validmask' of /home/linus/linux-pinctrl into develLinus Walleij1-0/+6
2016-09-23gpiolib: Make it possible to exclude GPIOs from IRQ domainMika Westerberg1-0/+6
2016-09-15gpio: don't include module.h in shared driver headerPaul Gortmaker1-1/+1
2016-04-05gpio: support native single-ended hardware driversLinus Walleij1-1/+24
2016-02-23gpio: Add devm_ apis for gpiochip_add_data and gpiochip_removeLaxman Dewangan1-0/+4
2016-02-19gpio: store reflect the label to userspaceLinus Walleij1-1/+2
2016-02-16gpio: create an API to detect open drain/source on linesLinus Walleij1-0/+4
2016-02-16gpio: move the subdriver data pointer into gpio_deviceLinus Walleij1-6/+1
2016-02-16gpio: move the pin ranges into gpio_deviceLinus Walleij1-9/+0
2016-02-11gpio/pinctrl: sunxi: stop poking around in private varsLinus Walleij1-0/+1
2016-02-11gpio: move descriptors into gpio_deviceLinus Walleij1-2/+0
2016-02-11gpio: move sysfs mock device to the gpio_deviceLinus Walleij1-2/+0
2016-02-09gpio: make the gpiochip a real deviceLinus Walleij1-3/+4
2016-01-13gpio: generic: make bgpio_pdata always visibleArnd Bergmann1-2/+2
2016-01-05gpio: generic: factor into gpio_chip structLinus Walleij1-0/+54
2016-01-05gpio: add a data pointer to gpio_chipLinus Walleij1-1/+13
2015-12-26gpio: update gpiochip .get() callback descriptionVladimir Zapolskiy1-2/+1
2015-11-19gpio: change member .dev to .parentLinus Walleij1-2/+2
2015-10-16gpiolib: provide generic request/free implementationsJonas Gorski1-0/+3
2015-08-26gpiolib: add description for gpio irqchip fields in struct gpio_chipGrygorii Strashko1-0/+11
2015-08-17gpiolib: irqchip: use different lockdep class for each gpio irqchipGrygorii Strashko1-5/+21
2015-07-16gpio: Remove double "base" in commentGeert Uytterhoeven1-1/+1
2015-05-14gpio: discourage passing base to gpio_chipLinus Walleij1-2/+6
2015-05-13gpiolib: cleanup chained handler and dataDmitry Eremin-Solenikov1-0/+1
2015-05-12gpio: sysfs: clean up chip class-device handlingJohan Hovold1-2/+2
2015-03-19gpio: move pincontrol calls to <linux/gpio/driver.h>Linus Walleij1-0/+48
2014-11-27gpiolib: allow simultaneous setting of multiple GPIO outputsRojhalat Ibrahim1-0/+4
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot1-2/+2
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-2/+6
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2