Re: [PATCH v2] pinctrl: generic: Add output-enable property

2017-06-29 Thread Andy Shevchenko
On Thu, Jun 29, 2017 at 3:33 PM, Linus Walleij wrote: > On Thu, Jun 22, 2017 at 12:00 PM, Jacopo Mondi > wrote: > >> Add output-enable generic pin configuration property. >> This properties allows enabling/disabling pin's output capabilities >> without actually driving any value on the line. > I

Re: [PATCH v2] pinctrl: generic: Add output-enable property

2017-06-29 Thread Linus Walleij
On Thu, Jun 22, 2017 at 12:00 PM, Jacopo Mondi wrote: > Add output-enable generic pin configuration property. > This properties allows enabling/disabling pin's output capabilities > without actually driving any value on the line. > > --- > v1->v2: > - Expand the property description as suggested

Re: [PATCH v2] pinctrl: generic: Add output-enable property

2017-06-26 Thread Rob Herring
On Thu, Jun 22, 2017 at 12:00:58PM +0200, Jacopo Mondi wrote: > Add output-enable generic pin configuration property. > This properties allows enabling/disabling pin's output capabilities > without actually driving any value on the line. > > --- > v1->v2: > - Expand the property description as su

[PATCH v2] pinctrl: generic: Add output-enable property

2017-06-22 Thread Jacopo Mondi
Add output-enable generic pin configuration property. This properties allows enabling/disabling pin's output capabilities without actually driving any value on the line. --- v1->v2: - Expand the property description as suggested by Laurent. I ended up mentioning the in-famous output buffer :)