]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'gpiod-flags-for-4.3' of git://git.pengutronix.de/git/ukl/linux into devel
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 17 Jul 2015 11:44:15 +0000 (13:44 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 17 Jul 2015 11:44:15 +0000 (13:44 +0200)
commit2563606ce45314bfeae811edfa9984b1921fff06
tree2899deaf30aa51743218aaf6071dbc29143275a0
parent015403145a65f0a0f7c4d9badfb12759349d1e13
parentb17d1bf16cc72a374a48d748940f700009d40ff4
Merge tag 'gpiod-flags-for-4.3' of git://git.pengutronix.de/git/ukl/linux into devel

The last patch in this series makes the flags parameter for the various
gpiod_get* functions mandatory and so allows to remove an ugly cpp hack
introduced in commit 39b2bbe3d715 (gpio: add flags argument to gpiod_get*()
functions) for v3.17-rc1.

The other nine commits fix the last remaining users of these functions that
don't pass flags yet. (Only etraxfs-uart wasn't fixed; this driver's use of the
gpiod functions needs fixing anyhow.)
drivers/gpio/gpiolib.c