mailarchive of the pengutronix oss-tools mailing list
 help / color / mirror / Atom feed
* [OSS-Tools] [PATCH dt-utils 0/6] barebox-state sync
@ 2024-02-27 14:26 Marco Felsch
  2024-02-27 14:26 ` [OSS-Tools] [PATCH dt-utils 1/6] state: align state_backend_bucket_direct_create with barebox Marco Felsch
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Marco Felsch @ 2024-02-27 14:26 UTC (permalink / raw)
  To: oss-tools

Hi,

this re-sync the barebox_state user-space tool with the barebox code.
The reason for the sync is to avoid error prints in case of fresh
initialized barebox state backends.

While on it, I ported a few other commit as well to align the code with
barebox.

Regards,
  Marco

Marco Felsch (6):
  state: align state_backend_bucket_direct_create with barebox
  state: don't mix goto labels and statements on same line
  state: drop null pointer checks around of_delete_node
  treewide: rename struct device_d to device
  state: make uninitialized state less verbose
  state: backend_bucket_direct: add debug prints on read/write

 src/barebox-state.c                         |  4 +++-
 src/barebox-state/backend_bucket_circular.c |  4 ++--
 src/barebox-state/backend_bucket_direct.c   | 25 +++++++++++++++------
 src/barebox-state/backend_format_dtb.c      |  4 ++--
 src/barebox-state/backend_format_raw.c      | 11 +++++----
 src/barebox-state/backend_storage.c         | 24 ++++++++++++--------
 src/barebox-state/state.c                   | 19 +++++++++-------
 src/barebox-state/state.h                   | 24 ++++++++++++--------
 src/barebox-state/state_variables.c         |  9 +++++---
 src/dt/common.h                             | 22 +++++++++---------
 src/dt/dt.h                                 |  8 +++----
 src/libdt.c                                 |  2 +-
 12 files changed, 93 insertions(+), 63 deletions(-)

-- 
2.39.2




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-02-27 14:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-27 14:26 [OSS-Tools] [PATCH dt-utils 0/6] barebox-state sync Marco Felsch
2024-02-27 14:26 ` [OSS-Tools] [PATCH dt-utils 1/6] state: align state_backend_bucket_direct_create with barebox Marco Felsch
2024-02-27 14:26 ` [OSS-Tools] [PATCH dt-utils 2/6] state: don't mix goto labels and statements on same line Marco Felsch
2024-02-27 14:26 ` [OSS-Tools] [PATCH dt-utils 3/6] state: drop null pointer checks around of_delete_node Marco Felsch
2024-02-27 14:26 ` [OSS-Tools] [PATCH dt-utils 4/6] treewide: rename struct device_d to device Marco Felsch
2024-02-27 14:26 ` [OSS-Tools] [PATCH dt-utils 5/6] state: make uninitialized state less verbose Marco Felsch
2024-02-27 14:26 ` [OSS-Tools] [PATCH dt-utils 6/6] state: backend_bucket_direct: add debug prints on read/write Marco Felsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox