aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-of.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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