diff mbox

Documentation: devicetree: move trivial-devices out of I2C realm

Message ID 20170306143859.11881-1-wsa@the-dreams.de
State Accepted, archived
Headers show

Commit Message

Wolfram Sang March 6, 2017, 2:38 p.m. UTC
The I2C directory is for I2C master controllers, not for clients. So,
move the file describing trivial devices one layer upwards where it
fits its generic nature way better.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
 Documentation/devicetree/bindings/{i2c => }/trivial-devices.txt | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/{i2c => }/trivial-devices.txt (100%)

Comments

Wolfram Sang March 13, 2017, 7:54 a.m. UTC | #1
On Mon, Mar 06, 2017 at 03:38:59PM +0100, Wolfram Sang wrote:
> The I2C directory is for I2C master controllers, not for clients. So,
> move the file describing trivial devices one layer upwards where it
> fits its generic nature way better.
> 
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> ---
>  Documentation/devicetree/bindings/{i2c => }/trivial-devices.txt | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename Documentation/devicetree/bindings/{i2c => }/trivial-devices.txt (100%)
> 
> diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/trivial-devices.txt
> similarity index 100%
> rename from Documentation/devicetree/bindings/i2c/trivial-devices.txt
> rename to Documentation/devicetree/bindings/trivial-devices.txt

Rob, shall I take it or do you want?
Rob Herring March 16, 2017, 8:51 p.m. UTC | #2
On Mon, Mar 13, 2017 at 08:54:57AM +0100, Wolfram Sang wrote:
> On Mon, Mar 06, 2017 at 03:38:59PM +0100, Wolfram Sang wrote:
> > The I2C directory is for I2C master controllers, not for clients. So,
> > move the file describing trivial devices one layer upwards where it
> > fits its generic nature way better.
> > 
> > Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> > ---
> >  Documentation/devicetree/bindings/{i2c => }/trivial-devices.txt | 0
> >  1 file changed, 0 insertions(+), 0 deletions(-)
> >  rename Documentation/devicetree/bindings/{i2c => }/trivial-devices.txt (100%)
> > 
> > diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/trivial-devices.txt
> > similarity index 100%
> > rename from Documentation/devicetree/bindings/i2c/trivial-devices.txt
> > rename to Documentation/devicetree/bindings/trivial-devices.txt
> 
> Rob, shall I take it or do you want?

I've applied it.

Rob
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Wolfram Sang March 16, 2017, 8:53 p.m. UTC | #3
On Thu, Mar 16, 2017 at 03:51:11PM -0500, Rob Herring wrote:
> On Mon, Mar 13, 2017 at 08:54:57AM +0100, Wolfram Sang wrote:
> > On Mon, Mar 06, 2017 at 03:38:59PM +0100, Wolfram Sang wrote:
> > > The I2C directory is for I2C master controllers, not for clients. So,
> > > move the file describing trivial devices one layer upwards where it
> > > fits its generic nature way better.
> > > 
> > > Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
...
> > Rob, shall I take it or do you want?
> 
> I've applied it.

Thanks a ton!
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/trivial-devices.txt
similarity index 100%
rename from Documentation/devicetree/bindings/i2c/trivial-devices.txt
rename to Documentation/devicetree/bindings/trivial-devices.txt