All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] Fix default values for address and size cells
@ 2019-09-05  8:48 matthias.bgg at kernel.org
  2019-09-05  8:48 ` [U-Boot] [PATCH v2 1/4] libfdt: fdt_address_cells() and fdt_size_cells() matthias.bgg at kernel.org
                   ` (5 more replies)
  0 siblings, 6 replies; 23+ messages in thread
From: matthias.bgg at kernel.org @ 2019-09-05  8:48 UTC (permalink / raw)
  To: u-boot

From: Matthias Brugger <mbrugger@suse.com>

The libftd implementation of U-Boot is outdated with the
upstream project. Especially the default number of size-cells
was wrong. This series fixes this by backporting the corresponding
patches from the upstream project.

Changes since v1:
- fix spelling of U-Boot (patch 1 + 2 /4)
- add Reviewed-by tag (patch 1/4)
- fix the case of size-cells == 0 (patch 3/4)
- fix default address cells for livetree (patch 4/4)

v1 can be found here:
https://patchwork.ozlabs.org/patch/1137331/
https://patchwork.ozlabs.org/patch/1137330/


Matthias Brugger (4):
  libfdt: fdt_address_cells() and fdt_size_cells()
  libfdt: return correct value if #size-cells property is not present
  libfdt: Allow #size-cells of 0
  dm: Fix default address cells return value

 include/dm/of.h                    |  2 +-
 scripts/dtc/libfdt/fdt_addresses.c | 45 ++++++++++++++++--------------
 scripts/dtc/libfdt/libfdt.h        |  2 +-
 3 files changed, 26 insertions(+), 23 deletions(-)

-- 
2.22.0

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

end of thread, other threads:[~2019-10-22 11:14 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05  8:48 [U-Boot] [PATCH v2 0/4] Fix default values for address and size cells matthias.bgg at kernel.org
2019-09-05  8:48 ` [U-Boot] [PATCH v2 1/4] libfdt: fdt_address_cells() and fdt_size_cells() matthias.bgg at kernel.org
2019-09-05  8:48 ` [U-Boot] [PATCH v2 2/4] libfdt: return correct value if #size-cells property is not present matthias.bgg at kernel.org
2019-09-17  5:48   ` Simon Glass
2019-09-17  7:28     ` Matthias Brugger
2019-09-17 16:52       ` Simon Glass
2019-09-27  1:48         ` Simon Glass
2019-09-27 11:37           ` Matthias Brugger
2019-09-27 23:28           ` sjg at google.com
2019-09-05  8:48 ` [U-Boot] [PATCH v2 3/4] libfdt: Allow #size-cells of 0 matthias.bgg at kernel.org
2019-09-17  5:48   ` Simon Glass
2019-09-27  1:49     ` Simon Glass
2019-09-27 23:28     ` sjg at google.com
2019-09-05  8:48 ` [U-Boot] [PATCH v2 4/4] dm: Fix default address cells return value matthias.bgg at kernel.org
2019-09-27  1:49   ` Simon Glass
2019-09-27 23:28   ` sjg at google.com
2019-09-25  9:57 ` [U-Boot] [PATCH v2 0/4] Fix default values for address and size cells Matthias Brugger
2019-10-21 23:47   ` Simon Glass
2019-10-22 11:14     ` Matthias Brugger
2019-09-27 23:28 ` [U-Boot] [PATCH v2 1/4] libfdt: fdt_address_cells() and fdt_size_cells() sjg at google.com
2019-10-07 13:31   ` Matthias Brugger
2019-10-11 18:28     ` Simon Glass
2019-10-11 18:50       ` Matthias Brugger

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.