From mboxrd@z Thu Jan 1 00:00:00 1970 From: dmitry.torokhov@gmail.com (Dmitry Torokhov) Date: Thu, 15 Jan 2015 09:39:30 -0800 Subject: [PATCH v8 4/6] input: misc: Add ABI docs for AXP20x PEK In-Reply-To: References: <1419303194-3075-1-git-send-email-wens@csie.org> <1419303194-3075-5-git-send-email-wens@csie.org> Message-ID: <20150115173930.GD33214@dtor-ws> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 wrote: > > From: Carlo Caione > > > > 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 > > [wens at csie.org: Fixed path for sysfs entries] > > Signed-off-by: Chen-Yu Tsai > > --- > > 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 > > +Description: Startup time in us. Board is powered on if the button is pressed > > + for more than > > + > > +What: /sys/class/input/input(x)/device/shutdown > > +Date: March 2014 > > +Contact: Carlo Caione > > +Description: Shutdown time in us. Board is powered off if the button is pressed > > + for more than > > -- > > 2.1.4 > > -- Dmitry