Re: [U-Boot] [PATCH v2 7/8] fat/fs: move ls to generic implementation

2017-09-05 Thread Rob Clark
On Tue, Sep 5, 2017 at 4:56 AM, Simon Glass wrote: > On 3 September 2017 at 00:38, Rob Clark wrote: >> Add a generic implementation of 'ls' using opendir/readdir/closedir, and >> replace fat's custom implementation. Other filesystems should move to >> the generic implementation after they add op

Re: [U-Boot] [PATCH v2 7/8] fat/fs: move ls to generic implementation

2017-09-05 Thread Simon Glass
On 3 September 2017 at 00:38, Rob Clark wrote: > Add a generic implementation of 'ls' using opendir/readdir/closedir, and > replace fat's custom implementation. Other filesystems should move to > the generic implementation after they add opendir/readdir/closedir > support. > > Signed-off-by: Rob

Re: [U-Boot] [PATCH v2 7/8] fat/fs: move ls to generic implementation

2017-09-03 Thread Łukasz Majewski
On 09/02/2017 06:38 PM, Rob Clark wrote: Add a generic implementation of 'ls' using opendir/readdir/closedir, and replace fat's custom implementation. Other filesystems should move to the generic implementation after they add opendir/readdir/closedir support. Reviewed-by: Łukasz Majewski S

[U-Boot] [PATCH v2 7/8] fat/fs: move ls to generic implementation

2017-09-02 Thread Rob Clark
Add a generic implementation of 'ls' using opendir/readdir/closedir, and replace fat's custom implementation. Other filesystems should move to the generic implementation after they add opendir/readdir/closedir support. Signed-off-by: Rob Clark --- fs/fat/fat.c | 32

[U-Boot] [PATCH v2 7/8] fat/fs: move ls to generic implementation

2017-08-14 Thread Rob Clark
Add a generic implementation of 'ls' using opendir/readdir/closedir, and replace fat's custom implementation. Other filesystems should move to the generic implementation after they add opendir/readdir/closedir support. Signed-off-by: Rob Clark --- fs/fat/fat.c | 32