diff mbox

[v8,4/6] input: misc: Add ABI docs for AXP20x PEK

Message ID 1419303194-3075-5-git-send-email-wens@csie.org (mailing list archive)
State New, archived
Headers show

Commit Message

Chen-Yu Tsai Dec. 23, 2014, 2:53 a.m. UTC
From: Carlo Caione <carlo@caione.org>

Add ABI entries for the PEK found on PMU X-Powers AXP202 and AXP209.

Signed-off-by: Carlo Caione <carlo@caione.org>
[wens@csie.org: Fixed path for sysfs entries]
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
 Documentation/ABI/testing/sysfs-driver-input-axp-pek | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-driver-input-axp-pek

Comments

Chen-Yu Tsai Jan. 15, 2015, 4 p.m. UTC | #1
On Tue, Dec 23, 2014 at 10:53 AM, Chen-Yu Tsai <wens@csie.org> wrote:
> From: Carlo Caione <carlo@caione.org>
>
> Add ABI entries for the PEK found on PMU X-Powers AXP202 and AXP209.

Hi Dmitry,

Would it be possible to take this patch through your tree?


Thanks
ChenYu

> Signed-off-by: Carlo Caione <carlo@caione.org>
> [wens@csie.org: Fixed path for sysfs entries]
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
> ---
>  Documentation/ABI/testing/sysfs-driver-input-axp-pek | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>  create mode 100644 Documentation/ABI/testing/sysfs-driver-input-axp-pek
>
> diff --git a/Documentation/ABI/testing/sysfs-driver-input-axp-pek b/Documentation/ABI/testing/sysfs-driver-input-axp-pek
> new file mode 100644
> index 000000000000..a5e671b9fa79
> --- /dev/null
> +++ b/Documentation/ABI/testing/sysfs-driver-input-axp-pek
> @@ -0,0 +1,11 @@
> +What:          /sys/class/input/input(x)/device/startup
> +Date:          March 2014
> +Contact:       Carlo Caione <carlo@caione.org>
> +Description:   Startup time in us. Board is powered on if the button is pressed
> +               for more than <startup_time>
> +
> +What:          /sys/class/input/input(x)/device/shutdown
> +Date:          March 2014
> +Contact:       Carlo Caione <carlo@caione.org>
> +Description:   Shutdown time in us. Board is powered off if the button is pressed
> +               for more than <shutdown_time>
> --
> 2.1.4
>
Dmitry Torokhov Jan. 15, 2015, 5:39 p.m. UTC | #2
Hi Chen-Yu,

On Fri, Jan 16, 2015 at 12:00:31AM +0800, Chen-Yu Tsai wrote:
> On Tue, Dec 23, 2014 at 10:53 AM, Chen-Yu Tsai <wens@csie.org> wrote:
> > From: Carlo Caione <carlo@caione.org>
> >
> > Add ABI entries for the PEK found on PMU X-Powers AXP202 and AXP209.
> 
> Hi Dmitry,
> 
> Would it be possible to take this patch through your tree?

Actually I folded it into the original patch adding the code so it's
already there.

Thanks.

> 
> 
> Thanks
> ChenYu
> 
> > Signed-off-by: Carlo Caione <carlo@caione.org>
> > [wens@csie.org: Fixed path for sysfs entries]
> > Signed-off-by: Chen-Yu Tsai <wens@csie.org>
> > ---
> >  Documentation/ABI/testing/sysfs-driver-input-axp-pek | 11 +++++++++++
> >  1 file changed, 11 insertions(+)
> >  create mode 100644 Documentation/ABI/testing/sysfs-driver-input-axp-pek
> >
> > diff --git a/Documentation/ABI/testing/sysfs-driver-input-axp-pek b/Documentation/ABI/testing/sysfs-driver-input-axp-pek
> > new file mode 100644
> > index 000000000000..a5e671b9fa79
> > --- /dev/null
> > +++ b/Documentation/ABI/testing/sysfs-driver-input-axp-pek
> > @@ -0,0 +1,11 @@
> > +What:          /sys/class/input/input(x)/device/startup
> > +Date:          March 2014
> > +Contact:       Carlo Caione <carlo@caione.org>
> > +Description:   Startup time in us. Board is powered on if the button is pressed
> > +               for more than <startup_time>
> > +
> > +What:          /sys/class/input/input(x)/device/shutdown
> > +Date:          March 2014
> > +Contact:       Carlo Caione <carlo@caione.org>
> > +Description:   Shutdown time in us. Board is powered off if the button is pressed
> > +               for more than <shutdown_time>
> > --
> > 2.1.4
> >
Chen-Yu Tsai Jan. 16, 2015, 1:01 a.m. UTC | #3
On Fri, Jan 16, 2015 at 1:39 AM, Dmitry Torokhov
<dmitry.torokhov@gmail.com> wrote:
> Hi Chen-Yu,
>
> On Fri, Jan 16, 2015 at 12:00:31AM +0800, Chen-Yu Tsai wrote:
>> On Tue, Dec 23, 2014 at 10:53 AM, Chen-Yu Tsai <wens@csie.org> wrote:
>> > From: Carlo Caione <carlo@caione.org>
>> >
>> > Add ABI entries for the PEK found on PMU X-Powers AXP202 and AXP209.
>>
>> Hi Dmitry,
>>
>> Would it be possible to take this patch through your tree?
>
> Actually I folded it into the original patch adding the code so it's
> already there.

Sorry I didn't look deep enough. Just looked at the commit messages.

Thanks again.

ChenYu

> Thanks.
>
>>
>>
>> Thanks
>> ChenYu
>>
>> > Signed-off-by: Carlo Caione <carlo@caione.org>
>> > [wens@csie.org: Fixed path for sysfs entries]
>> > Signed-off-by: Chen-Yu Tsai <wens@csie.org>
>> > ---
>> >  Documentation/ABI/testing/sysfs-driver-input-axp-pek | 11 +++++++++++
>> >  1 file changed, 11 insertions(+)
>> >  create mode 100644 Documentation/ABI/testing/sysfs-driver-input-axp-pek
>> >
>> > diff --git a/Documentation/ABI/testing/sysfs-driver-input-axp-pek b/Documentation/ABI/testing/sysfs-driver-input-axp-pek
>> > new file mode 100644
>> > index 000000000000..a5e671b9fa79
>> > --- /dev/null
>> > +++ b/Documentation/ABI/testing/sysfs-driver-input-axp-pek
>> > @@ -0,0 +1,11 @@
>> > +What:          /sys/class/input/input(x)/device/startup
>> > +Date:          March 2014
>> > +Contact:       Carlo Caione <carlo@caione.org>
>> > +Description:   Startup time in us. Board is powered on if the button is pressed
>> > +               for more than <startup_time>
>> > +
>> > +What:          /sys/class/input/input(x)/device/shutdown
>> > +Date:          March 2014
>> > +Contact:       Carlo Caione <carlo@caione.org>
>> > +Description:   Shutdown time in us. Board is powered off if the button is pressed
>> > +               for more than <shutdown_time>
>> > --
>> > 2.1.4
>> >
>
> --
> Dmitry
diff mbox

Patch

diff --git a/Documentation/ABI/testing/sysfs-driver-input-axp-pek b/Documentation/ABI/testing/sysfs-driver-input-axp-pek
new file mode 100644
index 000000000000..a5e671b9fa79
--- /dev/null
+++ b/Documentation/ABI/testing/sysfs-driver-input-axp-pek
@@ -0,0 +1,11 @@ 
+What:		/sys/class/input/input(x)/device/startup
+Date:		March 2014
+Contact:	Carlo Caione <carlo@caione.org>
+Description:	Startup time in us. Board is powered on if the button is pressed
+		for more than <startup_time>
+
+What:		/sys/class/input/input(x)/device/shutdown
+Date:		March 2014
+Contact:	Carlo Caione <carlo@caione.org>
+Description:	Shutdown time in us. Board is powered off if the button is pressed
+		for more than <shutdown_time>