summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-of.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2016-12-131-47/+4
|\
| * gpio: of: add missing of_node_put() in of_gpiochip_scan_gpios()Wei Yongjun2016-10-311-1/+3
| * gpio: Rework of_gpiochip_set_names() to use device property accessorsMika Westerberg2016-10-241-46/+1
* | gpio: of: fix GPIO drivers with multiple gpio_chip for a single nodeMasahiro Yamada2016-10-311-5/+9
|/
* Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-10-051-0/+39
|\
| * gpio: OF: separation of concernsLinus Walleij2016-10-031-0/+39
* | Revert "gpio: include <linux/io-mapping.h> in gpiolib-of"Linus Walleij2016-09-081-1/+0
|/
* Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-07-261-68/+59
|\
| * gpio: of: factor out common code to a new helper functionMasahiro Yamada2016-06-231-19/+18
| * gpio: of: remove of_gpiochip_and_xlate() and struct gg_dataMasahiro Yamada2016-06-231-46/+35
| * gpio: of: move chip->of_gpio_n_cells checking to of_gpiochip_add()Masahiro Yamada2016-06-231-1/+4
| * gpio: of: drop needless gpio_chip look-up in of_parse_own_gpio()Masahiro Yamada2016-06-231-19/+20
| * gpio: of: optimize "gpios" property parsing of of_parse_own_gpio()Masahiro Yamada2016-06-231-7/+5
| * gpio: of: add missing of_node_put() to of_gpiochip_add_pin_range()Masahiro Yamada2016-06-071-0/+1
* | gpio: include <linux/io-mapping.h> in gpiolib-ofLinus Walleij2016-06-081-0/+1
|/
* gpio: of: make it possible to name GPIO linesLinus Walleij2016-05-101-0/+49
* gpio: of: Scan available child node for gpio-hogLaxman Dewangan2016-04-141-1/+1
* gpio: of: Return error if gpio hog configuration failedLaxman Dewangan2016-04-131-6/+9
* gpio: of: provide optional of_mm_gpiochip_add_data() functionLinus Walleij2016-01-051-5/+7
* gpio: change member .dev to .parentLinus Walleij2015-11-191-2/+2
* gpiolib-of: Rename gpio_hog functions to be genericMarkus Pargmann2015-09-241-10/+10
* gpio: defer probe if pinctrl cannot be foundTomeu Vizoso2015-07-281-9/+18
* gpiolib: remove unneeded assignationLaurent Navet2015-07-161-1/+1
* gpio: of: remove unnecessary variable in of_get_gpio_hog()Masahiro Yamada2015-07-161-4/+1
* Drivers: gpio: Fix spelling errorsColin Cronin2015-05-191-1/+1
* Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-04-181-0/+111
|\
| * gpio: add GPIO hogging mechanismBenoit Parrot2015-03-041-0/+111
* | gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per ...Hans Holmberg2015-02-231-4/+5
|/
* Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2015-02-111-0/+17
|\
| * gpio/gpiolib-of: Create of_mm_gpiochip_removeRicardo Ribalda Delgado2015-01-151-0/+17
* | gpiolib: of: Correct error handling in of_get_named_gpiod_flagsHans Holmberg2015-01-151-2/+8
|/
* gpio: delete unneeded test before of_node_putJulia Lawall2014-08-171-3/+1
* gpio: make gpiochip_get_desc() gpiolib-privateAlexandre Courbot2014-07-231-1/+1
* gpio: remove export of private of_get_named_gpio_flags()Alexandre Courbot2014-07-231-1/+0
* gpiolib: of: Update debug messages for of_get_named_gpiod_flagsTushar Behera2014-07-091-3/+4
* gpio: make of_get_named_gpiod_flags() privateAlexandre Courbot2014-05-211-0/+14
* gpiolib: of: remove gpio_to_desc() usageLinus Walleij2014-04-281-1/+1
* gpio: gpiolib-of: Use PTR_ERR_OR_ZEROSachin Kamat2014-02-061-1/+2
* Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-11-121-11/+17
|\
| * gpiolib: port of_ functions to use gpiodAlexandre Courbot2013-10-191-11/+17
* | pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert2013-10-161-8/+55
|/
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-09-101-2/+2
|\
| * gpio: implement gpio-ranges binding document fixStephen Warren2013-08-291-2/+2
* | gpio: gpiolib-of.c: make error message more meaningful by adding the node nam...Lothar Waßmann2013-08-161-1/+2
|/
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-061-1/+1
|\
| * gpio: gpiolib-of.c: fix checkpatch errorLaurent Navet2013-03-271-1/+1
* | Merge tag 'v3.9-rc5' into develLinus Walleij2013-04-031-3/+2
|\ \
| * | gpio: fix wrong checking condition for gpio rangeHaojian Zhuang2013-03-071-3/+2
| |/
* | gpio: add gpio offset in gpio range cells propertyHaojian Zhuang2013-03-071-13/+2
|/
* Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-201-35/+0
|\
OpenPOWER on IntegriCloud