aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-of.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-05gpio: of: provide optional of_mm_gpiochip_add_data() functionLinus Walleij1-5/+7
2015-11-19gpio: change member .dev to .parentLinus Walleij1-2/+2
2015-09-24gpiolib-of: Rename gpio_hog functions to be genericMarkus Pargmann1-10/+10
2015-07-28gpio: defer probe if pinctrl cannot be foundTomeu Vizoso1-9/+18
2015-07-16gpiolib: remove unneeded assignationLaurent Navet1-1/+1
2015-07-16gpio: of: remove unnecessary variable in of_get_gpio_hog()Masahiro Yamada1-4/+1
2015-05-19Drivers: gpio: Fix spelling errorsColin Cronin1-1/+1
2015-04-18Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+111
2015-03-04gpio: add GPIO hogging mechanismBenoit Parrot1-0/+111
2015-02-23gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per nodeHans Holmberg1-4/+5
2015-02-11Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+17
2015-01-15gpiolib: of: Correct error handling in of_get_named_gpiod_flagsHans Holmberg1-2/+8
2015-01-15gpio/gpiolib-of: Create of_mm_gpiochip_removeRicardo Ribalda Delgado1-0/+17
2014-08-17gpio: delete unneeded test before of_node_putJulia Lawall1-3/+1
2014-07-23gpio: make gpiochip_get_desc() gpiolib-privateAlexandre Courbot1-1/+1
2014-07-23gpio: remove export of private of_get_named_gpio_flags()Alexandre Courbot1-1/+0
2014-07-09gpiolib: of: Update debug messages for of_get_named_gpiod_flagsTushar Behera1-3/+4
2014-05-21gpio: make of_get_named_gpiod_flags() privateAlexandre Courbot1-0/+14
2014-04-28gpiolib: of: remove gpio_to_desc() usageLinus Walleij1-1/+1
2014-02-06gpio: gpiolib-of: Use PTR_ERR_OR_ZEROSachin Kamat1-1/+2
2013-11-12Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-11/+17
2013-10-19gpiolib: port of_ functions to use gpiodAlexandre Courbot1-11/+17
2013-10-16pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert1-8/+55
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+2
2013-08-29gpio: implement gpio-ranges binding document fixStephen Warren1-2/+2
2013-08-16gpio: gpiolib-of.c: make error message more meaningful by adding the node name and indexLothar Waßmann1-1/+2
2013-05-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1
2013-04-03Merge tag 'v3.9-rc5' into develLinus Walleij1-3/+2
2013-03-27gpio: gpiolib-of.c: fix checkpatch errorLaurent Navet1-1/+1
2013-03-07gpio: add gpio offset in gpio range cells propertyHaojian Zhuang1-13/+2
2013-03-07gpio: fix wrong checking condition for gpio rangeHaojian Zhuang1-3/+2
2013-02-20Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-35/+0
2013-02-13gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely1-35/+0
2013-01-21gpio: use pinctrl device name for add rangeHaojian Zhuang1-1/+1
2012-11-21gpiolib: let gpiochip_add_pin_range() specify offsetLinus Walleij1-0/+12
2012-11-11gpiolib: separation of pin concernsLinus Walleij1-14/+9
2012-11-11gpiolib: remove duplicate pin range codeLinus Walleij1-12/+1
2012-11-11gpiolib-of: staticize the pin range callsLinus Walleij1-4/+4
2012-11-11gpiolib: provide provision to register pin rangesShiraz Hashim1-0/+56
2012-08-17gpio: Fix debug message in of_get_named_gpio_flags()Thierry Reding1-1/+1
2012-07-17gpio: of_get_named_gpio_flags() return -EPROBE_DEFER if GPIO not yet availableRoland Stigge1-1/+4
2012-07-17gpio: propagate of_parse_phandle_with_args errorsAlexandre Courbot1-1/+1
2012-05-25gpio/of: fix a typo of comment messageDong Aisheng1-1/+1
2012-05-18gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely1-42/+38
2012-05-08Merge tag 'v3.4-rc6' into gpio/nextGrant Likely1-1/+1
2012-04-07gpio: Move DT support code into drivers/gpioGrant Likely1-0/+240