All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH v2 0/4] devicetree: use correct #address/#size cells
@ 2016-05-11 13:25 Andrew Jones
  2016-05-11 13:25 ` [kvm-unit-tests PATCH v2 1/4] devicetree: translate with parent node's #address/size-cells Andrew Jones
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Andrew Jones @ 2016-05-11 13:25 UTC (permalink / raw)
  To: kvm; +Cc: lvivier, thuth, pbonzini

I recently noticed that when using the default bus translation (pbus)
we'd always use the root nodes #address/#size cells, which may not be
correct.

v1 fixed this quite wrongly, but Thomas straightened me out. v2 does
the straight-forward (correct) fix in patch 1/4, and then the following
patches are devicetree cleanups.

Thanks,
drew

Andrew Jones (4):
  devicetree: translate with parent node's #address/size-cells
  devicetree: don't cache #address/#size-cells
  devicetree: remove unused globals
  devicetree: dt_get_nr_cells output robustness

 lib/devicetree.c | 38 ++++++++++++++++++++------------------
 lib/devicetree.h |  9 ++-------
 2 files changed, 22 insertions(+), 25 deletions(-)

-- 
2.4.11


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

end of thread, other threads:[~2016-05-11 16:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-11 13:25 [kvm-unit-tests PATCH v2 0/4] devicetree: use correct #address/#size cells Andrew Jones
2016-05-11 13:25 ` [kvm-unit-tests PATCH v2 1/4] devicetree: translate with parent node's #address/size-cells Andrew Jones
2016-05-11 15:30   ` Thomas Huth
2016-05-11 13:25 ` [kvm-unit-tests PATCH v2 2/4] devicetree: don't cache #address/#size-cells Andrew Jones
2016-05-11 15:31   ` Thomas Huth
2016-05-11 13:25 ` [kvm-unit-tests PATCH v2 3/4] devicetree: remove unused globals Andrew Jones
2016-05-11 15:38   ` Thomas Huth
2016-05-11 15:46     ` Paolo Bonzini
2016-05-11 16:10       ` Andrew Jones
2016-05-11 13:25 ` [kvm-unit-tests PATCH v2 4/4] devicetree: dt_get_nr_cells output robustness Andrew Jones
2016-05-11 15:36   ` Thomas Huth

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.