Re: [PATCH v3 1/12] Create a powerpc update_devicetree interface

2013-04-23 Thread Benjamin Herrenschmidt
On Tue, 2013-04-23 at 13:46 -0500, Nathan Fontenot wrote: > ok, good. I was not crazy about using ppc_md to do this and if you're fine > with putting the pseries specific stuff in ifdef CONFIG_PPC_PSERIES I'll > update the code to do that. > > Question concerning rtas code. There is quite a bit of

Re: [PATCH v3 1/12] Create a powerpc update_devicetree interface

2013-04-23 Thread Nathan Fontenot
On 04/22/2013 07:15 PM, Benjamin Herrenschmidt wrote: > On Mon, 2013-04-22 at 13:30 -0500, Nathan Fontenot wrote: > >> This patch exposes a method for updating the device tree via >> ppc_md.update_devicetree that takes a single 32-bit value as a parameter. >> For pseries platforms this is the exis

Re: [PATCH v3 1/12] Create a powerpc update_devicetree interface

2013-04-22 Thread Benjamin Herrenschmidt
On Mon, 2013-04-22 at 13:30 -0500, Nathan Fontenot wrote: > This patch exposes a method for updating the device tree via > ppc_md.update_devicetree that takes a single 32-bit value as a parameter. > For pseries platforms this is the existing pseries_devicetree_update routine > which is updated to