Linux on ARM based TI OMAP SoCs
 help / color / mirror / Atom feed
* [RFC 0/1] ARM: omap2: gpmc: Move binding documentation
@ 2013-02-13 11:13 Ezequiel Garcia
  2013-02-13 11:13 ` [RFC 1/1] ARM: omap2: gpmc: Move binding documentation to memory-controller Ezequiel Garcia
  0 siblings, 1 reply; 4+ messages in thread
From: Ezequiel Garcia @ 2013-02-13 11:13 UTC (permalink / raw)
  To: linux-omap, linux-arm-kernel
  Cc: Jon Hunter, Felipe Balbi, Tony Lindgren, Afzal Mohammed,
	Thomas Petazzoni, Gregory Clement, Ezequiel Garcia

Following current trend of placing memory controllers drivers under
drivers/memory, this patch anticipates this by moving the binding
documentation to Documentation/devicetree/bindings/memory-controller.

Some other SoCs will have similar memory controllers placed under
drivers/memory and it seems a bit strange to put GPMC under drivers/bus.

Ezequiel Garcia (1):
  ARM: omap2: gpmc: Move binding documentation to memory-controller

 .../ti-gpmc.txt => memory-controllers/ti/gpmc.txt} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/{bus/ti-gpmc.txt => memory-controllers/ti/gpmc.txt} (100%)

-- 
1.7.8.6


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

* [RFC 1/1] ARM: omap2: gpmc: Move binding documentation to memory-controller
  2013-02-13 11:13 [RFC 0/1] ARM: omap2: gpmc: Move binding documentation Ezequiel Garcia
@ 2013-02-13 11:13 ` Ezequiel Garcia
  2013-02-13 15:13   ` Jon Hunter
  0 siblings, 1 reply; 4+ messages in thread
From: Ezequiel Garcia @ 2013-02-13 11:13 UTC (permalink / raw)
  To: linux-omap, linux-arm-kernel
  Cc: Jon Hunter, Felipe Balbi, Tony Lindgren, Afzal Mohammed,
	Thomas Petazzoni, Gregory Clement, Ezequiel Garcia

GPMC stands for General Purpose Memory Controller, and it's primarily
used to handle memories such as NOR, NAND, SRAM.
Note that this controller is also used to handle network controllers
such as smsc911x.

This patch moves the documentation binding to memory-controllers,
where it belongs.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
---
 .../ti-gpmc.txt => memory-controllers/ti/gpmc.txt} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/{bus/ti-gpmc.txt => memory-controllers/ti/gpmc.txt} (100%)

diff --git a/Documentation/devicetree/bindings/bus/ti-gpmc.txt b/Documentation/devicetree/bindings/memory-controllers/ti/gpmc.txt
similarity index 100%
rename from Documentation/devicetree/bindings/bus/ti-gpmc.txt
rename to Documentation/devicetree/bindings/memory-controllers/ti/gpmc.txt
-- 
1.7.8.6


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

* Re: [RFC 1/1] ARM: omap2: gpmc: Move binding documentation to memory-controller
  2013-02-13 11:13 ` [RFC 1/1] ARM: omap2: gpmc: Move binding documentation to memory-controller Ezequiel Garcia
@ 2013-02-13 15:13   ` Jon Hunter
  2013-02-14 10:20     ` Ezequiel Garcia
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Hunter @ 2013-02-13 15:13 UTC (permalink / raw)
  To: Ezequiel Garcia
  Cc: linux-omap, linux-arm-kernel, Felipe Balbi, Tony Lindgren,
	Afzal Mohammed, Thomas Petazzoni, Gregory Clement, device-tree


On 02/13/2013 05:13 AM, Ezequiel Garcia wrote:
> GPMC stands for General Purpose Memory Controller, and it's primarily
> used to handle memories such as NOR, NAND, SRAM.
> Note that this controller is also used to handle network controllers
> such as smsc911x.
> 
> This patch moves the documentation binding to memory-controllers,
> where it belongs.
> 
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> ---
>  .../ti-gpmc.txt => memory-controllers/ti/gpmc.txt} |    0
>  1 files changed, 0 insertions(+), 0 deletions(-)
>  rename Documentation/devicetree/bindings/{bus/ti-gpmc.txt => memory-controllers/ti/gpmc.txt} (100%)
> 
> diff --git a/Documentation/devicetree/bindings/bus/ti-gpmc.txt b/Documentation/devicetree/bindings/memory-controllers/ti/gpmc.txt
> similarity index 100%
> rename from Documentation/devicetree/bindings/bus/ti-gpmc.txt
> rename to Documentation/devicetree/bindings/memory-controllers/ti/gpmc.txt

I am fine with that. However, make sure you CC the device-tree mailing list.

Cheers
Jon


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

* Re: [RFC 1/1] ARM: omap2: gpmc: Move binding documentation to memory-controller
  2013-02-13 15:13   ` Jon Hunter
@ 2013-02-14 10:20     ` Ezequiel Garcia
  0 siblings, 0 replies; 4+ messages in thread
From: Ezequiel Garcia @ 2013-02-14 10:20 UTC (permalink / raw)
  To: Jon Hunter
  Cc: linux-omap, linux-arm-kernel, Felipe Balbi, Tony Lindgren,
	Afzal Mohammed, Thomas Petazzoni, Gregory Clement, device-tree,
	zonque

On Wed, Feb 13, 2013 at 09:13:27AM -0600, Jon Hunter wrote:
> 
> On 02/13/2013 05:13 AM, Ezequiel Garcia wrote:
> > GPMC stands for General Purpose Memory Controller, and it's primarily
> > used to handle memories such as NOR, NAND, SRAM.
> > Note that this controller is also used to handle network controllers
> > such as smsc911x.
> > 
> > This patch moves the documentation binding to memory-controllers,
> > where it belongs.
> > 
> > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > ---
> >  .../ti-gpmc.txt => memory-controllers/ti/gpmc.txt} |    0
> >  1 files changed, 0 insertions(+), 0 deletions(-)
> >  rename Documentation/devicetree/bindings/{bus/ti-gpmc.txt => memory-controllers/ti/gpmc.txt} (100%)
> > 
> > diff --git a/Documentation/devicetree/bindings/bus/ti-gpmc.txt b/Documentation/devicetree/bindings/memory-controllers/ti/gpmc.txt
> > similarity index 100%
> > rename from Documentation/devicetree/bindings/bus/ti-gpmc.txt
> > rename to Documentation/devicetree/bindings/memory-controllers/ti/gpmc.txt
> 
> I am fine with that. However, make sure you CC the device-tree mailing list.
> 

Sorry about that. I also forgot to put Daniel Mack in CC, who added this
document in the first place.

@Daniel: what do you think?

-- 
Ezequiel García, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2013-02-14 10:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-13 11:13 [RFC 0/1] ARM: omap2: gpmc: Move binding documentation Ezequiel Garcia
2013-02-13 11:13 ` [RFC 1/1] ARM: omap2: gpmc: Move binding documentation to memory-controller Ezequiel Garcia
2013-02-13 15:13   ` Jon Hunter
2013-02-14 10:20     ` Ezequiel Garcia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox