Re: [PATCH v4] usb:serial:pl2303: add GPIOs interface on PL2303

2014-07-28 Thread Linus Walleij
On Thu, Jul 24, 2014 at 7:03 PM, Wang YanQing wrote: > PL2303HX has two GPIOs, this patch add interface for it. > > Signed-off-by: Wang YanQing > --- > Changes v3-v4: > 1: fix missing static for gpio_dir_mask and gpio_value_mask > 2: reduce unneeded compile macro defined suggested by > gno..

[PATCH v4] usb:serial:pl2303: add GPIOs interface on PL2303

2014-07-24 Thread Wang YanQing
PL2303HX has two GPIOs, this patch add interface for it. Signed-off-by: Wang YanQing --- Changes v3-v4: 1: fix missing static for gpio_dir_mask and gpio_value_mask 2: reduce unneeded compile macro defined suggested by gno...@lxorguk.ukuu.org.uk 3: use true instead of 1 corrected by Linus Wal