Re: [PATCH 4/7] ppc/pnv: Simplify pnv_bmc_create()

2021-01-31 Thread Andrew Jeffery
On Fri, 29 Jan 2021, at 19:09, Cédric Le Goater wrote: > On 1/28/21 11:40 PM, David Gibson wrote: > > On Thu, Jan 28, 2021 at 08:46:01AM +0100, Cédric Le Goater wrote: > >> On 1/28/21 1:46 AM, Joel Stanley wrote: > >>> On Tue, 26 Jan 2021 at 17:14, Cédric Le Goater wrote: > > and

Re: [PATCH 4/7] ppc/pnv: Simplify pnv_bmc_create()

2021-01-29 Thread Cédric Le Goater
On 1/28/21 11:40 PM, David Gibson wrote: > On Thu, Jan 28, 2021 at 08:46:01AM +0100, Cédric Le Goater wrote: >> On 1/28/21 1:46 AM, Joel Stanley wrote: >>> On Tue, 26 Jan 2021 at 17:14, Cédric Le Goater wrote: and reuse pnv_bmc_set_pnor() to share the setting of the PNOR.

Re: [PATCH 4/7] ppc/pnv: Simplify pnv_bmc_create()

2021-01-28 Thread David Gibson
On Thu, Jan 28, 2021 at 08:46:01AM +0100, Cédric Le Goater wrote: > On 1/28/21 1:46 AM, Joel Stanley wrote: > > On Tue, 26 Jan 2021 at 17:14, Cédric Le Goater wrote: > >> > >> and reuse pnv_bmc_set_pnor() to share the setting of the PNOR. > >> > >> Signed-off-by: Cédric Le Goater > >> --- > >>

Re: [PATCH 4/7] ppc/pnv: Simplify pnv_bmc_create()

2021-01-28 Thread David Gibson
On Thu, Jan 28, 2021 at 01:04:28PM +0100, Greg Kurz wrote: > On Thu, 28 Jan 2021 08:46:01 +0100 > Cédric Le Goater wrote: > > > On 1/28/21 1:46 AM, Joel Stanley wrote: > > > On Tue, 26 Jan 2021 at 17:14, Cédric Le Goater wrote: > > >> > > >> and reuse pnv_bmc_set_pnor() to share the setting of

Re: [PATCH 4/7] ppc/pnv: Simplify pnv_bmc_create()

2021-01-28 Thread Greg Kurz
On Thu, 28 Jan 2021 08:46:01 +0100 Cédric Le Goater wrote: > On 1/28/21 1:46 AM, Joel Stanley wrote: > > On Tue, 26 Jan 2021 at 17:14, Cédric Le Goater wrote: > >> > >> and reuse pnv_bmc_set_pnor() to share the setting of the PNOR. > >> > >> Signed-off-by: Cédric Le Goater > >> --- > >>

Re: [PATCH 4/7] ppc/pnv: Simplify pnv_bmc_create()

2021-01-27 Thread Cédric Le Goater
On 1/28/21 1:46 AM, Joel Stanley wrote: > On Tue, 26 Jan 2021 at 17:14, Cédric Le Goater wrote: >> >> and reuse pnv_bmc_set_pnor() to share the setting of the PNOR. >> >> Signed-off-by: Cédric Le Goater >> --- >> hw/ppc/pnv_bmc.c | 7 +-- >> 1 file changed, 1 insertion(+), 6 deletions(-) >>

Re: [PATCH 4/7] ppc/pnv: Simplify pnv_bmc_create()

2021-01-27 Thread David Gibson
On Tue, Jan 26, 2021 at 06:10:56PM +0100, Cédric Le Goater wrote: > and reuse pnv_bmc_set_pnor() to share the setting of the PNOR. > > Signed-off-by: Cédric Le Goater Applied to ppc-for-6.0, thanks. > --- > hw/ppc/pnv_bmc.c | 7 +-- > 1 file changed, 1 insertion(+), 6 deletions(-) > >

Re: [PATCH 4/7] ppc/pnv: Simplify pnv_bmc_create()

2021-01-27 Thread Joel Stanley
On Tue, 26 Jan 2021 at 17:14, Cédric Le Goater wrote: > > and reuse pnv_bmc_set_pnor() to share the setting of the PNOR. > > Signed-off-by: Cédric Le Goater > --- > hw/ppc/pnv_bmc.c | 7 +-- > 1 file changed, 1 insertion(+), 6 deletions(-) > > diff --git a/hw/ppc/pnv_bmc.c

[PATCH 4/7] ppc/pnv: Simplify pnv_bmc_create()

2021-01-26 Thread Cédric Le Goater
and reuse pnv_bmc_set_pnor() to share the setting of the PNOR. Signed-off-by: Cédric Le Goater --- hw/ppc/pnv_bmc.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/hw/ppc/pnv_bmc.c b/hw/ppc/pnv_bmc.c index 67ebb16c4d5f..86d16b493539 100644 --- a/hw/ppc/pnv_bmc.c +++