From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject:
Date: Fri, 8 Apr 2011 16:48:32 +0200 [thread overview]
Message-ID: <1302274116-9215-1-git-send-email-s.hauer@pengutronix.de> (raw)
The following adds a caching block layer to speed up for
example mmc card operations. Also, write support on ata and
mci devices is made optional to save some binary space.
Sascha Hauer (4):
add block support
ata: use block support
ata: make write support optional
mci: make write support optional
common/Kconfig | 6 +
common/Makefile | 1 +
common/block.c | 263 ++++++++++++++++++++++++++++++++++++++++++++++
drivers/ata/Kconfig | 5 +
drivers/ata/disk_drive.c | 196 +++++++---------------------------
drivers/mci/Kconfig | 5 +
drivers/mci/mci-core.c | 6 +
fs/Makefile | 2 +-
include/block.h | 32 ++++++
9 files changed, 357 insertions(+), 159 deletions(-)
create mode 100644 common/block.c
create mode 100644 include/block.h
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2011-04-08 14:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-08 14:48 Sascha Hauer [this message]
2011-04-08 14:48 ` [PATCH 1/4] add block support Sascha Hauer
2011-04-08 14:48 ` [PATCH 2/4] ata: use " Sascha Hauer
2011-04-08 14:48 ` [PATCH 3/4] ata: make write support optional Sascha Hauer
2011-04-08 14:48 ` [PATCH 4/4] mci: " Sascha Hauer
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=1302274116-9215-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox