From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH v8 4/6] input: misc: Add ABI docs for AXP20x PEK Date: Thu, 15 Jan 2015 09:39:30 -0800 Message-ID: <20150115173930.GD33214@dtor-ws> References: <1419303194-3075-1-git-send-email-wens@csie.org> <1419303194-3075-5-git-send-email-wens@csie.org> Reply-To: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Content-Disposition: inline In-Reply-To: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Chen-Yu Tsai Cc: linux-sunxi , Carlo Caione , linux-arm-kernel , "linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Lee Jones , Mark Brown , Maxime Ripard List-Id: linux-input@vger.kernel.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-jdAy2FN1RRM@public.gmane.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