Re: [PATCH/linux-next] Documentation:Docbook: Fix file locations in gadget.tmpl

2014-07-18 Thread Stephen Rothwell
Hi Felipe,

On Fri, 18 Jul 2014 10:42:32 -0500 Felipe Balbi  wrote:
>
> already in my tree, should be in linux-next already. If not today,
> tomorrow.

Well, Monday (logical tomorrow :-))

-- 
Cheers,
Stephen Rothwells...@canb.auug.org.au


signature.asc
Description: PGP signature


Re: [PATCH/linux-next] Documentation:Docbook: Fix file locations in gadget.tmpl

2014-07-18 Thread Felipe Balbi
On Fri, Jul 18, 2014 at 08:19:20AM -0700, Randy Dunlap wrote:
> On 07/17/2014 08:46 PM, Masanari Iida wrote:
> > Because of file location changes by commit 5ed4ac73e5975,
> > make xmldocs failed because of missing files.
> > Fix file paths in gadget.tmpl file.
> > 
> > Signed-off-by: Masanari Iida 
> 
> Hi,
> 
> There was a patch for this on the USB mailing list yesterday
> from Andrzej Pietrasiewicz .
> 
> Hopefully Felipe or Greg will apply one of them soon.

already in my tree, should be in linux-next already. If not today,
tomorrow.

-- 
balbi


signature.asc
Description: Digital signature


Re: [PATCH/linux-next] Documentation:Docbook: Fix file locations in gadget.tmpl

2014-07-18 Thread Randy Dunlap
On 07/17/2014 08:46 PM, Masanari Iida wrote:
> Because of file location changes by commit 5ed4ac73e5975,
> make xmldocs failed because of missing files.
> Fix file paths in gadget.tmpl file.
> 
> Signed-off-by: Masanari Iida 

Hi,

There was a patch for this on the USB mailing list yesterday
from Andrzej Pietrasiewicz .

Hopefully Felipe or Greg will apply one of them soon.

Thanks.

> ---
>  Documentation/DocBook/gadget.tmpl | 10 +-
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/Documentation/DocBook/gadget.tmpl 
> b/Documentation/DocBook/gadget.tmpl
> index 2c425d7..6416292 100644
> --- a/Documentation/DocBook/gadget.tmpl
> +++ b/Documentation/DocBook/gadget.tmpl
> @@ -556,11 +556,11 @@ been converted to this framework.
>  Near-term plans include converting all of them, except for "gadgetfs".
>  
>  
> -!Edrivers/usb/gadget/f_acm.c
> -!Edrivers/usb/gadget/f_ecm.c
> -!Edrivers/usb/gadget/f_subset.c
> -!Edrivers/usb/gadget/f_obex.c
> -!Edrivers/usb/gadget/f_serial.c
> +!Edrivers/usb/gadget/function/f_acm.c
> +!Edrivers/usb/gadget/function/f_ecm.c
> +!Edrivers/usb/gadget/function/f_subset.c
> +!Edrivers/usb/gadget/function/f_obex.c
> +!Edrivers/usb/gadget/function/f_serial.c
>  
>  
>  
> 


-- 
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH/linux-next] Documentation:Docbook: Fix file locations in gadget.tmpl

2014-07-18 Thread Stephen Rothwell
Hi Felipe,

On Fri, 18 Jul 2014 10:42:32 -0500 Felipe Balbi ba...@ti.com wrote:

 already in my tree, should be in linux-next already. If not today,
 tomorrow.

Well, Monday (logical tomorrow :-))

-- 
Cheers,
Stephen Rothwells...@canb.auug.org.au


signature.asc
Description: PGP signature


Re: [PATCH/linux-next] Documentation:Docbook: Fix file locations in gadget.tmpl

2014-07-18 Thread Randy Dunlap
On 07/17/2014 08:46 PM, Masanari Iida wrote:
 Because of file location changes by commit 5ed4ac73e5975,
 make xmldocs failed because of missing files.
 Fix file paths in gadget.tmpl file.
 
 Signed-off-by: Masanari Iida standby2...@gmail.com

Hi,

There was a patch for this on the USB mailing list yesterday
from Andrzej Pietrasiewicz andrze...@samsung.com.

Hopefully Felipe or Greg will apply one of them soon.

Thanks.

 ---
  Documentation/DocBook/gadget.tmpl | 10 +-
  1 file changed, 5 insertions(+), 5 deletions(-)
 
 diff --git a/Documentation/DocBook/gadget.tmpl 
 b/Documentation/DocBook/gadget.tmpl
 index 2c425d7..6416292 100644
 --- a/Documentation/DocBook/gadget.tmpl
 +++ b/Documentation/DocBook/gadget.tmpl
 @@ -556,11 +556,11 @@ been converted to this framework.
  Near-term plans include converting all of them, except for gadgetfs.
  /para
  
 -!Edrivers/usb/gadget/f_acm.c
 -!Edrivers/usb/gadget/f_ecm.c
 -!Edrivers/usb/gadget/f_subset.c
 -!Edrivers/usb/gadget/f_obex.c
 -!Edrivers/usb/gadget/f_serial.c
 +!Edrivers/usb/gadget/function/f_acm.c
 +!Edrivers/usb/gadget/function/f_ecm.c
 +!Edrivers/usb/gadget/function/f_subset.c
 +!Edrivers/usb/gadget/function/f_obex.c
 +!Edrivers/usb/gadget/function/f_serial.c
  
  /sect1
  
 


-- 
~Randy
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH/linux-next] Documentation:Docbook: Fix file locations in gadget.tmpl

2014-07-18 Thread Felipe Balbi
On Fri, Jul 18, 2014 at 08:19:20AM -0700, Randy Dunlap wrote:
 On 07/17/2014 08:46 PM, Masanari Iida wrote:
  Because of file location changes by commit 5ed4ac73e5975,
  make xmldocs failed because of missing files.
  Fix file paths in gadget.tmpl file.
  
  Signed-off-by: Masanari Iida standby2...@gmail.com
 
 Hi,
 
 There was a patch for this on the USB mailing list yesterday
 from Andrzej Pietrasiewicz andrze...@samsung.com.
 
 Hopefully Felipe or Greg will apply one of them soon.

already in my tree, should be in linux-next already. If not today,
tomorrow.

-- 
balbi


signature.asc
Description: Digital signature


[PATCH/linux-next] Documentation:Docbook: Fix file locations in gadget.tmpl

2014-07-17 Thread Masanari Iida
Because of file location changes by commit 5ed4ac73e5975,
make xmldocs failed because of missing files.
Fix file paths in gadget.tmpl file.

Signed-off-by: Masanari Iida 
---
 Documentation/DocBook/gadget.tmpl | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/DocBook/gadget.tmpl 
b/Documentation/DocBook/gadget.tmpl
index 2c425d7..6416292 100644
--- a/Documentation/DocBook/gadget.tmpl
+++ b/Documentation/DocBook/gadget.tmpl
@@ -556,11 +556,11 @@ been converted to this framework.
 Near-term plans include converting all of them, except for "gadgetfs".
 
 
-!Edrivers/usb/gadget/f_acm.c
-!Edrivers/usb/gadget/f_ecm.c
-!Edrivers/usb/gadget/f_subset.c
-!Edrivers/usb/gadget/f_obex.c
-!Edrivers/usb/gadget/f_serial.c
+!Edrivers/usb/gadget/function/f_acm.c
+!Edrivers/usb/gadget/function/f_ecm.c
+!Edrivers/usb/gadget/function/f_subset.c
+!Edrivers/usb/gadget/function/f_obex.c
+!Edrivers/usb/gadget/function/f_serial.c
 
 
 
-- 
2.0.1.537.g81e776d

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH/linux-next] Documentation:Docbook: Fix file locations in gadget.tmpl

2014-07-17 Thread Masanari Iida
Because of file location changes by commit 5ed4ac73e5975,
make xmldocs failed because of missing files.
Fix file paths in gadget.tmpl file.

Signed-off-by: Masanari Iida standby2...@gmail.com
---
 Documentation/DocBook/gadget.tmpl | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/DocBook/gadget.tmpl 
b/Documentation/DocBook/gadget.tmpl
index 2c425d7..6416292 100644
--- a/Documentation/DocBook/gadget.tmpl
+++ b/Documentation/DocBook/gadget.tmpl
@@ -556,11 +556,11 @@ been converted to this framework.
 Near-term plans include converting all of them, except for gadgetfs.
 /para
 
-!Edrivers/usb/gadget/f_acm.c
-!Edrivers/usb/gadget/f_ecm.c
-!Edrivers/usb/gadget/f_subset.c
-!Edrivers/usb/gadget/f_obex.c
-!Edrivers/usb/gadget/f_serial.c
+!Edrivers/usb/gadget/function/f_acm.c
+!Edrivers/usb/gadget/function/f_ecm.c
+!Edrivers/usb/gadget/function/f_subset.c
+!Edrivers/usb/gadget/function/f_obex.c
+!Edrivers/usb/gadget/function/f_serial.c
 
 /sect1
 
-- 
2.0.1.537.g81e776d

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/