Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-07-06 Thread Felipe Balbi
Hi, On Mon, Jul 06, 2015 at 08:07:25PM +0200, Pali Rohár wrote: > On Monday 06 July 2015 19:44:21 Felipe Balbi wrote: > > On Mon, Jul 06, 2015 at 12:40:49PM -0500, Felipe Balbi wrote: > > > On Mon, Jul 06, 2015 at 01:59:18PM +0200, Pali Rohár wrote: > > > > On Monday 08 June 2015 18:08:19 Felipe

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-07-06 Thread Pali Rohár
On Monday 06 July 2015 19:44:21 Felipe Balbi wrote: > On Mon, Jul 06, 2015 at 12:40:49PM -0500, Felipe Balbi wrote: > > On Mon, Jul 06, 2015 at 01:59:18PM +0200, Pali Rohár wrote: > > > On Monday 08 June 2015 18:08:19 Felipe Balbi wrote: > > > > On Mon, Jun 08, 2015 at 08:20:05AM +0200, Pali Rohár

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-07-06 Thread Felipe Balbi
On Mon, Jul 06, 2015 at 12:40:49PM -0500, Felipe Balbi wrote: > On Mon, Jul 06, 2015 at 01:59:18PM +0200, Pali Rohár wrote: > > On Monday 08 June 2015 18:08:19 Felipe Balbi wrote: > > > On Mon, Jun 08, 2015 at 08:20:05AM +0200, Pali Rohár wrote: > > > > This patch adds removable mass storage

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-07-06 Thread Felipe Balbi
On Mon, Jul 06, 2015 at 01:59:18PM +0200, Pali Rohár wrote: > On Monday 08 June 2015 18:08:19 Felipe Balbi wrote: > > On Mon, Jun 08, 2015 at 08:20:05AM +0200, Pali Rohár wrote: > > > This patch adds removable mass storage support to g_nokia gadget > > > (for N900). It means that at runtime block

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-07-06 Thread Pali Rohár
On Monday 08 June 2015 18:08:19 Felipe Balbi wrote: > On Mon, Jun 08, 2015 at 08:20:05AM +0200, Pali Rohár wrote: > > This patch adds removable mass storage support to g_nokia gadget > > (for N900). It means that at runtime block device can be exported > > or unexported. So it does not export

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-07-06 Thread Pali Rohár
On Monday 08 June 2015 18:08:19 Felipe Balbi wrote: On Mon, Jun 08, 2015 at 08:20:05AM +0200, Pali Rohár wrote: This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at runtime block device can be exported or unexported. So it does not export anything by

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-07-06 Thread Felipe Balbi
Hi, On Mon, Jul 06, 2015 at 08:07:25PM +0200, Pali Rohár wrote: On Monday 06 July 2015 19:44:21 Felipe Balbi wrote: On Mon, Jul 06, 2015 at 12:40:49PM -0500, Felipe Balbi wrote: On Mon, Jul 06, 2015 at 01:59:18PM +0200, Pali Rohár wrote: On Monday 08 June 2015 18:08:19 Felipe Balbi

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-07-06 Thread Felipe Balbi
On Mon, Jul 06, 2015 at 12:40:49PM -0500, Felipe Balbi wrote: On Mon, Jul 06, 2015 at 01:59:18PM +0200, Pali Rohár wrote: On Monday 08 June 2015 18:08:19 Felipe Balbi wrote: On Mon, Jun 08, 2015 at 08:20:05AM +0200, Pali Rohár wrote: This patch adds removable mass storage support to

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-07-06 Thread Felipe Balbi
On Mon, Jul 06, 2015 at 01:59:18PM +0200, Pali Rohár wrote: On Monday 08 June 2015 18:08:19 Felipe Balbi wrote: On Mon, Jun 08, 2015 at 08:20:05AM +0200, Pali Rohár wrote: This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at runtime block device

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-07-06 Thread Pali Rohár
On Monday 06 July 2015 19:44:21 Felipe Balbi wrote: On Mon, Jul 06, 2015 at 12:40:49PM -0500, Felipe Balbi wrote: On Mon, Jul 06, 2015 at 01:59:18PM +0200, Pali Rohár wrote: On Monday 08 June 2015 18:08:19 Felipe Balbi wrote: On Mon, Jun 08, 2015 at 08:20:05AM +0200, Pali Rohár wrote:

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-06-08 Thread Felipe Balbi
On Mon, Jun 08, 2015 at 08:20:05AM +0200, Pali Rohár wrote: > This patch adds removable mass storage support to g_nokia gadget (for N900). > It means that at runtime block device can be exported or unexported. > So it does not export anything by default and thus allows to use MyDocs > partition as

[PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-06-08 Thread Pali Rohár
This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at runtime block device can be exported or unexported. So it does not export anything by default and thus allows to use MyDocs partition as before... Signed-off-by: Pali Rohár ---

[PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-06-08 Thread Pali Rohár
This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at runtime block device can be exported or unexported. So it does not export anything by default and thus allows to use MyDocs partition as before... Signed-off-by: Pali Rohár pali.ro...@gmail.com ---

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-06-08 Thread Felipe Balbi
On Mon, Jun 08, 2015 at 08:20:05AM +0200, Pali Rohár wrote: This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at runtime block device can be exported or unexported. So it does not export anything by default and thus allows to use MyDocs partition as

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-06-07 Thread Felipe Balbi
On Sat, Jun 06, 2015 at 10:04:55AM +0200, Pali Rohár wrote: > On Friday 05 June 2015 22:17:09 Felipe Balbi wrote: > > Hi, > > > > On Fri, Jun 05, 2015 at 10:09:03PM +0200, Pali Rohár wrote: > > > On Friday 29 May 2015 18:57:06 Felipe Balbi wrote: > > > > All right, I tried merging it and it added

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-06-07 Thread Felipe Balbi
On Sat, Jun 06, 2015 at 10:04:55AM +0200, Pali Rohár wrote: On Friday 05 June 2015 22:17:09 Felipe Balbi wrote: Hi, On Fri, Jun 05, 2015 at 10:09:03PM +0200, Pali Rohár wrote: On Friday 29 May 2015 18:57:06 Felipe Balbi wrote: All right, I tried merging it and it added build breaks

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-06-06 Thread Pali Rohár
On Friday 05 June 2015 22:17:09 Felipe Balbi wrote: > Hi, > > On Fri, Jun 05, 2015 at 10:09:03PM +0200, Pali Rohár wrote: > > On Friday 29 May 2015 18:57:06 Felipe Balbi wrote: > > > All right, I tried merging it and it added build breaks to the > > > tree. I'll wait for another version for v4.3

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-06-06 Thread Pali Rohár
On Friday 05 June 2015 22:17:09 Felipe Balbi wrote: Hi, On Fri, Jun 05, 2015 at 10:09:03PM +0200, Pali Rohár wrote: On Friday 29 May 2015 18:57:06 Felipe Balbi wrote: All right, I tried merging it and it added build breaks to the tree. I'll wait for another version for v4.3 merge

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-06-05 Thread Felipe Balbi
Hi, On Fri, Jun 05, 2015 at 10:09:03PM +0200, Pali Rohár wrote: > On Friday 29 May 2015 18:57:06 Felipe Balbi wrote: > > All right, I tried merging it and it added build breaks to the tree. > > I'll wait for another version for v4.3 merge window. > > > > cheers > > Hello, version below compiles

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-06-05 Thread Pali Rohár
On Friday 29 May 2015 18:57:06 Felipe Balbi wrote: > All right, I tried merging it and it added build breaks to the tree. > I'll wait for another version for v4.3 merge window. > > cheers Hello, version below compiles fine on top of linus tree. Please apply: diff --git

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-06-05 Thread Felipe Balbi
Hi, On Fri, Jun 05, 2015 at 10:09:03PM +0200, Pali Rohár wrote: On Friday 29 May 2015 18:57:06 Felipe Balbi wrote: All right, I tried merging it and it added build breaks to the tree. I'll wait for another version for v4.3 merge window. cheers Hello, version below compiles fine on

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-06-05 Thread Pali Rohár
On Friday 29 May 2015 18:57:06 Felipe Balbi wrote: All right, I tried merging it and it added build breaks to the tree. I'll wait for another version for v4.3 merge window. cheers Hello, version below compiles fine on top of linus tree. Please apply: diff --git

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-05-29 Thread Felipe Balbi
On Thu, May 28, 2015 at 11:40:07PM +0200, Pali Rohár wrote: > On Thursday 28 May 2015 18:34:31 Felipe Balbi wrote: > > On Thu, May 28, 2015 at 04:59:18PM +0200, Pali Rohár wrote: > > > On Thursday 28 May 2015 16:51:07 Krzysztof Opasiak wrote: > > > > On 05/28/2015 04:31 PM, Pali Rohár wrote: > > >

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-05-29 Thread Felipe Balbi
On Thu, May 28, 2015 at 11:40:07PM +0200, Pali Rohár wrote: On Thursday 28 May 2015 18:34:31 Felipe Balbi wrote: On Thu, May 28, 2015 at 04:59:18PM +0200, Pali Rohár wrote: On Thursday 28 May 2015 16:51:07 Krzysztof Opasiak wrote: On 05/28/2015 04:31 PM, Pali Rohár wrote: On Thursday

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-05-28 Thread Pali Rohár
On Thursday 28 May 2015 18:34:31 Felipe Balbi wrote: > On Thu, May 28, 2015 at 04:59:18PM +0200, Pali Rohár wrote: > > On Thursday 28 May 2015 16:51:07 Krzysztof Opasiak wrote: > > > On 05/28/2015 04:31 PM, Pali Rohár wrote: > > > >On Thursday 28 May 2015 16:27:44 Krzysztof Opasiak wrote: > > >

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-05-28 Thread Felipe Balbi
On Thu, May 28, 2015 at 04:59:18PM +0200, Pali Rohár wrote: > On Thursday 28 May 2015 16:51:07 Krzysztof Opasiak wrote: > > > > > > On 05/28/2015 04:31 PM, Pali Rohár wrote: > > >On Thursday 28 May 2015 16:27:44 Krzysztof Opasiak wrote: > > >> > > >> > > >>On 05/28/2015 09:47 AM, Pali Rohár

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-05-28 Thread Pali Rohár
On Thursday 28 May 2015 16:51:07 Krzysztof Opasiak wrote: > > > On 05/28/2015 04:31 PM, Pali Rohár wrote: > >On Thursday 28 May 2015 16:27:44 Krzysztof Opasiak wrote: > >> > >> > >>On 05/28/2015 09:47 AM, Pali Rohár wrote: > >>>On Saturday 31 January 2015 10:53:30 Pali Rohár wrote: > This

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-05-28 Thread Krzysztof Opasiak
On 05/28/2015 04:31 PM, Pali Rohár wrote: On Thursday 28 May 2015 16:27:44 Krzysztof Opasiak wrote: On 05/28/2015 09:47 AM, Pali Rohár wrote: On Saturday 31 January 2015 10:53:30 Pali Rohár wrote: This patch adds removable mass storage support to g_nokia gadget (for N900). It means that

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-05-28 Thread Pali Rohár
On Thursday 28 May 2015 16:27:44 Krzysztof Opasiak wrote: > > > On 05/28/2015 09:47 AM, Pali Rohár wrote: > >On Saturday 31 January 2015 10:53:30 Pali Rohár wrote: > >>This patch adds removable mass storage support to g_nokia gadget (for N900). > >>It means that at runtime block device can be

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-05-28 Thread Krzysztof Opasiak
On 05/28/2015 09:47 AM, Pali Rohár wrote: On Saturday 31 January 2015 10:53:30 Pali Rohár wrote: This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at runtime block device can be exported or unexported. So it does not export anything by default and thus

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-05-28 Thread Pali Rohár
On Saturday 31 January 2015 10:53:30 Pali Rohár wrote: > This patch adds removable mass storage support to g_nokia gadget (for N900). > It means that at runtime block device can be exported or unexported. > So it does not export anything by default and thus allows to use MyDocs > partition as

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-05-28 Thread Pali Rohár
On Thursday 28 May 2015 18:34:31 Felipe Balbi wrote: On Thu, May 28, 2015 at 04:59:18PM +0200, Pali Rohár wrote: On Thursday 28 May 2015 16:51:07 Krzysztof Opasiak wrote: On 05/28/2015 04:31 PM, Pali Rohár wrote: On Thursday 28 May 2015 16:27:44 Krzysztof Opasiak wrote: On 05/28/2015

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-05-28 Thread Pali Rohár
On Saturday 31 January 2015 10:53:30 Pali Rohár wrote: This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at runtime block device can be exported or unexported. So it does not export anything by default and thus allows to use MyDocs partition as

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-05-28 Thread Krzysztof Opasiak
On 05/28/2015 09:47 AM, Pali Rohár wrote: On Saturday 31 January 2015 10:53:30 Pali Rohár wrote: This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at runtime block device can be exported or unexported. So it does not export anything by default and thus

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-05-28 Thread Pali Rohár
On Thursday 28 May 2015 16:27:44 Krzysztof Opasiak wrote: On 05/28/2015 09:47 AM, Pali Rohár wrote: On Saturday 31 January 2015 10:53:30 Pali Rohár wrote: This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at runtime block device can be exported or

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-05-28 Thread Krzysztof Opasiak
On 05/28/2015 04:31 PM, Pali Rohár wrote: On Thursday 28 May 2015 16:27:44 Krzysztof Opasiak wrote: On 05/28/2015 09:47 AM, Pali Rohár wrote: On Saturday 31 January 2015 10:53:30 Pali Rohár wrote: This patch adds removable mass storage support to g_nokia gadget (for N900). It means that

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-05-28 Thread Pali Rohár
On Thursday 28 May 2015 16:51:07 Krzysztof Opasiak wrote: On 05/28/2015 04:31 PM, Pali Rohár wrote: On Thursday 28 May 2015 16:27:44 Krzysztof Opasiak wrote: On 05/28/2015 09:47 AM, Pali Rohár wrote: On Saturday 31 January 2015 10:53:30 Pali Rohár wrote: This patch adds removable mass

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-05-28 Thread Felipe Balbi
On Thu, May 28, 2015 at 04:59:18PM +0200, Pali Rohár wrote: On Thursday 28 May 2015 16:51:07 Krzysztof Opasiak wrote: On 05/28/2015 04:31 PM, Pali Rohár wrote: On Thursday 28 May 2015 16:27:44 Krzysztof Opasiak wrote: On 05/28/2015 09:47 AM, Pali Rohár wrote: On Saturday 31

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-18 Thread Pali Rohár
On Saturday 07 February 2015 19:33:53 Ivaylo Dimitrov wrote: > Hi, > > On 7.02.2015 20:01, Ivaylo Dimitrov wrote: > > On 2.02.2015 21:14, Felipe Balbi wrote: > >> On Mon, Feb 02, 2015 at 08:07:51PM +0100, Pali Rohár wrote: > >>> On Monday 02 February 2015 20:01:11 Felipe Balbi wrote: > Hi,

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-18 Thread Pali Rohár
On Saturday 31 January 2015 10:53:30 Pali Rohár wrote: > This patch adds removable mass storage support to g_nokia > gadget (for N900). It means that at runtime block device can > be exported or unexported. So it does not export anything by > default and thus allows to use MyDocs partition as

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-18 Thread Pali Rohár
On Saturday 31 January 2015 10:53:30 Pali Rohár wrote: This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at runtime block device can be exported or unexported. So it does not export anything by default and thus allows to use MyDocs partition as

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-18 Thread Pali Rohár
On Saturday 07 February 2015 19:33:53 Ivaylo Dimitrov wrote: Hi, On 7.02.2015 20:01, Ivaylo Dimitrov wrote: On 2.02.2015 21:14, Felipe Balbi wrote: On Mon, Feb 02, 2015 at 08:07:51PM +0100, Pali Rohár wrote: On Monday 02 February 2015 20:01:11 Felipe Balbi wrote: Hi, On Mon, Feb

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-07 Thread Ivaylo Dimitrov
Hi, On 7.02.2015 20:01, Ivaylo Dimitrov wrote: On 2.02.2015 21:14, Felipe Balbi wrote: On Mon, Feb 02, 2015 at 08:07:51PM +0100, Pali Rohár wrote: On Monday 02 February 2015 20:01:11 Felipe Balbi wrote: Hi, On Mon, Feb 02, 2015 at 07:58:59PM +0100, Pali Rohár wrote: On Monday 02

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-07 Thread Ivaylo Dimitrov
On 2.02.2015 21:14, Felipe Balbi wrote: On Mon, Feb 02, 2015 at 08:07:51PM +0100, Pali Rohár wrote: On Monday 02 February 2015 20:01:11 Felipe Balbi wrote: Hi, On Mon, Feb 02, 2015 at 07:58:59PM +0100, Pali Rohár wrote: On Monday 02 February 2015 19:54:58 Felipe Balbi wrote: Hi, On Sat,

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-07 Thread Ivaylo Dimitrov
On 2.02.2015 21:14, Felipe Balbi wrote: On Mon, Feb 02, 2015 at 08:07:51PM +0100, Pali Rohár wrote: On Monday 02 February 2015 20:01:11 Felipe Balbi wrote: Hi, On Mon, Feb 02, 2015 at 07:58:59PM +0100, Pali Rohár wrote: On Monday 02 February 2015 19:54:58 Felipe Balbi wrote: Hi, On Sat,

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-07 Thread Ivaylo Dimitrov
Hi, On 7.02.2015 20:01, Ivaylo Dimitrov wrote: On 2.02.2015 21:14, Felipe Balbi wrote: On Mon, Feb 02, 2015 at 08:07:51PM +0100, Pali Rohár wrote: On Monday 02 February 2015 20:01:11 Felipe Balbi wrote: Hi, On Mon, Feb 02, 2015 at 07:58:59PM +0100, Pali Rohár wrote: On Monday 02

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-05 Thread Pali Rohár
On Monday 02 February 2015 20:14:35 Felipe Balbi wrote: > On Mon, Feb 02, 2015 at 08:07:51PM +0100, Pali Rohár wrote: > > On Monday 02 February 2015 20:01:11 Felipe Balbi wrote: > > > Hi, > > > > > > On Mon, Feb 02, 2015 at 07:58:59PM +0100, Pali Rohár wrote: > > > > On Monday 02 February 2015

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-05 Thread Pali Rohár
On Monday 02 February 2015 20:14:35 Felipe Balbi wrote: On Mon, Feb 02, 2015 at 08:07:51PM +0100, Pali Rohár wrote: On Monday 02 February 2015 20:01:11 Felipe Balbi wrote: Hi, On Mon, Feb 02, 2015 at 07:58:59PM +0100, Pali Rohár wrote: On Monday 02 February 2015 19:54:58 Felipe

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-02 Thread Felipe Balbi
On Mon, Feb 02, 2015 at 08:07:51PM +0100, Pali Rohár wrote: > On Monday 02 February 2015 20:01:11 Felipe Balbi wrote: > > Hi, > > > > On Mon, Feb 02, 2015 at 07:58:59PM +0100, Pali Rohár wrote: > > > On Monday 02 February 2015 19:54:58 Felipe Balbi wrote: > > > > Hi, > > > > > > > > On Sat, Jan

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-02 Thread Pali Rohár
On Monday 02 February 2015 20:01:11 Felipe Balbi wrote: > Hi, > > On Mon, Feb 02, 2015 at 07:58:59PM +0100, Pali Rohár wrote: > > On Monday 02 February 2015 19:54:58 Felipe Balbi wrote: > > > Hi, > > > > > > On Sat, Jan 31, 2015 at 10:53:30AM +0100, Pali Rohár wrote: > > > > This patch adds

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-02 Thread Felipe Balbi
Hi, On Mon, Feb 02, 2015 at 07:58:59PM +0100, Pali Rohár wrote: > On Monday 02 February 2015 19:54:58 Felipe Balbi wrote: > > Hi, > > > > On Sat, Jan 31, 2015 at 10:53:30AM +0100, Pali Rohár wrote: > > > This patch adds removable mass storage support to g_nokia > > > gadget (for N900). It means

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-02 Thread Pali Rohár
On Monday 02 February 2015 19:54:58 Felipe Balbi wrote: > Hi, > > On Sat, Jan 31, 2015 at 10:53:30AM +0100, Pali Rohár wrote: > > This patch adds removable mass storage support to g_nokia > > gadget (for N900). It means that at runtime block device > > can be exported or unexported. So it does

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-02 Thread Felipe Balbi
Hi, On Sat, Jan 31, 2015 at 10:53:30AM +0100, Pali Rohár wrote: > This patch adds removable mass storage support to g_nokia gadget (for N900). > It means that at runtime block device can be exported or unexported. > So it does not export anything by default and thus allows to use MyDocs >

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-02 Thread Andrzej Pietrasiewicz
Hello Pali, W dniu 31.01.2015 o 10:53, Pali Rohár pisze: This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at runtime block device can be exported or unexported. For a hint please see this thread: http://www.spinics.net/lists/linux-usb/msg119669.html

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-02 Thread Andrzej Pietrasiewicz
Hello Pali, W dniu 31.01.2015 o 10:53, Pali Rohár pisze: This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at runtime block device can be exported or unexported. For a hint please see this thread: http://www.spinics.net/lists/linux-usb/msg119669.html

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-02 Thread Felipe Balbi
Hi, On Sat, Jan 31, 2015 at 10:53:30AM +0100, Pali Rohár wrote: This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at runtime block device can be exported or unexported. So it does not export anything by default and thus allows to use MyDocs partition

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-02 Thread Pali Rohár
On Monday 02 February 2015 19:54:58 Felipe Balbi wrote: Hi, On Sat, Jan 31, 2015 at 10:53:30AM +0100, Pali Rohár wrote: This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at runtime block device can be exported or unexported. So it does not export

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-02 Thread Felipe Balbi
Hi, On Mon, Feb 02, 2015 at 07:58:59PM +0100, Pali Rohár wrote: On Monday 02 February 2015 19:54:58 Felipe Balbi wrote: Hi, On Sat, Jan 31, 2015 at 10:53:30AM +0100, Pali Rohár wrote: This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-02 Thread Pali Rohár
On Monday 02 February 2015 20:01:11 Felipe Balbi wrote: Hi, On Mon, Feb 02, 2015 at 07:58:59PM +0100, Pali Rohár wrote: On Monday 02 February 2015 19:54:58 Felipe Balbi wrote: Hi, On Sat, Jan 31, 2015 at 10:53:30AM +0100, Pali Rohár wrote: This patch adds removable mass storage

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-02-02 Thread Felipe Balbi
On Mon, Feb 02, 2015 at 08:07:51PM +0100, Pali Rohár wrote: On Monday 02 February 2015 20:01:11 Felipe Balbi wrote: Hi, On Mon, Feb 02, 2015 at 07:58:59PM +0100, Pali Rohár wrote: On Monday 02 February 2015 19:54:58 Felipe Balbi wrote: Hi, On Sat, Jan 31, 2015 at 10:53:30AM

[PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-01-31 Thread Pali Rohár
This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at runtime block device can be exported or unexported. So it does not export anything by default and thus allows to use MyDocs partition as before... Signed-off-by: Pali Rohár ---

[PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-01-31 Thread Pali Rohár
This patch adds removable mass storage support to g_nokia gadget (for N900). It means that at runtime block device can be exported or unexported. So it does not export anything by default and thus allows to use MyDocs partition as before... Signed-off-by: Pali Rohár pali.ro...@gmail.com ---

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2013-03-30 Thread Pavel Machek
On Mon 2013-01-21 10:05:06, Felipe Balbi wrote: > Hi, > > On Sun, Jan 20, 2013 at 11:17:31AM +0100, Pali Rohár wrote: > > On Sunday 20 January 2013 10:25:37 Felipe Balbi wrote: > > > On Sun, Jan 20, 2013 at 03:58:13AM +0100, Pali Rohár wrote: > > > > Signed-off-by: Pali Rohár > > > > > > NAK

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2013-03-30 Thread Pavel Machek
On Mon 2013-01-21 10:05:06, Felipe Balbi wrote: Hi, On Sun, Jan 20, 2013 at 11:17:31AM +0100, Pali Rohár wrote: On Sunday 20 January 2013 10:25:37 Felipe Balbi wrote: On Sun, Jan 20, 2013 at 03:58:13AM +0100, Pali Rohár wrote: Signed-off-by: Pali Rohár pali.ro...@gmail.com NAK

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2013-01-22 Thread Pali Rohár
On Tuesday 22 January 2013 17:17:21 Felipe Balbi wrote: > Hi, > > On Tue, Jan 22, 2013 at 12:03:09PM +0100, Pali Rohár wrote: > > On Monday 21 January 2013 09:05:06 Felipe Balbi wrote: > > > Hi, > > > > > > On Sun, Jan 20, 2013 at 11:17:31AM +0100, Pali Rohár wrote: > > > > On Sunday 20 January

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2013-01-22 Thread Felipe Balbi
Hi, On Tue, Jan 22, 2013 at 12:03:09PM +0100, Pali Rohár wrote: > On Monday 21 January 2013 09:05:06 Felipe Balbi wrote: > > Hi, > > > > On Sun, Jan 20, 2013 at 11:17:31AM +0100, Pali Rohár wrote: > > > On Sunday 20 January 2013 10:25:37 Felipe Balbi wrote: > > > > On Sun, Jan 20, 2013 at

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2013-01-22 Thread Pali Rohár
On Monday 21 January 2013 09:05:06 Felipe Balbi wrote: > Hi, > > On Sun, Jan 20, 2013 at 11:17:31AM +0100, Pali Rohár wrote: > > On Sunday 20 January 2013 10:25:37 Felipe Balbi wrote: > > > On Sun, Jan 20, 2013 at 03:58:13AM +0100, Pali Rohár wrote: > > > > Signed-off-by: Pali Rohár > > > > > >

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2013-01-22 Thread Pali Rohár
On Monday 21 January 2013 09:05:06 Felipe Balbi wrote: Hi, On Sun, Jan 20, 2013 at 11:17:31AM +0100, Pali Rohár wrote: On Sunday 20 January 2013 10:25:37 Felipe Balbi wrote: On Sun, Jan 20, 2013 at 03:58:13AM +0100, Pali Rohár wrote: Signed-off-by: Pali Rohár pali.ro...@gmail.com

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2013-01-22 Thread Felipe Balbi
Hi, On Tue, Jan 22, 2013 at 12:03:09PM +0100, Pali Rohár wrote: On Monday 21 January 2013 09:05:06 Felipe Balbi wrote: Hi, On Sun, Jan 20, 2013 at 11:17:31AM +0100, Pali Rohár wrote: On Sunday 20 January 2013 10:25:37 Felipe Balbi wrote: On Sun, Jan 20, 2013 at 03:58:13AM +0100,

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2013-01-22 Thread Pali Rohár
On Tuesday 22 January 2013 17:17:21 Felipe Balbi wrote: Hi, On Tue, Jan 22, 2013 at 12:03:09PM +0100, Pali Rohár wrote: On Monday 21 January 2013 09:05:06 Felipe Balbi wrote: Hi, On Sun, Jan 20, 2013 at 11:17:31AM +0100, Pali Rohár wrote: On Sunday 20 January 2013 10:25:37

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2013-01-21 Thread Felipe Balbi
Hi, On Sun, Jan 20, 2013 at 11:17:31AM +0100, Pali Rohár wrote: > On Sunday 20 January 2013 10:25:37 Felipe Balbi wrote: > > On Sun, Jan 20, 2013 at 03:58:13AM +0100, Pali Rohár wrote: > > > Signed-off-by: Pali Rohár > > > > NAK for two reasons: > > > > a) the original Nokia kernel used a

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2013-01-21 Thread Felipe Balbi
Hi, On Sun, Jan 20, 2013 at 11:17:31AM +0100, Pali Rohár wrote: On Sunday 20 January 2013 10:25:37 Felipe Balbi wrote: On Sun, Jan 20, 2013 at 03:58:13AM +0100, Pali Rohár wrote: Signed-off-by: Pali Rohár pali.ro...@gmail.com NAK for two reasons: a) the original Nokia kernel used

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2013-01-20 Thread Pali Rohár
On Sunday 20 January 2013 10:25:37 Felipe Balbi wrote: > On Sun, Jan 20, 2013 at 03:58:13AM +0100, Pali Rohár wrote: > > Signed-off-by: Pali Rohár > > NAK for two reasons: > > a) the original Nokia kernel used a separate g_file_storage > gadget to use Mass Storage mode, use that > > b) there

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2013-01-20 Thread Felipe Balbi
On Sun, Jan 20, 2013 at 03:58:13AM +0100, Pali Rohár wrote: > Signed-off-by: Pali Rohár NAK for two reasons: a) the original Nokia kernel used a separate g_file_storage gadget to use Mass Storage mode, use that b) there is no commit log -- balbi signature.asc Description: Digital

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2013-01-20 Thread Felipe Balbi
On Sun, Jan 20, 2013 at 03:58:13AM +0100, Pali Rohár wrote: Signed-off-by: Pali Rohár pali.ro...@gmail.com NAK for two reasons: a) the original Nokia kernel used a separate g_file_storage gadget to use Mass Storage mode, use that b) there is no commit log -- balbi signature.asc

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2013-01-20 Thread Pali Rohár
On Sunday 20 January 2013 10:25:37 Felipe Balbi wrote: On Sun, Jan 20, 2013 at 03:58:13AM +0100, Pali Rohár wrote: Signed-off-by: Pali Rohár pali.ro...@gmail.com NAK for two reasons: a) the original Nokia kernel used a separate g_file_storage gadget to use Mass Storage mode, use that

[PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2013-01-19 Thread Pali Rohár
Signed-off-by: Pali Rohár --- drivers/usb/gadget/nokia.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/drivers/usb/gadget/nokia.c b/drivers/usb/gadget/nokia.c index 661600a..56409ee 100644 --- a/drivers/usb/gadget/nokia.c +++ b/drivers/usb/gadget/nokia.c

[PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2013-01-19 Thread Pali Rohár
Signed-off-by: Pali Rohár pali.ro...@gmail.com --- drivers/usb/gadget/nokia.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/drivers/usb/gadget/nokia.c b/drivers/usb/gadget/nokia.c index 661600a..56409ee 100644 --- a/drivers/usb/gadget/nokia.c +++