Re: [PATCH 0/2] USB: serial: gpio line-name fix and FT232R CBUS gpio support

2018-11-13 Thread Johan Hovold
Hi Linus, Sorry about the late reply, this one got buried in the mailbox during conference travels. On Wed, Oct 10, 2018 at 11:36:28AM +0200, Linus Walleij wrote: > On Fri, Oct 5, 2018 at 3:40 PM Johan Hovold wrote: > > On Mon, Oct 01, 2018 at 11:43:55AM +0200, Linus Walleij wrote: > > > > The

Re: [PATCH 0/2] USB: serial: gpio line-name fix and FT232R CBUS gpio support

2018-10-10 Thread Linus Walleij
On Fri, Oct 5, 2018 at 3:40 PM Johan Hovold wrote: > On Mon, Oct 01, 2018 at 11:43:55AM +0200, Linus Walleij wrote: > > The idea is to make it possible for userspace to look up a GPIO > > on a chip by name, so if the gpiochip has a unique name, > > and the line name is unique on that chip it shou

Re: [PATCH 0/2] USB: serial: gpio line-name fix and FT232R CBUS gpio support

2018-10-05 Thread Johan Hovold
On Mon, Oct 01, 2018 at 11:43:55AM +0200, Linus Walleij wrote: > On Sun, Sep 30, 2018 at 2:29 PM Johan Hovold wrote: > > Linus, we finally got around to adding gpio support for FTDI devices; > > see commit > > > > ba93cc7da896 ("USB: serial: ftdi_sio: implement GPIO support for > > FT-X

Re: [PATCH 0/2] USB: serial: gpio line-name fix and FT232R CBUS gpio support

2018-10-01 Thread Linus Walleij
On Sun, Sep 30, 2018 at 2:29 PM Johan Hovold wrote: > Turns out gpiolib still doesn't like having non-unique line names, so > drop the line names from the recently added FTX cbus gpio > implementation before adding support also for FT232R. Oh. > Linus, we finally got around to adding gpio suppo

[PATCH 0/2] USB: serial: gpio line-name fix and FT232R CBUS gpio support

2018-09-30 Thread Johan Hovold
Turns out gpiolib still doesn't like having non-unique line names, so drop the line names from the recently added FTX cbus gpio implementation before adding support also for FT232R. Linus, we finally got around to adding gpio support for FTDI devices; see commit ba93cc7da896 ("USB: seria