[PATCH v6 6/8] pinctrl: cygnus: add gpio/pinconf driver
From: Linus Walleij <hidden>
Date: 2015-03-18 01:39:25
Also in:
linux-devicetree, linux-gpio, lkml
From: Linus Walleij <hidden>
Date: 2015-03-18 01:39:25
Also in:
linux-devicetree, linux-gpio, lkml
On Wed, Mar 11, 2015 at 10:15 AM, Linus Walleij [off-list ref] wrote:
On Tue, Mar 10, 2015 at 6:57 PM, Ray Jui [off-list ref] wrote:quoted
On 3/10/2015 3:20 AM, Linus Walleij wrote:quoted
On Mon, Mar 9, 2015 at 9:45 PM, Ray Jui [off-list ref] wrote:quoted
This adds the initial support of the Broadcom Cygnus GPIO/PINCONF driver that supports all 3 GPIO controllers on Cygnus including the ASIU GPIO controller, the chipCommonG GPIO controller, and the always-on GPIO controller. Basic PINCONF configurations such as bias pull up/down, and drive strength are also supported in this driver. Pins from the ASIU GPIO controller can be individually muxed to GPIO function, through interaction with the Cygnus IOMUX controller Signed-off-by: Ray Jui <rjui@broadcom.com> Reviewed-by: Scott Branden <sbranden@broadcom.com> Tested-by: Dmitry Torokhov <redacted>Patch applied! But please look at this:quoted
+#include <linux/gpio.h>Doesn't just #include <linux/gpio/driver.h> work?I think I need linux/gpio.h for gpiochip_add_pin_range and some related APIs.OK you're right ... I need to fix this.
I sent a patch fixing this now... hope it will work. Yours, Linus Walleij