From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754243AbcIEKxZ (ORCPT ); Mon, 5 Sep 2016 06:53:25 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:33774 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754204AbcIEKxU (ORCPT ); Mon, 5 Sep 2016 06:53:20 -0400 Date: Mon, 5 Sep 2016 12:53:17 +0200 From: Thierry Reding To: Lee Jones Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, patrice.chotard@st.com, linux-pwm@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v4 13/17] pwm: sti: Add support for PWM Capture IRQs Message-ID: <20160905105317.GM31424@ulmo.ba.sec> References: <20160816093508.28307-1-lee.jones@linaro.org> <20160816093508.28307-14-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="XbHSybK3LHOYQtWI" Content-Disposition: inline In-Reply-To: <20160816093508.28307-14-lee.jones@linaro.org> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --XbHSybK3LHOYQtWI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 16, 2016 at 10:35:04AM +0100, Lee Jones wrote: > Here we're requesting the PWM Capture IRQ and supplying the > handler which will be called in the event of an IRQ fire to > handle it. >=20 > Signed-off-by: Lee Jones > --- > drivers/pwm/pwm-sti.c | 92 +++++++++++++++++++++++++++++++++++++++++++++= +++++- > 1 file changed, 91 insertions(+), 1 deletion(-) Applied, thanks. Thierry --XbHSybK3LHOYQtWI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAABCAAGBQJXzU6dAAoJEN0jrNd/PrOhGNsP/2Aee9ZvHM1ZTuFcVzZr9fPF wvTGzx6Ip4wI8S5JRzpU7/WYlg8CnzFkUU3ETmIXAgiOxehrXbuzURK+KEwlENgc p3CN7FL5gC4P2tHmNvdPWz50pF7cFj03lQaDeLt3mrpWnLkgC2JJSYwXcVdT2hur Q5IYGiMjDgkxmrpx6t0pgPPMn2sifpXEByhf4yFbLU3v17XegsJcY21UFSfTyeVi N82oYhHlLdS4/PxSd7HuJ+6apIHeXSwrWWUFq6bNhM2zG5LhEz1PcyUL+s3sQD7J UXOzyrjFqlE9FZH3fuPm9mpZudp0uvOLGU+QvtxdbWaMOd1tKAASSu1rKKzivJpH Nx14T7C6IJoDEcHsTye6F1pAv6OpWLFXbJpMACUr4wHwS59U8ZL7Si1hAvGRZPzG I+BfflcJNoAFyXMWBr1rGUyvba9KUGhZM+snYITpEbrWFL5d+qAvL1ZlWK6hrzQ1 KjsZkes+OyMl9BRIKrv7m67xrixSv0zZO7mcH3LQtIXIxHHdm5R9ngIMYWPsZ4dc 5oIMB+dqEgF6315FFA0dtFglIeK7hoiEf8coyqELQ5pn5zelSVIi/IfdfhEAYk+Y otCPY/Q697Lab8GxKv121YJn4trr3O3qL/7oM0VJnXf5Sm9capSVdRRcCUOwc59u ip5eTXLxDOyW8phkrUhN =AhFP -----END PGP SIGNATURE----- --XbHSybK3LHOYQtWI-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Reding Subject: Re: [PATCH v4 13/17] pwm: sti: Add support for PWM Capture IRQs Date: Mon, 5 Sep 2016 12:53:17 +0200 Message-ID: <20160905105317.GM31424@ulmo.ba.sec> References: <20160816093508.28307-1-lee.jones@linaro.org> <20160816093508.28307-14-lee.jones@linaro.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="XbHSybK3LHOYQtWI" Return-path: Content-Disposition: inline In-Reply-To: <20160816093508.28307-14-lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Lee Jones Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-F5mvAk5X5gdBDgjK7y7TUQ@public.gmane.org, patrice.chotard-qxv4g6HH51o@public.gmane.org, linux-pwm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org --XbHSybK3LHOYQtWI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 16, 2016 at 10:35:04AM +0100, Lee Jones wrote: > Here we're requesting the PWM Capture IRQ and supplying the > handler which will be called in the event of an IRQ fire to > handle it. >=20 > Signed-off-by: Lee Jones > --- > drivers/pwm/pwm-sti.c | 92 +++++++++++++++++++++++++++++++++++++++++++++= +++++- > 1 file changed, 91 insertions(+), 1 deletion(-) Applied, thanks. Thierry --XbHSybK3LHOYQtWI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAABCAAGBQJXzU6dAAoJEN0jrNd/PrOhGNsP/2Aee9ZvHM1ZTuFcVzZr9fPF wvTGzx6Ip4wI8S5JRzpU7/WYlg8CnzFkUU3ETmIXAgiOxehrXbuzURK+KEwlENgc p3CN7FL5gC4P2tHmNvdPWz50pF7cFj03lQaDeLt3mrpWnLkgC2JJSYwXcVdT2hur Q5IYGiMjDgkxmrpx6t0pgPPMn2sifpXEByhf4yFbLU3v17XegsJcY21UFSfTyeVi N82oYhHlLdS4/PxSd7HuJ+6apIHeXSwrWWUFq6bNhM2zG5LhEz1PcyUL+s3sQD7J UXOzyrjFqlE9FZH3fuPm9mpZudp0uvOLGU+QvtxdbWaMOd1tKAASSu1rKKzivJpH Nx14T7C6IJoDEcHsTye6F1pAv6OpWLFXbJpMACUr4wHwS59U8ZL7Si1hAvGRZPzG I+BfflcJNoAFyXMWBr1rGUyvba9KUGhZM+snYITpEbrWFL5d+qAvL1ZlWK6hrzQ1 KjsZkes+OyMl9BRIKrv7m67xrixSv0zZO7mcH3LQtIXIxHHdm5R9ngIMYWPsZ4dc 5oIMB+dqEgF6315FFA0dtFglIeK7hoiEf8coyqELQ5pn5zelSVIi/IfdfhEAYk+Y otCPY/Q697Lab8GxKv121YJn4trr3O3qL/7oM0VJnXf5Sm9capSVdRRcCUOwc59u ip5eTXLxDOyW8phkrUhN =AhFP -----END PGP SIGNATURE----- --XbHSybK3LHOYQtWI-- -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: thierry.reding@gmail.com (Thierry Reding) Date: Mon, 5 Sep 2016 12:53:17 +0200 Subject: [PATCH v4 13/17] pwm: sti: Add support for PWM Capture IRQs In-Reply-To: <20160816093508.28307-14-lee.jones@linaro.org> References: <20160816093508.28307-1-lee.jones@linaro.org> <20160816093508.28307-14-lee.jones@linaro.org> Message-ID: <20160905105317.GM31424@ulmo.ba.sec> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Aug 16, 2016 at 10:35:04AM +0100, Lee Jones wrote: > Here we're requesting the PWM Capture IRQ and supplying the > handler which will be called in the event of an IRQ fire to > handle it. > > Signed-off-by: Lee Jones > --- > drivers/pwm/pwm-sti.c | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 91 insertions(+), 1 deletion(-) Applied, thanks. Thierry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: