aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-08gpiolib: Defer gpio device setup until after gpiolib initializationGuenter Roeck1-31/+67
2016-04-08gpiolib: Do not use devm functions when registering gpio chipGuenter Roeck1-7/+12
2016-04-08gpio / ACPI: ignore GpioInt() GPIOs when requesting GPIO_OUT_*Dmitry Torokhov1-4/+12
2016-03-16gpiolib: Fix comment referring to gpio_*() in gpiod_*()Geert Uytterhoeven1-2/+2
2016-03-08Merge branch 'devm-gpiochip-add-data' into develLinus Walleij1-0/+74
2016-03-07gpiolib: rewrite gpiodev_add_to_listBamvor Jian Zhang1-40/+25
2016-02-25gpio: present the consumer of a line to userspaceLinus Walleij1-4/+4
2016-02-23gpio: Add devm_ apis for gpiochip_add_data and gpiochip_removeLaxman Dewangan1-0/+74
2016-02-22gpio: fixup line flags for userspace ABILinus Walleij1-7/+9
2016-02-20gpiolib: fix crash when gpiochip removedBamvor Jian Zhang1-3/+2
2016-02-19gpio: add userspace ABI for GPIO line informationLinus Walleij1-2/+49
2016-02-19gpio: store reflect the label to userspaceLinus Walleij1-0/+13
2016-02-18gpio: use kzalloc to allocate gpio_deviceJosh Cartwright1-1/+1
2016-02-16gpio: create an API to detect open drain/source on linesLinus Walleij1-0/+18
2016-02-16gpio: move the subdriver data pointer into gpio_deviceLinus Walleij1-2/+15
2016-02-16gpio: move the pin ranges into gpio_deviceLinus Walleij1-5/+5
2016-02-11gpio: reference count the gpio device for each descLinus Walleij1-2/+6
2016-02-11gpio: reflect base and ngpio into gpio_deviceLinus Walleij1-122/+135
2016-02-11gpio/pinctrl: sunxi: stop poking around in private varsLinus Walleij1-0/+9
2016-02-11gpio: move descriptors into gpio_deviceLinus Walleij1-31/+22
2016-02-11gpio: move sysfs mock device to the gpio_deviceLinus Walleij1-2/+2
2016-02-11gpio: remember to finally free gpio_deviceLinus Walleij1-0/+1
2016-02-09gpio: add a userspace chardev ABI for GPIOsLinus Walleij1-1/+124
2016-02-09gpio: refer to gpio device in prints and debugfsLinus Walleij1-3/+3
2016-02-09gpio: make the gpiochip a real deviceLinus Walleij1-68/+164
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-42/+68
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+3
2016-01-13gpiolib: fix chip order in gpio listJulien Grossholtz1-2/+4
2016-01-05gpio: fix misleading commentLinus Walleij1-1/+1
2016-01-05gpio: add a data pointer to gpio_chipLinus Walleij1-4/+6
2016-01-01ACPI / gpio: Add irq_type when a GPIO is used as an interruptChristophe RICARD1-2/+2
2015-12-27gpio: fix warning about iteratorSudip Mukherjee1-8/+12
2015-12-26Revert "gpio: revert get() to non-errorprogating behaviour"Linus Walleij1-7/+1
2015-12-21Merge tag 'v4.4-rc6' into develLinus Walleij1-2/+8
2015-12-17gpio: revert get() to non-errorprogating behaviourLinus Walleij1-1/+7
2015-12-15Merge branch 'for-dmitry' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio into goodixDmitry Torokhov1-0/+3
2015-12-13gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov1-0/+3
2015-11-29gpiolib: make comment consistent with codeBamvor Jian Zhang1-2/+3
2015-11-29gpiolib: fix oops, if gpio name is NULLVladimir Zapolskiy1-1/+1
2015-11-19gpiolib: do not allow to insert an empty gpiochipBamvor Jian Zhang1-0/+5
2015-11-19gpiolib: improve overlap check of range of gpioBamvor Jian Zhang1-19/+36
2015-11-19gpiolib: keep comment consistent with codeBamvor Jian Zhang1-1/+1
2015-11-19gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov1-0/+3
2015-11-19gpio: change member .dev to .parentLinus Walleij1-9/+10
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+1
2015-10-25Merge branch 'device-properties'Rafael J. Wysocki1-2/+1
2015-10-16gpiolib: Add and use OF_GPIO_SINGLE_ENDED flagLaurent Pinchart1-2/+18
2015-10-16gpiolib: Split GPIO flags parsing and GPIO configurationLaurent Pinchart1-16/+36
2015-10-16gpiolib: provide generic request/free implementationsJonas Gorski1-0/+23
2015-10-02gpio: gpiolib: don't compare an unsigned for >= 0Dirk Behme1-3/+1