2012-06-11 12:27:10

by Wolfram Sang

[permalink] [raw]
Subject: Re: [PATCH] devicetree: bindings: gpio-i2c belongs to i2c not gpio

On Fri, Apr 20, 2012 at 05:08:02PM +0200, Wolfram Sang wrote:
> gpio-i2c describes an I2C controller (using gpios for data and clock),
> so it must be described in i2c, not gpio.
>
> Signed-off-by: Wolfram Sang <[email protected]>
> ---
> .../{gpio/gpio_i2c.txt => i2c/gpio-i2c.txt} | 0
> 1 file changed, 0 insertions(+), 0 deletions(-)
> rename Documentation/devicetree/bindings/{gpio/gpio_i2c.txt => i2c/gpio-i2c.txt} (100%)
>
> diff --git a/Documentation/devicetree/bindings/gpio/gpio_i2c.txt b/Documentation/devicetree/bindings/i2c/gpio-i2c.txt
> similarity index 100%
> rename from Documentation/devicetree/bindings/gpio/gpio_i2c.txt
> rename to Documentation/devicetree/bindings/i2c/gpio-i2c.txt

Any objections to me taking the patch via the i2c-tree?

--
Pengutronix e.K. | Wolfram Sang |
Industrial Linux Solutions | http://www.pengutronix.de/ |


Attachments:
(No filename) (933.00 B)
signature.asc (198.00 B)
Digital signature
Download all attachments

2012-06-11 12:31:58

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] devicetree: bindings: gpio-i2c belongs to i2c not gpio

On 06/11/2012 07:26 AM, Wolfram Sang wrote:
> On Fri, Apr 20, 2012 at 05:08:02PM +0200, Wolfram Sang wrote:
>> gpio-i2c describes an I2C controller (using gpios for data and clock),
>> so it must be described in i2c, not gpio.
>>
>> Signed-off-by: Wolfram Sang <[email protected]>
>> ---
>> .../{gpio/gpio_i2c.txt => i2c/gpio-i2c.txt} | 0
>> 1 file changed, 0 insertions(+), 0 deletions(-)
>> rename Documentation/devicetree/bindings/{gpio/gpio_i2c.txt => i2c/gpio-i2c.txt} (100%)
>>
>> diff --git a/Documentation/devicetree/bindings/gpio/gpio_i2c.txt b/Documentation/devicetree/bindings/i2c/gpio-i2c.txt
>> similarity index 100%
>> rename from Documentation/devicetree/bindings/gpio/gpio_i2c.txt
>> rename to Documentation/devicetree/bindings/i2c/gpio-i2c.txt
>
> Any objections to me taking the patch via the i2c-tree?

That's fine.

Acked-by: Rob Herring <[email protected]>