From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail1.radix.net ([207.192.128.31]:60608 "EHLO mail1.radix.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750812AbZKEAEY (ORCPT ); Wed, 4 Nov 2009 19:04:24 -0500 Subject: Re: [PATCH 0/3 v2] linux infrared remote control drivers From: Andy Walls To: Jarod Wilson Cc: Jarod Wilson , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, linux-media@vger.kernel.org, Janne Grunau , Christoph Bartelmus In-Reply-To: References: <200910200956.33391.jarod@redhat.com> Content-Type: text/plain Date: Wed, 04 Nov 2009 19:07:09 -0500 Message-Id: <1257379629.3074.13.camel@palomino.walls.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On Wed, 2009-11-04 at 17:56 -0500, Jarod Wilson wrote: > On Oct 20, 2009, at 9:56 AM, Jarod Wilson wrote: > > > This here is a second go at submitting linux infrared remote control > > (lirc) drivers for kernel inclusion, with a much smaller patch set > > that > > includes only the core lirc driver and two device drivers, all three > > of > > which have been heavily updated since the last submission, based on > > feedback received. > > Hm. Submitting this while the vast majority of people who might review > it were at the Japan Linux Symposium seems like it might have been a > bad idea. Or does no feedback mean its all good and ready to be > merged? ;) Silence is concurrence. :) Actually I will note, that lirc_dev.h uses kfifo: http://git.wilsonet.com/linux-2.6-lirc.git/?a=blob_plain;f=drivers/input/lirc/lirc_dev.h;hb=f47f5e852d08f174c303d0ed53649733190014f7 but it least it appear to be nicely wrappered in that file. Moving to a new kfifo implementation should be fairly easy, if the kfifo change makes it in first. Regards, Andy