Re: [U-Boot] [PATCH v3 1/2] Loop block device for sandbox

2012-09-06 Thread Marek Vasut
Dear Pavel Herrmann, > On Thursday 06 of September 2012 03:08:42 Marek Vasut wrote: > > Dear Pavel Herrmann, > > > > > On Wednesday 05 of September 2012 14:48:40 Marek Vasut wrote: > > > > Dear Pavel Herrmann, > > > > > > > > [...] > > > > > > > > > > besides, I think it'd be much systematic to

Re: [U-Boot] [PATCH v3 1/2] Loop block device for sandbox

2012-09-06 Thread Pavel Herrmann
On Thursday 06 of September 2012 03:08:42 Marek Vasut wrote: > Dear Pavel Herrmann, > > > On Wednesday 05 of September 2012 14:48:40 Marek Vasut wrote: > > > Dear Pavel Herrmann, > > > > > > [...] > > > > > > > > besides, I think it'd be much systematic to just scream at user to > > > > > call "

Re: [U-Boot] [PATCH v3 1/2] Loop block device for sandbox

2012-09-05 Thread Marek Vasut
Dear Pavel Herrmann, > On Wednesday 05 of September 2012 14:48:40 Marek Vasut wrote: > > Dear Pavel Herrmann, > > > > [...] > > > > > > besides, I think it'd be much systematic to just scream at user to > > > > call "sata rescan" and bail out instead of doing it for him. > > > > > > i dont actu

Re: [U-Boot] [PATCH v3 1/2] Loop block device for sandbox

2012-09-05 Thread Pavel Herrmann
On Wednesday 05 of September 2012 14:48:40 Marek Vasut wrote: > Dear Pavel Herrmann, > > [...] > > > > besides, I think it'd be much systematic to just scream at user to call > > > "sata rescan" and bail out instead of doing it for him. > > > > i dont actually need a sata rescan, i just need to

Re: [U-Boot] [PATCH v3 1/2] Loop block device for sandbox

2012-09-05 Thread Marek Vasut
Dear Pavel Herrmann, [...] > > besides, I think it'd be much systematic to just scream at user to call > > "sata rescan" and bail out instead of doing it for him. > > i dont actually need a sata rescan, i just need to make sure i have > dynamically allocated names Sorry, I can't parse this ...

Re: [U-Boot] [PATCH v3 1/2] Loop block device for sandbox

2012-09-05 Thread Marek Vasut
Dear Pavel Herrmann, [...] > > > > move this out. > > > > besides, I think it'd be much systematic to just scream at user to call > > "sata rescan" and bail out instead of doing it for him. > > i dont actually need a sata rescan, i just need to make sure i have > dynamically allocated names, s

Re: [U-Boot] [PATCH v3 1/2] Loop block device for sandbox

2012-09-05 Thread Pavel Herrmann
second try... On Wednesday 05 September 2012 13:33:13 Marek Vasut wrote: > Dear Pavel Herrmann, > > > This driver uses files as block devices, can be used for testing disk > > operations on sandbox. > > A new command "sata_loop" is introduced to load files in runtime. > > > > Signed-off-by: Pave

Re: [U-Boot] [PATCH v3 1/2] Loop block device for sandbox

2012-09-05 Thread Pavel Herrmann
On Wednesday 05 September 2012 13:33:13 Marek Vasut wrote: > Dear Pavel Herrmann, > > > This driver uses files as block devices, can be used for testing disk > > operations on sandbox. > > A new command "sata_loop" is introduced to load files in runtime. > > > > Signed-off-by: Pavel Herrmann > >

Re: [U-Boot] [PATCH v3 1/2] Loop block device for sandbox

2012-09-05 Thread Marek Vasut
Dear Pavel Herrmann, > This driver uses files as block devices, can be used for testing disk > operations on sandbox. > A new command "sata_loop" is introduced to load files in runtime. > > Signed-off-by: Pavel Herrmann > CC: Marek Vasut > CC: Mike Frysinger ERROR: "foo * bar" should be "foo

[U-Boot] [PATCH v3 1/2] Loop block device for sandbox

2012-09-05 Thread Pavel Herrmann
This driver uses files as block devices, can be used for testing disk operations on sandbox. A new command "sata_loop" is introduced to load files in runtime. Signed-off-by: Pavel Herrmann CC: Marek Vasut CC: Mike Frysinger --- Changes for v3: introduce sata_loop command Changes for v2: sp