Re: [PATCH 10/11] sandbox: mmc: Support a backing file

2021-10-21 Thread Simon Glass
Hi Tom, On Sun, 19 Sept 2021 at 21:18, Simon Glass wrote: > > Hi Tom, > > On Sat, 18 Sept 2021 at 10:31, Simon Glass wrote: > > > > Hi Tom, > > > > On Sat, 18 Sept 2021 at 07:16, Tom Rini wrote: > > > > > > On Sat, Sep 18, 2021 at 03:34:54AM -0600, Simon Glass wrote: > > > > Hi Tom, > > > > > >

Re: [PATCH 10/11] sandbox: mmc: Support a backing file

2021-09-19 Thread Simon Glass
Hi Tom, On Sat, 18 Sept 2021 at 10:31, Simon Glass wrote: > > Hi Tom, > > On Sat, 18 Sept 2021 at 07:16, Tom Rini wrote: > > > > On Sat, Sep 18, 2021 at 03:34:54AM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Thu, 16 Sept 2021 at 12:40, Tom Rini wrote: > > > > > > > > On Wed, Aug 18,

Re: [PATCH 10/11] sandbox: mmc: Support a backing file

2021-09-18 Thread Simon Glass
Hi Tom, On Sat, 18 Sept 2021 at 07:16, Tom Rini wrote: > > On Sat, Sep 18, 2021 at 03:34:54AM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Thu, 16 Sept 2021 at 12:40, Tom Rini wrote: > > > > > > On Wed, Aug 18, 2021 at 09:40:32PM -0600, Simon Glass wrote: > > > > > > > Provide a way for sand

Re: [PATCH 10/11] sandbox: mmc: Support a backing file

2021-09-18 Thread Tom Rini
On Sat, Sep 18, 2021 at 03:34:54AM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 16 Sept 2021 at 12:40, Tom Rini wrote: > > > > On Wed, Aug 18, 2021 at 09:40:32PM -0600, Simon Glass wrote: > > > > > Provide a way for sandbox MMC to present data from a backing file. This > > > allows a filesyste

Re: [PATCH 10/11] sandbox: mmc: Support a backing file

2021-09-18 Thread Simon Glass
Hi Tom, On Thu, 16 Sept 2021 at 12:40, Tom Rini wrote: > > On Wed, Aug 18, 2021 at 09:40:32PM -0600, Simon Glass wrote: > > > Provide a way for sandbox MMC to present data from a backing file. This > > allows a filesystem to be created on the host and easily served via an > > emulated mmc device.

Re: [PATCH 10/11] sandbox: mmc: Support a backing file

2021-09-18 Thread Simon Glass
Hi Sean, On Sat, 28 Aug 2021 at 00:39, Sean Anderson wrote: > > On 8/18/21 11:40 PM, Simon Glass wrote: > > Provide a way for sandbox MMC to present data from a backing file. This > > allows a filesystem to be created on the host and easily served via an > > emulated mmc device. > > > > Signed-of

Re: [PATCH 10/11] sandbox: mmc: Support a backing file

2021-09-16 Thread Tom Rini
On Wed, Aug 18, 2021 at 09:40:32PM -0600, Simon Glass wrote: > Provide a way for sandbox MMC to present data from a backing file. This > allows a filesystem to be created on the host and easily served via an > emulated mmc device. > > Signed-off-by: Simon Glass > Reviewed-by: Jaehoon Chung > --

Re: [PATCH 10/11] sandbox: mmc: Support a backing file

2021-08-27 Thread Sean Anderson
On 8/18/21 11:40 PM, Simon Glass wrote: Provide a way for sandbox MMC to present data from a backing file. This allows a filesystem to be created on the host and easily served via an emulated mmc device. Signed-off-by: Simon Glass --- doc/device-tree-bindings/mmc/sandbox,mmc.txt | 18 +++

Re: [PATCH 10/11] sandbox: mmc: Support a backing file

2021-08-27 Thread Jaehoon Chung
On 8/19/21 12:40 PM, Simon Glass wrote: > Provide a way for sandbox MMC to present data from a backing file. This > allows a filesystem to be created on the host and easily served via an > emulated mmc device. > > Signed-off-by: Simon Glass Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chun