From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from tichy.grunau.be ([85.131.189.73]:46586 "EHLO tichy.grunau.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751847AbZDEScV (ORCPT ); Sun, 5 Apr 2009 14:32:21 -0400 Date: Sun, 5 Apr 2009 20:31:54 +0200 From: Janne Grunau To: Andy Walls Cc: Hans Verkuil , Jean Delvare , Mike Isely , isely@isely.net, LMML , Mauro Carvalho Chehab , Jarod Wilson Subject: Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model Message-ID: <20090405183154.GE10556@aniel> References: <20090404142427.6e81f316@hyperion.delvare> <20090405010539.187e6268@hyperion.delvare> <200904050746.47451.hverkuil@xs4all.nl> <20090405143748.GC10556@aniel> <1238953174.3337.12.camel@morgan.walls.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1238953174.3337.12.camel@morgan.walls.org> Sender: linux-media-owner@vger.kernel.org List-ID: On Sun, Apr 05, 2009 at 01:39:33PM -0400, Andy Walls wrote: > On Sun, 2009-04-05 at 16:37 +0200, Janne Grunau wrote: > > > > I would guess that it won't work. There is an effort to merge lirc. It's > > currently stalled though. > > Perhaps you and Jarrod and Christopher have already discussed this, > but... > > Instead of trying to push all of the LIRC kernel components through in > one big patch set, perhaps it would be easier to just get the lirc_dev > and any other needed infrastructure components in first. > > If one focuses on satisfying the LKML comments to lirc_dev and the > Makefile to get that kernel module in the kernel, then, at least for > video card hosted IR devices, there is an infrastructure to which to > hook new or rewritten i2c IR driver modules. I guess lkml would NAK patches adding infrastructure only bits but we will probably for the next patchset concentrate on a few lirc drivers. Christopher doesn't participate in the merge attempt. > > A git tree is available at > > > > git://git.wilsonet.com/linux-2.6-lirc.git > > > > Jared Wilson and I were working on it (mainly last september). Since the > > IR on the HD PVR is also driven by the same zilog chip as on other > > hauppauge devices I'll take of lirc_zilog. Help converting the i2c > > drivers to the new i2c model is welcome. General cleanup of lirc to make > > it ready for mainline is of course wellcome too. > > I can help with this. I'm mainly concerned with lirc_dev, lirc_i2c (for > Rx only use of the zilog at 0x71), lirc_zilog, and lirc_mceusb2. That's > because, of course, I have devices that use those modules. :) I have devices for lirc_zilog (which should probably be merged with lirc_i2c) and lirc serial. Jarod has at least mce usb and imon devices. That are probably the devices we'll concentrate on the next submission. > lirc_dev and the API header would be my first priority, if you need > help. Did anyone consolidate all the comments from the LKML on Jarrod's > patch submission? no and I lost track which comments were already handled. Janne