Re: [PATCH 1/2] power: reset: Add qcom reboot mode driver

2016-10-18 Thread Rob Herring
On Fri, Oct 14, 2016 at 10:02:27AM +0800, Xiaogang Cui wrote: > This is a initial version so it's very similar with syscon > reboot mode driver. We will add more functionalities in the > further after dependency is ready. > > Signed-off-by: Xiaogang Cui > --- >

Re: [PATCH 1/2] power: reset: Add qcom reboot mode driver

2016-10-18 Thread Rob Herring
On Fri, Oct 14, 2016 at 10:02:27AM +0800, Xiaogang Cui wrote: > This is a initial version so it's very similar with syscon > reboot mode driver. We will add more functionalities in the > further after dependency is ready. > > Signed-off-by: Xiaogang Cui > --- >

Re: [PATCH 1/2] power: reset: Add qcom reboot mode driver

2016-10-14 Thread Sebastian Reichel
Hi, On Fri, Oct 14, 2016 at 11:06:14AM +0800, xiaog...@codeaurora.org wrote: > 在 2016-10-14 10:41,Andy Yan 写道: > > On 2016年10月14日 10:02, Xiaogang Cui wrote: > > > This is a initial version so it's very similar with syscon > > > reboot mode driver. We will add more functionalities in the > > >

Re: [PATCH 1/2] power: reset: Add qcom reboot mode driver

2016-10-14 Thread Sebastian Reichel
Hi, On Fri, Oct 14, 2016 at 11:06:14AM +0800, xiaog...@codeaurora.org wrote: > 在 2016-10-14 10:41,Andy Yan 写道: > > On 2016年10月14日 10:02, Xiaogang Cui wrote: > > > This is a initial version so it's very similar with syscon > > > reboot mode driver. We will add more functionalities in the > > >

Re: [PATCH 1/2] power: reset: Add qcom reboot mode driver

2016-10-13 Thread xiaogang
在 2016-10-14 11:25,John Stultz 写道: On Thu, Oct 13, 2016 at 7:02 PM, Xiaogang Cui wrote: This is a initial version so it's very similar with syscon reboot mode driver. We will add more functionalities in the further after dependency is ready. Signed-off-by: Xiaogang

Re: [PATCH 1/2] power: reset: Add qcom reboot mode driver

2016-10-13 Thread xiaogang
在 2016-10-14 11:25,John Stultz 写道: On Thu, Oct 13, 2016 at 7:02 PM, Xiaogang Cui wrote: This is a initial version so it's very similar with syscon reboot mode driver. We will add more functionalities in the further after dependency is ready. Signed-off-by: Xiaogang Cui ---

Re: [PATCH 1/2] power: reset: Add qcom reboot mode driver

2016-10-13 Thread John Stultz
On Thu, Oct 13, 2016 at 7:02 PM, Xiaogang Cui wrote: > This is a initial version so it's very similar with syscon > reboot mode driver. We will add more functionalities in the > further after dependency is ready. > > Signed-off-by: Xiaogang Cui >

Re: [PATCH 1/2] power: reset: Add qcom reboot mode driver

2016-10-13 Thread John Stultz
On Thu, Oct 13, 2016 at 7:02 PM, Xiaogang Cui wrote: > This is a initial version so it's very similar with syscon > reboot mode driver. We will add more functionalities in the > further after dependency is ready. > > Signed-off-by: Xiaogang Cui > --- >

Re: [PATCH 1/2] power: reset: Add qcom reboot mode driver

2016-10-13 Thread xiaogang
Hi, Andy: 在 2016-10-14 10:41,Andy Yan 写道: Hi Xiaogang: On 2016年10月14日 10:02, Xiaogang Cui wrote: This is a initial version so it's very similar with syscon reboot mode driver. We will add more functionalities in the further after dependency is ready. Signed-off-by: Xiaogang Cui

Re: [PATCH 1/2] power: reset: Add qcom reboot mode driver

2016-10-13 Thread xiaogang
Hi, Andy: 在 2016-10-14 10:41,Andy Yan 写道: Hi Xiaogang: On 2016年10月14日 10:02, Xiaogang Cui wrote: This is a initial version so it's very similar with syscon reboot mode driver. We will add more functionalities in the further after dependency is ready. Signed-off-by: Xiaogang Cui ---

Re: [PATCH 1/2] power: reset: Add qcom reboot mode driver

2016-10-13 Thread Andy Yan
Hi Xiaogang: On 2016年10月14日 10:02, Xiaogang Cui wrote: This is a initial version so it's very similar with syscon reboot mode driver. We will add more functionalities in the further after dependency is ready. Signed-off-by: Xiaogang Cui --- As your commit

Re: [PATCH 1/2] power: reset: Add qcom reboot mode driver

2016-10-13 Thread Andy Yan
Hi Xiaogang: On 2016年10月14日 10:02, Xiaogang Cui wrote: This is a initial version so it's very similar with syscon reboot mode driver. We will add more functionalities in the further after dependency is ready. Signed-off-by: Xiaogang Cui --- As your commit messages said, "it's very

[PATCH 1/2] power: reset: Add qcom reboot mode driver

2016-10-13 Thread Xiaogang Cui
This is a initial version so it's very similar with syscon reboot mode driver. We will add more functionalities in the further after dependency is ready. Signed-off-by: Xiaogang Cui --- .../bindings/power_supply/qcom-reboot-mode.txt | 23 +

[PATCH 1/2] power: reset: Add qcom reboot mode driver

2016-10-13 Thread Xiaogang Cui
This is a initial version so it's very similar with syscon reboot mode driver. We will add more functionalities in the further after dependency is ready. Signed-off-by: Xiaogang Cui --- .../bindings/power_supply/qcom-reboot-mode.txt | 23 + drivers/power/reset/Kconfig