All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Warren <swarren@wwwdotorg.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH 2/2] fs: add partition switch libary, implement ls and fsload commands
Date: Mon, 15 Oct 2012 09:43:39 -0600	[thread overview]
Message-ID: <507C2F2B.6090102@wwwdotorg.org> (raw)
In-Reply-To: <1505546.6btPi4fzxz@merom>

On 10/13/2012 01:26 PM, Pavel Herrmann wrote:
> Hi
> 
> On Wednesday 10 October 2012 18:05:07 Stephen Warren wrote:
>>  ...snip... 
>>  Makefile        |    3 +-
>>  common/Makefile |    2 +
>>  common/cmd_fs.c |   86 ++++++++++++++++++++++
>>  fs/Makefile     |   47 ++++++++++++
>>  fs/fs.c         |  216
>> +++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/fs.h    |  
>> 49 +++++++++++++
>>  6 files changed, 402 insertions(+), 1 deletions(-)
>>  create mode 100644 common/cmd_fs.c
>>  create mode 100644 fs/Makefile
>>  create mode 100644 fs/fs.c
>>  create mode 100644 include/fs.h
> 
> I dont see how this is a "partition switch library", when it doesnt deal with 
> partitions at all. Care to explain? Or maybe call it "filesystem-auto 
> detection" or something?

Oops. I will s/partition/filesystem/ in the patch subject.

  reply	other threads:[~2012-10-15 15:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-11  0:05 [U-Boot] [RFC PATCH 1/2] fs: delete unused Makefile Stephen Warren
2012-10-11  0:05 ` [U-Boot] [RFC PATCH 2/2] fs: add partition switch libary, implement ls and fsload commands Stephen Warren
2012-10-11 13:33   ` Benoît Thébaudeau
2012-10-11 16:47   ` Tom Rini
2012-10-11 16:57     ` Stephen Warren
2012-10-11 17:05       ` Tom Rini
2012-10-11 17:45         ` Benoît Thébaudeau
2012-10-13 19:26   ` Pavel Herrmann
2012-10-15 15:43     ` Stephen Warren [this message]
2012-10-13  0:31 ` [U-Boot] [RFC PATCH 1/2] fs: delete unused Makefile Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=507C2F2B.6090102@wwwdotorg.org \
    --to=swarren@wwwdotorg.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.