Re: [RFC PATCH 5/6] extcon-gpio: Describe devicetree bindings

2013-09-19 Thread Guenter Roeck
On Thu, Sep 19, 2013 at 05:42:45PM +0100, Mark Brown wrote: > On Wed, Sep 18, 2013 at 04:38:28PM +0100, Mark Rutland wrote: > > On Mon, Sep 16, 2013 at 04:19:53PM +0100, Guenter Roeck wrote: > > > > I think what you are saying is that describing a generic connector via > > > devicetree is not acce

Re: [RFC PATCH 5/6] extcon-gpio: Describe devicetree bindings

2013-09-19 Thread Mark Brown
On Thu, Sep 19, 2013 at 11:28:50AM -0700, Guenter Roeck wrote: > On Thu, Sep 19, 2013 at 05:42:45PM +0100, Mark Brown wrote: > > Many of the things described only have passive components attached, or > > things that otherwise don't need drivers - things like power inputs or > > headphone connector

Re: [RFC PATCH 5/6] extcon-gpio: Describe devicetree bindings

2013-09-19 Thread Mark Brown
On Wed, Sep 18, 2013 at 04:38:28PM +0100, Mark Rutland wrote: > On Mon, Sep 16, 2013 at 04:19:53PM +0100, Guenter Roeck wrote: > > I think what you are saying is that describing a generic connector via > > devicetree is not acceptable, even though it _does_ describe hardware. > > I would have to d

Re: [RFC PATCH 5/6] extcon-gpio: Describe devicetree bindings

2013-09-18 Thread Mark Rutland
On Mon, Sep 16, 2013 at 04:19:53PM +0100, Guenter Roeck wrote: > On Mon, Sep 16, 2013 at 03:21:47PM +0100, Mark Rutland wrote: > > On Thu, Sep 12, 2013 at 05:53:04PM +0100, Guenter Roeck wrote: > > > On Thu, Sep 12, 2013 at 05:41:00PM +0100, Mark Rutland wrote: > > > > On Fri, Aug 30, 2013 at 05:29

Re: [RFC PATCH 5/6] extcon-gpio: Describe devicetree bindings

2013-09-16 Thread Guenter Roeck
On Mon, Sep 16, 2013 at 03:21:47PM +0100, Mark Rutland wrote: > On Thu, Sep 12, 2013 at 05:53:04PM +0100, Guenter Roeck wrote: > > On Thu, Sep 12, 2013 at 05:41:00PM +0100, Mark Rutland wrote: > > > On Fri, Aug 30, 2013 at 05:29:37AM +0100, Guenter Roeck wrote: > > > > Signed-off-by: Guenter Roeck

Re: [RFC PATCH 5/6] extcon-gpio: Describe devicetree bindings

2013-09-16 Thread Mark Rutland
On Thu, Sep 12, 2013 at 05:53:04PM +0100, Guenter Roeck wrote: > On Thu, Sep 12, 2013 at 05:41:00PM +0100, Mark Rutland wrote: > > On Fri, Aug 30, 2013 at 05:29:37AM +0100, Guenter Roeck wrote: > > > Signed-off-by: Guenter Roeck > > > --- > > > .../devicetree/bindings/extcon/extcon-gpio |

Re: [RFC PATCH 5/6] extcon-gpio: Describe devicetree bindings

2013-09-12 Thread Guenter Roeck
On Thu, Sep 12, 2013 at 05:41:00PM +0100, Mark Rutland wrote: > On Fri, Aug 30, 2013 at 05:29:37AM +0100, Guenter Roeck wrote: > > Signed-off-by: Guenter Roeck > > --- > > .../devicetree/bindings/extcon/extcon-gpio | 23 > > > > 1 file changed, 23 insertions(+) > >

Re: [RFC PATCH 5/6] extcon-gpio: Describe devicetree bindings

2013-09-12 Thread Mark Rutland
On Fri, Aug 30, 2013 at 05:29:37AM +0100, Guenter Roeck wrote: > Signed-off-by: Guenter Roeck > --- > .../devicetree/bindings/extcon/extcon-gpio | 23 > > 1 file changed, 23 insertions(+) > create mode 100644 Documentation/devicetree/bindings/extcon/extcon-gpio >

[RFC PATCH 5/6] extcon-gpio: Describe devicetree bindings

2013-08-29 Thread Guenter Roeck
Signed-off-by: Guenter Roeck --- .../devicetree/bindings/extcon/extcon-gpio | 23 1 file changed, 23 insertions(+) create mode 100644 Documentation/devicetree/bindings/extcon/extcon-gpio diff --git a/Documentation/devicetree/bindings/extcon/extcon-gpio b/Document