linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Update help of CONFIG_MTD_OF_PARTS
@ 2014-10-10 13:06 Michal Sojka
  2014-10-22  5:34 ` Brian Norris
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Sojka @ 2014-10-10 13:06 UTC (permalink / raw)
  To: David Woodhouse, Brian Norris, linux-mtd, linux-kernel; +Cc: Michal Sojka

The help text of CONFIG_MTD_OF_PARTS refers to additional documentation
in booting-without-of.txt but this documentation was moved to another
file in commit efcc2da3fd148c9acb7d7cf1d9800e0649f950fc (Stefan Roese:
Factor MTD physmap bindings out of booting-without-of). This updates the
help text to point to the right place.

Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
---
 drivers/mtd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 94b8210..fa8371a 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -133,7 +133,7 @@ config MTD_OF_PARTS
 	help
 	  This provides a partition parsing function which derives
 	  the partition map from the children of the flash node,
-	  as described in Documentation/devicetree/booting-without-of.txt.
+	  as described in Documentation/devicetree/bindings/mtd/mtd-physmap.txt.
 
 config MTD_AR7_PARTS
 	tristate "TI AR7 partitioning support"
-- 
2.1.1

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

* Re: [PATCH] Update help of CONFIG_MTD_OF_PARTS
  2014-10-10 13:06 [PATCH] Update help of CONFIG_MTD_OF_PARTS Michal Sojka
@ 2014-10-22  5:34 ` Brian Norris
  2014-11-05  9:18   ` Brian Norris
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Norris @ 2014-10-22  5:34 UTC (permalink / raw)
  To: Michal Sojka; +Cc: linux-mtd, David Woodhouse, linux-kernel

On Fri, Oct 10, 2014 at 03:06:17PM +0200, Michal Sojka wrote:
> The help text of CONFIG_MTD_OF_PARTS refers to additional documentation
> in booting-without-of.txt but this documentation was moved to another
> file in commit efcc2da3fd148c9acb7d7cf1d9800e0649f950fc (Stefan Roese:
> Factor MTD physmap bindings out of booting-without-of). This updates the
> help text to point to the right place.
> 
> Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
> ---
>  drivers/mtd/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
> index 94b8210..fa8371a 100644
> --- a/drivers/mtd/Kconfig
> +++ b/drivers/mtd/Kconfig
> @@ -133,7 +133,7 @@ config MTD_OF_PARTS
>  	help
>  	  This provides a partition parsing function which derives
>  	  the partition map from the children of the flash node,
> -	  as described in Documentation/devicetree/booting-without-of.txt.
> +	  as described in Documentation/devicetree/bindings/mtd/mtd-physmap.txt.

Did you read this file before sending the patch? I'm pretty sure you're
looking for this file instead:

  Documentation/devicetree/bindings/mtd/partition.txt

>  
>  config MTD_AR7_PARTS
>  	tristate "TI AR7 partitioning support"

Brian

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

* Re: [PATCH] Update help of CONFIG_MTD_OF_PARTS
  2014-10-22  5:34 ` Brian Norris
@ 2014-11-05  9:18   ` Brian Norris
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Norris @ 2014-11-05  9:18 UTC (permalink / raw)
  To: Michal Sojka; +Cc: linux-mtd, David Woodhouse, linux-kernel

On Tue, Oct 21, 2014 at 10:34:53PM -0700, Brian Norris wrote:
> On Fri, Oct 10, 2014 at 03:06:17PM +0200, Michal Sojka wrote:
> > The help text of CONFIG_MTD_OF_PARTS refers to additional documentation
> > in booting-without-of.txt but this documentation was moved to another
> > file in commit efcc2da3fd148c9acb7d7cf1d9800e0649f950fc (Stefan Roese:
> > Factor MTD physmap bindings out of booting-without-of). This updates the
> > help text to point to the right place.
> > 
> > Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
> > ---
> >  drivers/mtd/Kconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
> > index 94b8210..fa8371a 100644
> > --- a/drivers/mtd/Kconfig
> > +++ b/drivers/mtd/Kconfig
> > @@ -133,7 +133,7 @@ config MTD_OF_PARTS
> >  	help
> >  	  This provides a partition parsing function which derives
> >  	  the partition map from the children of the flash node,
> > -	  as described in Documentation/devicetree/booting-without-of.txt.
> > +	  as described in Documentation/devicetree/bindings/mtd/mtd-physmap.txt.
> 
> Did you read this file before sending the patch? I'm pretty sure you're
> looking for this file instead:
> 
>   Documentation/devicetree/bindings/mtd/partition.txt

Fixed this up and pushed to l2-mtd.git.

Brian

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

end of thread, other threads:[~2014-11-05  9:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-10 13:06 [PATCH] Update help of CONFIG_MTD_OF_PARTS Michal Sojka
2014-10-22  5:34 ` Brian Norris
2014-11-05  9:18   ` Brian Norris

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).