Re: [PATCH 1/2] power/reset: at91-reset: add samx7 support

2017-01-17 Thread Alexandre Belloni
On 17/01/2017 at 17:36:20 +0100, Sebastian Reichel wrote : > Hi Alexandre, > > On Tue, Jan 17, 2017 at 01:59:10PM +0100, Alexandre Belloni wrote: > > Did you have any comment on those two patches ? > > They look fine, but I can't apply them. Can you resend a rebased > version? > Done just now.

Re: [PATCH 1/2] power/reset: at91-reset: add samx7 support

2017-01-17 Thread Alexandre Belloni
On 17/01/2017 at 17:36:20 +0100, Sebastian Reichel wrote : > Hi Alexandre, > > On Tue, Jan 17, 2017 at 01:59:10PM +0100, Alexandre Belloni wrote: > > Did you have any comment on those two patches ? > > They look fine, but I can't apply them. Can you resend a rebased > version? > Done just now.

Re: [PATCH 1/2] power/reset: at91-reset: add samx7 support

2017-01-17 Thread Sebastian Reichel
Hi Alexandre, On Tue, Jan 17, 2017 at 01:59:10PM +0100, Alexandre Belloni wrote: > Did you have any comment on those two patches ? They look fine, but I can't apply them. Can you resend a rebased version? -- Sebastian signature.asc Description: PGP signature

Re: [PATCH 1/2] power/reset: at91-reset: add samx7 support

2017-01-17 Thread Sebastian Reichel
Hi Alexandre, On Tue, Jan 17, 2017 at 01:59:10PM +0100, Alexandre Belloni wrote: > Did you have any comment on those two patches ? They look fine, but I can't apply them. Can you resend a rebased version? -- Sebastian signature.asc Description: PGP signature

Re: [PATCH 1/2] power/reset: at91-reset: add samx7 support

2017-01-17 Thread Alexandre Belloni
Hi Sebastian, Did you have any comment on those two patches ? On 23/09/2016 at 00:53:21 +0200, Alexandre Belloni wrote : > From: Szemző András > > Add samx7 support. It is lacking a few bits and needs a new reset function. > > Signed-off-by: Szemző András >

Re: [PATCH 1/2] power/reset: at91-reset: add samx7 support

2017-01-17 Thread Alexandre Belloni
Hi Sebastian, Did you have any comment on those two patches ? On 23/09/2016 at 00:53:21 +0200, Alexandre Belloni wrote : > From: Szemző András > > Add samx7 support. It is lacking a few bits and needs a new reset function. > > Signed-off-by: Szemző András > Signed-off-by: Alexandre Belloni

[PATCH 1/2] power/reset: at91-reset: add samx7 support

2016-09-22 Thread Alexandre Belloni
From: Szemző András Add samx7 support. It is lacking a few bits and needs a new reset function. Signed-off-by: Szemző András Signed-off-by: Alexandre Belloni --- drivers/power/reset/at91-reset.c | 10 ++ 1 file changed,

[PATCH 1/2] power/reset: at91-reset: add samx7 support

2016-09-22 Thread Alexandre Belloni
From: Szemző András Add samx7 support. It is lacking a few bits and needs a new reset function. Signed-off-by: Szemző András Signed-off-by: Alexandre Belloni --- drivers/power/reset/at91-reset.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/power/reset/at91-reset.c