linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: devicetree: move trivial-devices out of I2C realm
@ 2017-03-06 14:38 Wolfram Sang
  2017-03-13  7:54 ` Wolfram Sang
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfram Sang @ 2017-03-06 14:38 UTC (permalink / raw)
  To: devicetree; +Cc: linux-i2c, Rob Herring, Wolfram Sang

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
-- 
2.11.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: devicetree: move trivial-devices out of I2C realm
  2017-03-06 14:38 [PATCH] Documentation: devicetree: move trivial-devices out of I2C realm Wolfram Sang
@ 2017-03-13  7:54 ` Wolfram Sang
  2017-03-16 20:51   ` Rob Herring
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfram Sang @ 2017-03-13  7:54 UTC (permalink / raw)
  To: devicetree, Rob Herring; +Cc: linux-i2c

[-- Attachment #1: Type: text/plain, Size: 855 bytes --]

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?


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: devicetree: move trivial-devices out of I2C realm
  2017-03-13  7:54 ` Wolfram Sang
@ 2017-03-16 20:51   ` Rob Herring
  2017-03-16 20:53     ` Wolfram Sang
  0 siblings, 1 reply; 4+ messages in thread
From: Rob Herring @ 2017-03-16 20:51 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA

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-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
> > ---
> >  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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: devicetree: move trivial-devices out of I2C realm
  2017-03-16 20:51   ` Rob Herring
@ 2017-03-16 20:53     ` Wolfram Sang
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2017-03-16 20:53 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 568 bytes --]

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-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
...
> > Rob, shall I take it or do you want?
> 
> I've applied it.

Thanks a ton!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-16 20:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-06 14:38 [PATCH] Documentation: devicetree: move trivial-devices out of I2C realm Wolfram Sang
2017-03-13  7:54 ` Wolfram Sang
2017-03-16 20:51   ` Rob Herring
2017-03-16 20:53     ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).