Re: [PATCH 0/4] Add missing components for X-Gene reboot drivers.

2013-12-10 Thread Feng Kan
Any update on this? Thanks

On Wed, Dec 4, 2013 at 10:32 AM, Feng Kan  wrote:
> Add dts node for X-Gene reboot driver. Apply documentation dts binding.
> Some minor compile warning fix and enable reboot driver by default.
>
> Feng Kan (4):
>   Documentation: add dts binding for X-Gene reboot dts node.
>   arm64: add missing dts entry for X-Gene platform.
>   arm64: Enable system reset via arch Kconfig for X-Gene system.
>   arm64: removed using of the mask attribute in the dts for reset bit.
>
>  .../devicetree/bindings/arm64/xgene/reboot.txt |   11 +++
>  arch/arm64/Kconfig |1 +
>  arch/arm64/boot/dts/apm-storm.dtsi |5 +
>  drivers/power/reset/xgene-reboot.c |5 ++---
>  4 files changed, 19 insertions(+), 3 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/arm64/xgene/reboot.txt
>
> --
> 1.7.6.1
>
--
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/4] Add missing components for X-Gene reboot drivers.

2013-12-10 Thread Feng Kan
Any update on this? Thanks

On Wed, Dec 4, 2013 at 10:32 AM, Feng Kan f...@apm.com wrote:
 Add dts node for X-Gene reboot driver. Apply documentation dts binding.
 Some minor compile warning fix and enable reboot driver by default.

 Feng Kan (4):
   Documentation: add dts binding for X-Gene reboot dts node.
   arm64: add missing dts entry for X-Gene platform.
   arm64: Enable system reset via arch Kconfig for X-Gene system.
   arm64: removed using of the mask attribute in the dts for reset bit.

  .../devicetree/bindings/arm64/xgene/reboot.txt |   11 +++
  arch/arm64/Kconfig |1 +
  arch/arm64/boot/dts/apm-storm.dtsi |5 +
  drivers/power/reset/xgene-reboot.c |5 ++---
  4 files changed, 19 insertions(+), 3 deletions(-)
  create mode 100644 Documentation/devicetree/bindings/arm64/xgene/reboot.txt

 --
 1.7.6.1

--
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/4] Add missing components for X-Gene reboot drivers.

2013-12-04 Thread Feng Kan
Add dts node for X-Gene reboot driver. Apply documentation dts binding.
Some minor compile warning fix and enable reboot driver by default.

Feng Kan (4):
  Documentation: add dts binding for X-Gene reboot dts node.
  arm64: add missing dts entry for X-Gene platform.
  arm64: Enable system reset via arch Kconfig for X-Gene system.
  arm64: removed using of the mask attribute in the dts for reset bit.

 .../devicetree/bindings/arm64/xgene/reboot.txt |   11 +++
 arch/arm64/Kconfig |1 +
 arch/arm64/boot/dts/apm-storm.dtsi |5 +
 drivers/power/reset/xgene-reboot.c |5 ++---
 4 files changed, 19 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm64/xgene/reboot.txt

-- 
1.7.6.1

--
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/4] Add missing components for X-Gene reboot drivers.

2013-12-04 Thread Feng Kan
Add dts node for X-Gene reboot driver. Apply documentation dts binding.
Some minor compile warning fix and enable reboot driver by default.

Feng Kan (4):
  Documentation: add dts binding for X-Gene reboot dts node.
  arm64: add missing dts entry for X-Gene platform.
  arm64: Enable system reset via arch Kconfig for X-Gene system.
  arm64: removed using of the mask attribute in the dts for reset bit.

 .../devicetree/bindings/arm64/xgene/reboot.txt |   11 +++
 arch/arm64/Kconfig |1 +
 arch/arm64/boot/dts/apm-storm.dtsi |5 +
 drivers/power/reset/xgene-reboot.c |5 ++---
 4 files changed, 19 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm64/xgene/reboot.txt

-- 
1.7.6.1

--
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/4] Add missing components for X-Gene reboot drivers.

2013-11-19 Thread Olof Johansson
On Tue, Nov 19, 2013 at 02:01:09PM -0800, Feng Kan wrote:
> Any comments on this?

In general, try to avoid top-posting.

In this case, I don't see anything posted, your original submission seems to
not have made it out on the lists. Can you repost?


-Olof
--
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/4] Add missing components for X-Gene reboot drivers.

2013-11-19 Thread Feng Kan
Any comments on this?

On Tue, Nov 12, 2013 at 2:08 PM, Feng Kan  wrote:
> Add dts node for X-Gene reboot driver. Apply documentation dts binding.
> Some minor compile warning fix and enable reboot driver by default.
>
> Feng Kan (4):
>   Documentation: add dts binding for X-Gene reboot dts node.
>   arm64: add missing dts entry for X-Gene platform.
>   arm64: Enable system reset via arch Kconfig for X-Gene system.
>   arm64: removed using of the mask attribute in the dts for reset bit.
>
>  .../devicetree/bindings/arm64/xgene/reboot.txt |   11 +++
>  arch/arm64/Kconfig |1 +
>  arch/arm64/boot/dts/apm-storm.dtsi |5 +
>  drivers/power/reset/xgene-reboot.c |5 ++---
>  4 files changed, 19 insertions(+), 3 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/arm64/xgene/reboot.txt
>
> --
> 1.7.6.1
>
--
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/4] Add missing components for X-Gene reboot drivers.

2013-11-19 Thread Feng Kan
Any comments on this?

On Tue, Nov 12, 2013 at 2:08 PM, Feng Kan f...@apm.com wrote:
 Add dts node for X-Gene reboot driver. Apply documentation dts binding.
 Some minor compile warning fix and enable reboot driver by default.

 Feng Kan (4):
   Documentation: add dts binding for X-Gene reboot dts node.
   arm64: add missing dts entry for X-Gene platform.
   arm64: Enable system reset via arch Kconfig for X-Gene system.
   arm64: removed using of the mask attribute in the dts for reset bit.

  .../devicetree/bindings/arm64/xgene/reboot.txt |   11 +++
  arch/arm64/Kconfig |1 +
  arch/arm64/boot/dts/apm-storm.dtsi |5 +
  drivers/power/reset/xgene-reboot.c |5 ++---
  4 files changed, 19 insertions(+), 3 deletions(-)
  create mode 100644 Documentation/devicetree/bindings/arm64/xgene/reboot.txt

 --
 1.7.6.1

--
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/4] Add missing components for X-Gene reboot drivers.

2013-11-19 Thread Olof Johansson
On Tue, Nov 19, 2013 at 02:01:09PM -0800, Feng Kan wrote:
 Any comments on this?

In general, try to avoid top-posting.

In this case, I don't see anything posted, your original submission seems to
not have made it out on the lists. Can you repost?


-Olof
--
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/