On Tue, Mar 10, 2015 at 8:02 AM, Ken Xue [off-list ref] wrote:
pinctrl: add AMD GPIO driver support.
KERNCZ GPIO is a new IP from AMD. it can be implemented in both x86 and ARM.
Current driver patch only support GPIO in x86.
Signed-off-by: Ken Xue <redacted>
Patch applied, thanks for this nice version!
+#include <linux/gpio/driver.h>
I moved it back to <linux/gpio.h> sorry for the fuzz. I really have to
move the GPIO ranges functions over to <gpio/driver.h>.
Yours,
Linus Walleij