From: Sascha Hauer <s.hauer@pengutronix.de>
To: Markus Pargmann <mpa@pengutronix.de>
Cc: barebox@lists.infradead.org, mgr@pengutronix.de
Subject: Re: [PATCH v3 0/4] state: Refactor backend
Date: Fri, 8 Jul 2016 09:03:19 +0200 [thread overview]
Message-ID: <20160708070319.GQ20657@pengutronix.de> (raw)
In-Reply-To: <1467793185-3709-1-git-send-email-mpa@pengutronix.de>
On Wed, Jul 06, 2016 at 10:19:41AM +0200, Markus Pargmann wrote:
> Changes in v3:
> - A central cache implementation bucket data. This is implemented as another
> bucket (backend_bucket_cached) which can access other buckets. See the
> updated diagram in the second patch.
> - Fixup flush usage
> - lazy initialization of buckets
Applied, thanks
Sascha
>
> Best Regards,
>
> Markus
>
>
> Markus Pargmann (3):
> libfile: Change write_full to be have const buf
> state: Refactor state framework
> docs: Add/Update state documentation
>
> Michael Grzeschik (1):
> state: also append backend storage stridesize
>
> .../devicetree/bindings/barebox/barebox,state.rst | 7 +-
> Documentation/user/state.rst | 46 +
> Documentation/user/user-manual.rst | 1 +
> common/Makefile | 2 +-
> common/state.c | 1720 --------------------
> common/state/Makefile | 9 +
> common/state/backend.c | 188 +++
> common/state/backend_bucket_cached.c | 155 ++
> common/state/backend_bucket_circular.c | 515 ++++++
> common/state/backend_bucket_direct.c | 180 ++
> common/state/backend_format_dtb.c | 150 ++
> common/state/backend_format_raw.c | 329 ++++
> common/state/backend_storage.c | 525 ++++++
> common/state/state.c | 573 +++++++
> common/state/state.h | 277 ++++
> common/state/state_variables.c | 493 ++++++
> drivers/misc/state.c | 65 +-
> include/libfile.h | 2 +-
> include/state.h | 4 +-
> lib/libfile.c | 2 +-
> 20 files changed, 3455 insertions(+), 1788 deletions(-)
> create mode 100644 Documentation/user/state.rst
> delete mode 100644 common/state.c
> create mode 100644 common/state/Makefile
> create mode 100644 common/state/backend.c
> create mode 100644 common/state/backend_bucket_cached.c
> create mode 100644 common/state/backend_bucket_circular.c
> create mode 100644 common/state/backend_bucket_direct.c
> create mode 100644 common/state/backend_format_dtb.c
> create mode 100644 common/state/backend_format_raw.c
> create mode 100644 common/state/backend_storage.c
> create mode 100644 common/state/state.c
> create mode 100644 common/state/state.h
> create mode 100644 common/state/state_variables.c
>
> --
> 2.8.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2016-07-08 7:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-06 8:19 Markus Pargmann
2016-07-06 8:19 ` [PATCH v3 1/4] libfile: Change write_full to be have const buf Markus Pargmann
2016-07-06 8:19 ` [PATCH v3 2/4] state: Refactor state framework Markus Pargmann
2016-07-06 8:19 ` [PATCH v3 3/4] docs: Add/Update state documentation Markus Pargmann
2016-07-06 8:19 ` [PATCH v3 4/4] state: also append backend storage stridesize Markus Pargmann
2016-07-08 7:03 ` Sascha Hauer [this message]
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=20160708070319.GQ20657@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=mgr@pengutronix.de \
--cc=mpa@pengutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox