ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistency
commitb168a138a8bc9c18e8140fef614a6b66721497fb
authorCédric Le Goater <clg@kaod.org>
Fri, 15 Dec 2017 13:56:01 +0000 (15 14:56 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 10 Jan 2018 01:53:00 +0000 (10 12:53 +1100)
treea65296e00934abd21702f02a7a3387014972be5d
parenta9dd6604a663d1a88e5cf6b1446d6a1202c3334d
ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistency

The 'pnv' prefix is now used for all and the routines populating the
device tree start with 'pnv_dt'. The handler of the PnvXScomInterface
is also renamed to 'dt_xscom' which should reflect that it is
populating the device tree under the 'xscom@' node of the chip.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/pnv.c
hw/ppc/pnv_bmc.c
hw/ppc/pnv_core.c
hw/ppc/pnv_lpc.c
hw/ppc/pnv_psi.c
hw/ppc/pnv_xscom.c
include/hw/ppc/pnv.h
include/hw/ppc/pnv_xscom.h