[PATCH v2 0/3] fix bugs in mobility RTAS calls

Cyril Bur cyril.bur at au1.ibm.com
Thu Sep 25 16:41:27 EST 2014


This patchset addresses endian issues and bugs in device tree update for
ibm,update-nodes and ibm,update-properties RTAS calls.

A subseqent patchset will deal with issues in device tree node addition
(ibm,configure-connector RTAS call) as well as more robust handling of
deleting critical device tree nodes.

v1 attempted to keep the structure of the existing code.
v2 rewrites the relevent sections of mobility.c.

Cyril Bur (3):
  drivers/of: add of_changeset_apply_locked
  powerpc/pseries: create rtas buffer accessor
  powerpc/pseries: fix bugs in mobility RTAS calls

 arch/powerpc/platforms/pseries/Makefile      |   4 +-
 arch/powerpc/platforms/pseries/mobility.c    | 406 ++++++++++++++++-----------
 arch/powerpc/platforms/pseries/pseries.h     |  41 +++
 arch/powerpc/platforms/pseries/rtas_buffer.c | 126 +++++++++
 drivers/of/dynamic.c                         |  11 +
 include/linux/of.h                           |   1 +
 6 files changed, 425 insertions(+), 164 deletions(-)
 create mode 100644 arch/powerpc/platforms/pseries/rtas_buffer.c

-- 
1.9.1



More information about the Linuxppc-dev mailing list