From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Ripard Subject: Re: [PATCH v5 4/8] input: misc: Add driver for AXP20x Power Enable Key Date: Fri, 2 May 2014 18:06:04 -0700 Message-ID: <20140503010604.GE4090@lukather> References: <1398947374-3115-1-git-send-email-carlo@caione.org> <1398947374-3115-5-git-send-email-carlo@caione.org> Reply-To: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dzs2zDY0zgkG72+7" Return-path: Content-Disposition: inline In-Reply-To: <1398947374-3115-5-git-send-email-carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org> List-Post: , List-Help: , List-Archive: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Subscribe: , List-Unsubscribe: , To: Carlo Caione Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, emilio-0Z03zUJReD5OxF6Tv1QG9Q@public.gmane.org, wens-jdAy2FN1RRM@public.gmane.org, sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org, dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org List-Id: linux-input@vger.kernel.org --Dzs2zDY0zgkG72+7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 01, 2014 at 02:29:30PM +0200, Carlo Caione wrote: > This patch add support for the Power Enable Key found on MFD AXP202 and > AXP209. Besides the basic support for the button, the driver adds two > entries in sysfs to configure the time delay for power on/off. >=20 > Signed-off-by: Carlo Caione Acked-by: Maxime Ripard --=20 Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com --Dzs2zDY0zgkG72+7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) iQIcBAEBAgAGBQJTZED8AAoJEBx+YmzsjxAg3BQP/AyJbEDHot/wFFYKLfxXuKbn 14tHMdZ7hSDIkY0oDyN8iFVpI+sEynXkmcAfFTng3m1WDKjBk7QU7tt2CRHMBxEg NkHKTnnjWH0WIJBO3JUoGUWomYz1AUuuosQm31asJ7/KtlrRXb/t5v17Y5fYE3U5 TuHSm0f8+RtVYVL36yAiwewMmEHlt6LDtTe9NInNTEL/r4PDJUahk9ZZmbXPJkvn bXa3IwM+abgADk+AwbV31rTJEV1A6EtiNE2Ls5K2pRMj1m4CXNluNvhc5tRrhbSi LdxIHjwDqzF1lxInojW76qWG6S4qTf6+TiqeUJhcTtNTE34FlF5LyrjchVEKqXoC WoinoLtBwf92panJBFM2WeG12qznbbh+5iOv2X8SS2v//169bToF8sWnZ5eC6qMf jALaOSNmXSxZ/cW5yJK6af1bnfiX8X1WgcujH5juuPCunKi1LvURNo3tSbyw/9J4 tsWrY4CTATQWFuAPWqyFiISUic6T+zDlGK6rUeMfoSlELeX5s7bKGxuKaiKgSb67 XAJmtDrJpf3GBT/K4LJuKbRmkMP77axIqXcCzXllphAPtyeL/fm9YW8fAQozDCHC mYAyqp92o9q3jaEgTHrhUO4gjaq/l3NawAAi2ds7rPXG3+6NCoS6eu7PLhwFtIMc 13mlhQyXBagCM8JXJUHk =Qr6U -----END PGP SIGNATURE----- --Dzs2zDY0zgkG72+7-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: maxime.ripard@free-electrons.com (Maxime Ripard) Date: Fri, 2 May 2014 18:06:04 -0700 Subject: [PATCH v5 4/8] input: misc: Add driver for AXP20x Power Enable Key In-Reply-To: <1398947374-3115-5-git-send-email-carlo@caione.org> References: <1398947374-3115-1-git-send-email-carlo@caione.org> <1398947374-3115-5-git-send-email-carlo@caione.org> Message-ID: <20140503010604.GE4090@lukather> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, May 01, 2014 at 02:29:30PM +0200, Carlo Caione wrote: > This patch add support for the Power Enable Key found on MFD AXP202 and > AXP209. Besides the basic support for the button, the driver adds two > entries in sysfs to configure the time delay for power on/off. > > Signed-off-by: Carlo Caione Acked-by: Maxime Ripard -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: