]> git.openfabrics.org - ~emulex/infiniband.git/commit
gpio: generic: add request function pointer
authorAnthony Fee <anthony.fee@emutex.com>
Mon, 19 May 2014 17:49:14 +0000 (18:49 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 23 May 2014 12:31:51 +0000 (14:31 +0200)
commit7b42e3dbdafcc0454ffbce0a88b6d3f456e70d85
tree9d98ea0ecc17bf63c1a2d7307b9d07d95a6ba00d
parent3ff35cbcfa4bc7d7dbdd0279e32ea677567ded02
gpio: generic: add request function pointer

gpiolib will require all gpio drivers to expicitly set the request
function pointer in the future. To encourage gpio driver developers
to adhere to this standard gpio-generic.c now sets this function
pointer.

Signed-off-by: Anthony Fee <anthony.fee@emutex.com>
Acked-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-generic.c