Re: [PATCH] w1: w1-gpio: Convert to use GPIO descriptors

2017-12-08 Thread Linus Walleij
On Tue, Dec 5, 2017 at 11:40 PM, Evgeniy Polyakov wrote: > Sorry for late reply It's cool. Much to do. > 20.11.2017, 11:47, "Linus Walleij" : >> The w1 master driver includes a complete open drain emulation >> reimplementation among other things. >> >> This converts the driver and all board fil

Re: [PATCH] w1: w1-gpio: Convert to use GPIO descriptors

2017-12-05 Thread Evgeniy Polyakov
Hi Linus Sorry for late reply 20.11.2017, 11:47, "Linus Walleij" : > The w1 master driver includes a complete open drain emulation > reimplementation among other things. > > This converts the driver and all board files using it to use > GPIO descriptors associated with the device to look up the >

[PATCH] w1: w1-gpio: Convert to use GPIO descriptors

2017-11-20 Thread Linus Walleij
The w1 master driver includes a complete open drain emulation reimplementation among other things. This converts the driver and all board files using it to use GPIO descriptors associated with the device to look up the GPIO wire, as well ass the optional pull-up GPIO line. When probed from the de