summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-of.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely2013-02-131-35/+0
* | gpio: use pinctrl device name for add rangeHaojian Zhuang2013-01-211-1/+1
|/
* gpiolib: let gpiochip_add_pin_range() specify offsetLinus Walleij2012-11-211-0/+12
* gpiolib: separation of pin concernsLinus Walleij2012-11-111-14/+9
* gpiolib: remove duplicate pin range codeLinus Walleij2012-11-111-12/+1
* gpiolib-of: staticize the pin range callsLinus Walleij2012-11-111-4/+4
* gpiolib: provide provision to register pin rangesShiraz Hashim2012-11-111-0/+56
* gpio: Fix debug message in of_get_named_gpio_flags()Thierry Reding2012-08-171-1/+1
* gpio: of_get_named_gpio_flags() return -EPROBE_DEFER if GPIO not yet availableRoland Stigge2012-07-171-1/+4
* gpio: propagate of_parse_phandle_with_args errorsAlexandre Courbot2012-07-171-1/+1
* gpio/of: fix a typo of comment messageDong Aisheng2012-05-251-1/+1
* gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely2012-05-181-42/+38
* Merge tag 'v3.4-rc6' into gpio/nextGrant Likely2012-05-081-1/+1
* gpio: Move DT support code into drivers/gpioGrant Likely2012-04-071-0/+240
OpenPOWER on IntegriCloud