From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Wed, 17 Oct 2012 19:12:05 +0200 (CEST) Subject: [U-Boot] [PATCH V4 3/3] FAT: implement fat_set_blk_dev(), convert cmd_fat.c In-Reply-To: <1350492299-4342-3-git-send-email-swarren@wwwdotorg.org> Message-ID: <702365017.7067764.1350493925369.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stephen, On Wednesday, October 17, 2012 6:44:59 PM, Stephen Warren wrote: > From: Stephen Warren > > This makes the FAT filesystem API more consistent with other > block-based > filesystems. If in the future standard multi-filesystem commands such > as > "ls" or "load" are implemented, having FAT work the same way as other > filesystems will be necessary. > > Convert cmd_fat.c to the new API, so the code looks more like other > files > implementing the same commands for other filesystems. > > Signed-off-by: Stephen Warren > Reviewed-by: Beno?t Th?baudeau > --- > v4: No change (just rebased). > v3: Rebase on new fat.c cleanup patch. > v2: Fix inverted test of get_partition_info() result in > fat_register_device(). > --- [...] I'm still fine with the V4 of this series: Reviewed-by: Beno?t Th?baudeau Best regards, Beno?t