From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 11.mo4.mail-out.ovh.net ([46.105.34.195] helo=mo4.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T0Wd0-0001UQ-5F for barebox@lists.infradead.org; Sun, 12 Aug 2012 11:46:43 +0000 Received: from mail628.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo4.mail-out.ovh.net (Postfix) with SMTP id 63B5A1050FF4 for ; Sun, 12 Aug 2012 13:51:16 +0200 (CEST) Date: Sun, 12 Aug 2012 13:46:47 +0200 From: Jean-Christophe PLAGNIOL-VILLARD Message-ID: <20120812114647.GF6271@game.jcrosoft.org> MIME-Version: 1.0 Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 0/4] fs/mount: add autodetection support To: barebox@lists.infradead.org HI, please pull The following changes since commit 58713d32746d49ad39ba17658fe82f1b98b80b2e: commands: memset: fix help message (2012-08-09 08:44:38 +0200) are available in the git repository at: git://git.jcrosoft.org/barebox.git tags/fs for you to fetch changes up to 227e180bbf3b678f0b5e53b234a61dbc940fad94: command/mount: add autodetection support (2012-08-12 19:41:54 +0800) ---------------------------------------------------------------- fs/mount: add autodetection type support This will allow to simplify automount support Make also mount command more linux like Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD ---------------------------------------------------------------- Jean-Christophe PLAGNIOL-VILLARD (4): fs/mount: add autodetection type support filetype: add fat filesystem support fs/fat: add filetype command/mount: add autodetection support arch/arm/boards/crystalfontz-cfa10036/env/init/automount | 2 +- arch/arm/boards/mioa701/env/bin/sdcard_override | 2 +- arch/arm/boards/pcm049/env/bin/nand_bootstrap | 2 +- arch/arm/boards/phycard-a-xl2/env/bin/nand_bootstrap | 2 +- commands/mount.c | 18 +++++++++++++++--- common/filetype.c | 20 ++++++++++++++++++++ fs/Kconfig | 5 +++++ fs/fat/fat.c | 1 + fs/fs.c | 28 ++++++++++++++++++++++++++++ include/filetype.h | 1 + include/fs.h | 5 +++++ 11 files changed, 79 insertions(+), 7 deletions(-) Best Regards, J. _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox