diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-04-13 15:40:45 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-05-16 14:35:24 +0200 |
commit | ba78d83be7d04f03a7fe6133efb5b6f83b9b0e7c (patch) | |
tree | d55f33b9948b7ac3c24d95b6b1e041ce7e08447b /drivers/gpio/gpio-mxc.c | |
parent | 99ef32adc5102d1fa5beabc3a88e6bf150ccab30 (diff) | |
download | linux-ba78d83be7d04f03a7fe6133efb5b6f83b9b0e7c.tar.gz linux-ba78d83be7d04f03a7fe6133efb5b6f83b9b0e7c.tar.bz2 linux-ba78d83be7d04f03a7fe6133efb5b6f83b9b0e7c.zip |
gpio: mvebu: Use the proper APIs
The MVEBU driver is requesting GPIO descriptors from itself, which
is fine, but we have proper APIs to do this in a controlled way, so
stop calling into the private functions of the GPIO library and use
the gpiochip_* functions instead. Only include <linux/gpio/driver.h>
and <linux/gpio/consumer.h> since we are both producers and consumers
in this case.
Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-mxc.c')
0 files changed, 0 insertions, 0 deletions