From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mauro Carvalho Chehab Subject: Re: [PATCH V2 0/2] rc: Add timeout support to gpio-ir-recv Date: Sat, 3 Oct 2015 11:27:12 -0300 Message-ID: <20151003112712.4f54925d@recife.lan> References: <1441980024-1944-1-git-send-email-eric@nelint.com> <1442862524-3694-1-git-send-email-eric@nelint.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1442862524-3694-1-git-send-email-eric@nelint.com> Sender: linux-media-owner@vger.kernel.org To: Eric Nelson Cc: linux-media@vger.kernel.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, patrice.chotard@st.com, fabf@skynet.be, wsa@the-dreams.de, heiko@sntech.de, devicetree@vger.kernel.org, otavio@ossystems.com.br List-Id: devicetree@vger.kernel.org Em Mon, 21 Sep 2015 12:08:42 -0700 Eric Nelson escreveu: > Add timeout support to the gpio-ir-recv driver as discussed > in this original patch: > > https://patchwork.ozlabs.org/patch/516827/ > > V2 uses the timeout field of the rcdev instead of a device tree > field to set the timeout value as suggested by Sean Young. > > Eric Nelson (2): > rc-core: define a default timeout for drivers > rc: gpio-ir-recv: add timeout on idle I'm ok on having a default timeout for drivers, but the better would be to implement it at the RC core, and not inside each driver. Regards, Mauro