aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09-24gpio: keep the GPIO line names internalLinus Walleij1-6/+0
2015-09-24gpio: Introduce gpio descriptor 'name'Markus Pargmann1-0/+7
2015-09-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
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-08-13Merge tag 'v4.2-rc4' into develLinus Walleij1-1/+1
2015-07-21gpiolib: Add support for removing registered consumer lookup tableShobhit Kumar1-0/+1
2015-07-16gpio: Remove double "base" in commentGeert Uytterhoeven1-1/+1
2015-07-06gpio: make flags mandatory for gpiod_get functionsUwe Kleine-König1-59/+23
2015-07-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds1-0/+15
2015-06-01gpiolib: rename gpiod_set_array to gpiod_set_array_valueRojhalat Ibrahim1-18/+19
2015-05-25gpiolib: Add missing dummies for the unified device properties interfaceGeert Uytterhoeven1-0/+15
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: remove gpiod_sysfs_set_active_lowJohan Hovold1-6/+0
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
2015-03-05gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functionsRojhalat Ibrahim1-0/+30
2015-03-05gpiolib: add gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim1-0/+46
2015-03-04gpio: add parameter to allow the use named gpiosOlliver Schinagl1-0/+1
2015-01-15gpio: Make the vararg hacks not pass magic valuesOlliver Schinagl1-8/+9
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-3/+45
2014-11-28gpio: remove const modifier from gpiod_get_direction()Alexandre Courbot1-1/+1
2014-11-27gpiolib: allow simultaneous setting of multiple GPIO outputsRojhalat Ibrahim2-0/+42
2014-11-04gpio: Support for unified device properties interfaceMika Westerberg1-0/+7
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