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

2012-09-16 Thread Pavel Herrmann
Hi On Thursday 13 September 2012 15:31:39 Tom Rini wrote: > On Fri, Sep 07, 2012 at 11:19:03AM +0200, Pavel Herrmann wrote: > > On Friday 07 of September 2012 01:29:55 Marek Vasut wrote: > > > Dear Pavel Herrmann, > > > > > > > This driver uses files as block devices, can be used for testing disk

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

2012-09-13 Thread Tom Rini
On Fri, Sep 07, 2012 at 11:19:03AM +0200, Pavel Herrmann wrote: > On Friday 07 of September 2012 01:29:55 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 intr

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

2012-09-07 Thread Marek Vasut
Dear Pavel Herrmann, > On Friday 07 of September 2012 11:26:48 Marek Vasut wrote: > > Dear Pavel Herrmann, > > > > > On Friday 07 of September 2012 01:29:55 Marek Vasut wrote: > > > > Dear Pavel Herrmann, > > > > > > > > > This driver uses files as block devices, can be used for testing > > > >

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

2012-09-07 Thread Pavel Herrmann
On Friday 07 of September 2012 11:26:48 Marek Vasut wrote: > Dear Pavel Herrmann, > > > On Friday 07 of September 2012 01:29:55 Marek Vasut wrote: > > > Dear Pavel Herrmann, > > > > > > > This driver uses files as block devices, can be used for testing disk > > > > operations on sandbox. > > > >

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

2012-09-07 Thread Marek Vasut
Dear Pavel Herrmann, > On Friday 07 of September 2012 01:29:55 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. > > > >

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

2012-09-07 Thread Pavel Herrmann
On Friday 07 of September 2012 01:29:55 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. > > WARNING: externs should be avoided in

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

2012-09-06 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. WARNING: externs should be avoided in .c files #141: FILE: drivers/block/sata_loopback.c:39: +extern block_dev_

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

2012-09-06 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 v4: checkpatch fixes use NULLs instead of "" exte