mbox series

[0/3] fdt: Fix creation/deletion of nodes at CAS

Message ID 158092689078.2344237.6072760291677054493.stgit@bahia.lan
Headers show
Series fdt: Fix creation/deletion of nodes at CAS | expand

Message

Greg Kurz Feb. 5, 2020, 6:21 p.m. UTC
This series allows to:
- create a wider variety of nodes at CAS (patch 1)
- fix an issue with the "interrupt-controller" node (patch 2)
- delete nodes for hot unplug (patch 3)

Please comment.

--
Greg

---

Alexey Kardashevskiy (1):
      fdt: Fix creating new nodes at H_CAS

Greg Kurz (2):
      fdt: Fix update of "interrupt-controller" node at CAS
      fdt: Delete nodes of devices removed between boot and CAS


 board-qemu/slof/fdt.fs |  213 ++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 167 insertions(+), 46 deletions(-)