Re: [PATCH v2 1/6] power: Introduce Broadcom kona reset driver

2016-06-07 Thread Sebastian Reichel
Hi, On Tue, Jun 07, 2016 at 12:40:41PM -0700, Chris Brand wrote: > On Mon, Jun 6, 2016 at 6:50 PM, Sebastian Reichel wrote: > > Hi, > > > > On Mon, Jun 06, 2016 at 09:42:03AM -0700, Chris Brand wrote: > >> On Thu, Jun 2, 2016 at 7:38 PM, Sebastian Reichel

Re: [PATCH v2 1/6] power: Introduce Broadcom kona reset driver

2016-06-07 Thread Sebastian Reichel
Hi, On Tue, Jun 07, 2016 at 12:40:41PM -0700, Chris Brand wrote: > On Mon, Jun 6, 2016 at 6:50 PM, Sebastian Reichel wrote: > > Hi, > > > > On Mon, Jun 06, 2016 at 09:42:03AM -0700, Chris Brand wrote: > >> On Thu, Jun 2, 2016 at 7:38 PM, Sebastian Reichel wrote: > >> > Feel free to queue it via

Re: [PATCH v2 1/6] power: Introduce Broadcom kona reset driver

2016-06-07 Thread Chris Brand
On Mon, Jun 6, 2016 at 6:50 PM, Sebastian Reichel wrote: > Hi, > > On Mon, Jun 06, 2016 at 09:42:03AM -0700, Chris Brand wrote: >> On Thu, Jun 2, 2016 at 7:38 PM, Sebastian Reichel wrote: >> > Feel free to queue it via arm-soc with >> > >> > Acked-By: Sebastian

Re: [PATCH v2 1/6] power: Introduce Broadcom kona reset driver

2016-06-07 Thread Chris Brand
On Mon, Jun 6, 2016 at 6:50 PM, Sebastian Reichel wrote: > Hi, > > On Mon, Jun 06, 2016 at 09:42:03AM -0700, Chris Brand wrote: >> On Thu, Jun 2, 2016 at 7:38 PM, Sebastian Reichel wrote: >> > Feel free to queue it via arm-soc with >> > >> > Acked-By: Sebastian Reichel >> > >> > If I didn't

Re: [PATCH v2 1/6] power: Introduce Broadcom kona reset driver

2016-06-06 Thread Sebastian Reichel
Hi, On Mon, Jun 06, 2016 at 09:42:03AM -0700, Chris Brand wrote: > On Thu, Jun 2, 2016 at 7:38 PM, Sebastian Reichel wrote: > > Feel free to queue it via arm-soc with > > > > Acked-By: Sebastian Reichel > > > > If I didn't overlook it, it's missing DT

Re: [PATCH v2 1/6] power: Introduce Broadcom kona reset driver

2016-06-06 Thread Sebastian Reichel
Hi, On Mon, Jun 06, 2016 at 09:42:03AM -0700, Chris Brand wrote: > On Thu, Jun 2, 2016 at 7:38 PM, Sebastian Reichel wrote: > > Feel free to queue it via arm-soc with > > > > Acked-By: Sebastian Reichel > > > > If I didn't overlook it, it's missing DT documentation, though. > > Thanks,

Re: [PATCH v2 1/6] power: Introduce Broadcom kona reset driver

2016-06-06 Thread Chris Brand
On Thu, Jun 2, 2016 at 7:38 PM, Sebastian Reichel wrote: > Feel free to queue it via arm-soc with > > Acked-By: Sebastian Reichel > > If I didn't overlook it, it's missing DT documentation, though. Thanks, Sebastian. Because this is effectively a move of code

Re: [PATCH v2 1/6] power: Introduce Broadcom kona reset driver

2016-06-06 Thread Chris Brand
On Thu, Jun 2, 2016 at 7:38 PM, Sebastian Reichel wrote: > Feel free to queue it via arm-soc with > > Acked-By: Sebastian Reichel > > If I didn't overlook it, it's missing DT documentation, though. Thanks, Sebastian. Because this is effectively a move of code from arch/arm rather than new code,

Re: [PATCH v2 1/6] power: Introduce Broadcom kona reset driver

2016-06-02 Thread Sebastian Reichel
Hi Florian, On Sat, May 21, 2016 at 10:09:07AM -0700, Florian Fainelli wrote: > Le 11/05/2016 14:36, Chris Brand a écrit : > > This driver supports reset on both BCM21664 and BCM23550. > > Code is being moved from arch/arm/mach-bcm/board_bcm21664.c > > > > Signed-off-by: Chris Brand

Re: [PATCH v2 1/6] power: Introduce Broadcom kona reset driver

2016-06-02 Thread Sebastian Reichel
Hi Florian, On Sat, May 21, 2016 at 10:09:07AM -0700, Florian Fainelli wrote: > Le 11/05/2016 14:36, Chris Brand a écrit : > > This driver supports reset on both BCM21664 and BCM23550. > > Code is being moved from arch/arm/mach-bcm/board_bcm21664.c > > > > Signed-off-by: Chris Brand >

Re: [PATCH v2 1/6] power: Introduce Broadcom kona reset driver

2016-05-21 Thread Florian Fainelli
Le 11/05/2016 14:36, Chris Brand a écrit : > This driver supports reset on both BCM21664 and BCM23550. > Code is being moved from arch/arm/mach-bcm/board_bcm21664.c > > Signed-off-by: Chris Brand Sebastian, Dmitry, I know we are in the merge window, let me know if you

Re: [PATCH v2 1/6] power: Introduce Broadcom kona reset driver

2016-05-21 Thread Florian Fainelli
Le 11/05/2016 14:36, Chris Brand a écrit : > This driver supports reset on both BCM21664 and BCM23550. > Code is being moved from arch/arm/mach-bcm/board_bcm21664.c > > Signed-off-by: Chris Brand Sebastian, Dmitry, I know we are in the merge window, let me know if you would want me to take this

[PATCH v2 1/6] power: Introduce Broadcom kona reset driver

2016-05-11 Thread Chris Brand
This driver supports reset on both BCM21664 and BCM23550. Code is being moved from arch/arm/mach-bcm/board_bcm21664.c Signed-off-by: Chris Brand --- drivers/power/reset/Kconfig | 10 + drivers/power/reset/Makefile | 1 +

[PATCH v2 1/6] power: Introduce Broadcom kona reset driver

2016-05-11 Thread Chris Brand
This driver supports reset on both BCM21664 and BCM23550. Code is being moved from arch/arm/mach-bcm/board_bcm21664.c Signed-off-by: Chris Brand --- drivers/power/reset/Kconfig | 10 + drivers/power/reset/Makefile | 1 + drivers/power/reset/brcm-kona-reset.c | 75