Re: [PATCH 2/4] power: reset: at91-poweroff: move shdwc related data to one structure

2018-12-06 Thread Claudiu.Beznea
Hi Sebastian, On 06.12.2018 00:40, Sebastian Reichel wrote: > Hi, > > On Wed, Nov 07, 2018 at 06:23:40PM +0100, Alexandre Belloni wrote: >> On 07/11/2018 14:54:17+, claudiu.bez...@microchip.com wrote: >>> Hi Alexandre, >>> >>> On 06.11.2018 23:09, Alexandre Belloni wrote: Hi Claudiu,

Re: [PATCH 2/4] power: reset: at91-poweroff: move shdwc related data to one structure

2018-12-06 Thread Claudiu.Beznea
Hi Sebastian, On 06.12.2018 00:40, Sebastian Reichel wrote: > Hi, > > On Wed, Nov 07, 2018 at 06:23:40PM +0100, Alexandre Belloni wrote: >> On 07/11/2018 14:54:17+, claudiu.bez...@microchip.com wrote: >>> Hi Alexandre, >>> >>> On 06.11.2018 23:09, Alexandre Belloni wrote: Hi Claudiu,

Re: [PATCH 2/4] power: reset: at91-poweroff: move shdwc related data to one structure

2018-12-05 Thread Sebastian Reichel
Hi, On Wed, Nov 07, 2018 at 06:23:40PM +0100, Alexandre Belloni wrote: > On 07/11/2018 14:54:17+, claudiu.bez...@microchip.com wrote: > > Hi Alexandre, > > > > On 06.11.2018 23:09, Alexandre Belloni wrote: > > > Hi Claudiu, > > > > > > On 05/11/2018 11:14:26+,

Re: [PATCH 2/4] power: reset: at91-poweroff: move shdwc related data to one structure

2018-12-05 Thread Sebastian Reichel
Hi, On Wed, Nov 07, 2018 at 06:23:40PM +0100, Alexandre Belloni wrote: > On 07/11/2018 14:54:17+, claudiu.bez...@microchip.com wrote: > > Hi Alexandre, > > > > On 06.11.2018 23:09, Alexandre Belloni wrote: > > > Hi Claudiu, > > > > > > On 05/11/2018 11:14:26+,

Re: [PATCH 2/4] power: reset: at91-poweroff: move shdwc related data to one structure

2018-11-07 Thread Alexandre Belloni
On 07/11/2018 14:54:17+, claudiu.bez...@microchip.com wrote: > Hi Alexandre, > > On 06.11.2018 23:09, Alexandre Belloni wrote: > > Hi Claudiu, > > > > On 05/11/2018 11:14:26+, claudiu.bez...@microchip.com wrote: > >> static int __init at91_poweroff_probe(struct platform_device *pdev) >

Re: [PATCH 2/4] power: reset: at91-poweroff: move shdwc related data to one structure

2018-11-07 Thread Alexandre Belloni
On 07/11/2018 14:54:17+, claudiu.bez...@microchip.com wrote: > Hi Alexandre, > > On 06.11.2018 23:09, Alexandre Belloni wrote: > > Hi Claudiu, > > > > On 05/11/2018 11:14:26+, claudiu.bez...@microchip.com wrote: > >> static int __init at91_poweroff_probe(struct platform_device *pdev) >

Re: [PATCH 2/4] power: reset: at91-poweroff: move shdwc related data to one structure

2018-11-07 Thread Claudiu.Beznea
Hi Alexandre, On 06.11.2018 23:09, Alexandre Belloni wrote: > Hi Claudiu, > > On 05/11/2018 11:14:26+, claudiu.bez...@microchip.com wrote: >> static int __init at91_poweroff_probe(struct platform_device *pdev) >> @@ -154,16 +160,22 @@ static int __init at91_poweroff_probe(struct >>

Re: [PATCH 2/4] power: reset: at91-poweroff: move shdwc related data to one structure

2018-11-07 Thread Claudiu.Beznea
Hi Alexandre, On 06.11.2018 23:09, Alexandre Belloni wrote: > Hi Claudiu, > > On 05/11/2018 11:14:26+, claudiu.bez...@microchip.com wrote: >> static int __init at91_poweroff_probe(struct platform_device *pdev) >> @@ -154,16 +160,22 @@ static int __init at91_poweroff_probe(struct >>

Re: [PATCH 2/4] power: reset: at91-poweroff: move shdwc related data to one structure

2018-11-06 Thread Alexandre Belloni
Hi Claudiu, On 05/11/2018 11:14:26+, claudiu.bez...@microchip.com wrote: > static int __init at91_poweroff_probe(struct platform_device *pdev) > @@ -154,16 +160,22 @@ static int __init at91_poweroff_probe(struct > platform_device *pdev) > u32 ddr_type; > int ret; > > +

Re: [PATCH 2/4] power: reset: at91-poweroff: move shdwc related data to one structure

2018-11-06 Thread Alexandre Belloni
Hi Claudiu, On 05/11/2018 11:14:26+, claudiu.bez...@microchip.com wrote: > static int __init at91_poweroff_probe(struct platform_device *pdev) > @@ -154,16 +160,22 @@ static int __init at91_poweroff_probe(struct > platform_device *pdev) > u32 ddr_type; > int ret; > > +

[PATCH 2/4] power: reset: at91-poweroff: move shdwc related data to one structure

2018-11-05 Thread Claudiu.Beznea
Move SHDWC realted data to only one structure to have them grouped. Inspired from commit 9be74f0d39c1 ("power: reset: at91-poweroff: make mpddrc_base part of struct shdwc"). Signed-off-by: Claudiu Beznea --- drivers/power/reset/at91-poweroff.c | 60 +++-- 1 file

[PATCH 2/4] power: reset: at91-poweroff: move shdwc related data to one structure

2018-11-05 Thread Claudiu.Beznea
Move SHDWC realted data to only one structure to have them grouped. Inspired from commit 9be74f0d39c1 ("power: reset: at91-poweroff: make mpddrc_base part of struct shdwc"). Signed-off-by: Claudiu Beznea --- drivers/power/reset/at91-poweroff.c | 60 +++-- 1 file