Re: [PATCH 0/3] power: reset: BCM63xx reboot support

2015-04-30 Thread Sebastian Reichel
Hi,

On Tue, Apr 21, 2015 at 11:51:32AM -0700, Florian Fainelli wrote:
> On 24/03/15 17:17, Florian Fainelli wrote:
> > Hi all,
> > 
> > This patch series adds support for the BCM6328-style software reset hardware
> > block commonly found on Broadcom BCM63xx DSL SoCs.
> 
> Looks like we can utilize the generic syscon reboot driver instead of
> open-coding one, let's do that instead.

Thanks, that's preferred.

-- Sebastian


signature.asc
Description: Digital signature


Re: [PATCH 0/3] power: reset: BCM63xx reboot support

2015-04-30 Thread Sebastian Reichel
Hi,

On Tue, Apr 21, 2015 at 11:51:32AM -0700, Florian Fainelli wrote:
 On 24/03/15 17:17, Florian Fainelli wrote:
  Hi all,
  
  This patch series adds support for the BCM6328-style software reset hardware
  block commonly found on Broadcom BCM63xx DSL SoCs.
 
 Looks like we can utilize the generic syscon reboot driver instead of
 open-coding one, let's do that instead.

Thanks, that's preferred.

-- Sebastian


signature.asc
Description: Digital signature


Re: [PATCH 0/3] power: reset: BCM63xx reboot support

2015-04-21 Thread Florian Fainelli
On 24/03/15 17:17, Florian Fainelli wrote:
> Hi all,
> 
> This patch series adds support for the BCM6328-style software reset hardware
> block commonly found on Broadcom BCM63xx DSL SoCs.

Looks like we can utilize the generic syscon reboot driver instead of
open-coding one, let's do that instead.

> 
> Thanks!
> 
> Florian Fainelli (3):
>   Documentation: bindings: add BCM6328-style soft reset binding
>   power: reset: add Broadcom BCM63xx software reset driver
>   ARM: dts: BCM63xx: add soft-reset node
> 
>  .../devicetree/bindings/arm/bcm/bcm63138.txt   | 16 +
>  arch/arm/boot/dts/bcm63138.dtsi|  5 ++
>  drivers/power/reset/Kconfig|  7 ++
>  drivers/power/reset/Makefile   |  1 +
>  drivers/power/reset/bcm63xx-reboot.c   | 80 
> ++
>  5 files changed, 109 insertions(+)
>  create mode 100644 drivers/power/reset/bcm63xx-reboot.c
> 


-- 
Florian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/3] power: reset: BCM63xx reboot support

2015-04-21 Thread Florian Fainelli
On 24/03/15 17:17, Florian Fainelli wrote:
 Hi all,
 
 This patch series adds support for the BCM6328-style software reset hardware
 block commonly found on Broadcom BCM63xx DSL SoCs.

Looks like we can utilize the generic syscon reboot driver instead of
open-coding one, let's do that instead.

 
 Thanks!
 
 Florian Fainelli (3):
   Documentation: bindings: add BCM6328-style soft reset binding
   power: reset: add Broadcom BCM63xx software reset driver
   ARM: dts: BCM63xx: add soft-reset node
 
  .../devicetree/bindings/arm/bcm/bcm63138.txt   | 16 +
  arch/arm/boot/dts/bcm63138.dtsi|  5 ++
  drivers/power/reset/Kconfig|  7 ++
  drivers/power/reset/Makefile   |  1 +
  drivers/power/reset/bcm63xx-reboot.c   | 80 
 ++
  5 files changed, 109 insertions(+)
  create mode 100644 drivers/power/reset/bcm63xx-reboot.c
 


-- 
Florian
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/3] power: reset: BCM63xx reboot support

2015-03-24 Thread Florian Fainelli
Hi all,

This patch series adds support for the BCM6328-style software reset hardware
block commonly found on Broadcom BCM63xx DSL SoCs.

Thanks!

Florian Fainelli (3):
  Documentation: bindings: add BCM6328-style soft reset binding
  power: reset: add Broadcom BCM63xx software reset driver
  ARM: dts: BCM63xx: add soft-reset node

 .../devicetree/bindings/arm/bcm/bcm63138.txt   | 16 +
 arch/arm/boot/dts/bcm63138.dtsi|  5 ++
 drivers/power/reset/Kconfig|  7 ++
 drivers/power/reset/Makefile   |  1 +
 drivers/power/reset/bcm63xx-reboot.c   | 80 ++
 5 files changed, 109 insertions(+)
 create mode 100644 drivers/power/reset/bcm63xx-reboot.c

-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/3] power: reset: BCM63xx reboot support

2015-03-24 Thread Florian Fainelli
Hi all,

This patch series adds support for the BCM6328-style software reset hardware
block commonly found on Broadcom BCM63xx DSL SoCs.

Thanks!

Florian Fainelli (3):
  Documentation: bindings: add BCM6328-style soft reset binding
  power: reset: add Broadcom BCM63xx software reset driver
  ARM: dts: BCM63xx: add soft-reset node

 .../devicetree/bindings/arm/bcm/bcm63138.txt   | 16 +
 arch/arm/boot/dts/bcm63138.dtsi|  5 ++
 drivers/power/reset/Kconfig|  7 ++
 drivers/power/reset/Makefile   |  1 +
 drivers/power/reset/bcm63xx-reboot.c   | 80 ++
 5 files changed, 109 insertions(+)
 create mode 100644 drivers/power/reset/bcm63xx-reboot.c

-- 
2.1.0

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/