From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 14 Dec 2012 11:41:16 -0800 Subject: [PATCH 1/7] ir-rx51: Handle signals properly In-Reply-To: <50CB7E88.9050207@iki.fi> References: <1353251589-26143-1-git-send-email-timo.t.kokkonen@iki.fi> <1353251589-26143-2-git-send-email-timo.t.kokkonen@iki.fi> <20121120195755.GM18567@atomide.com> <20121214172809.GT4989@atomide.com> <20121214172616.GC9620@arwen.pp.htv.fi> <50CB7E88.9050207@iki.fi> Message-ID: <20121214194115.GL4989@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Timo Kokkonen [121214 11:33]: > On 12/14/12 19:26, Felipe Balbi wrote: > > > > if it's really for PWM, shouldn't we be using drivers/pwm/ ?? > > > > Now that Neil Brown posted the PWM driver for omap, I've been thinking > about whether converting the ir-rx51 into the PWM API would work. Maybe > controlling the PWM itself would be sufficient, but the ir-rx51 uses > also another dmtimer for creating accurate (enough) timing source for > the IR pulse edges. OK. > I haven't tried whether the default 32kHz clock source is enough for > that. Now that I think about it, I don't see why it wouldn't be good > enough. I think it would even be possible to just use the PWM api alone Cool. Regards, Tony