From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen-Yu Tsai Subject: Re: [PATCH v8 4/6] input: misc: Add ABI docs for AXP20x PEK Date: Fri, 16 Jan 2015 09:01:05 +0800 Message-ID: References: <1419303194-3075-1-git-send-email-wens@csie.org> <1419303194-3075-5-git-send-email-wens@csie.org> <20150115173930.GD33214@dtor-ws> Reply-To: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <20150115173930.GD33214@dtor-ws> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Dmitry Torokhov 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 On Fri, Jan 16, 2015 at 1:39 AM, Dmitry Torokhov 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 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. Sorry I didn't look deep enough. Just looked at the commit messages. Thanks again. ChenYu > 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