]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'gpio-v3.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Sep 2014 15:04:29 +0000 (08:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Sep 2014 15:04:29 +0000 (08:04 -0700)
commit6c83fff0a28767a7d250601dab3df90845f7a60e
tree99ccd36c79fee77d9a7187b3c63aa6256f5dd30a
parent559ecb14051808a5745bfbe39be24d27a63f5e34
parent3e49db819c7d03d12e2666b9bf589c24643576e2
Merge tag 'gpio-v3.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio

Pull GPIO fixes from Linus Walleij:
 - some documentation sync
 - resource leak in the bt8xx driver
 - again fix the way varargs are used to handle the optional flags on
   the gpiod_* accessors.  Now hopefully nailed the entire problem.

* tag 'gpio-v3.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
  gpio: move varargs hack outside #ifdef GPIOLIB
  gpio: bt8xx: fix release of managed resources
  Documentation: gpio: documentation for optional getters functions