Received: with ECARTIS (v1.0.0; list netdev); Tue, 30 Sep 2003 15:26:59 -0700 (PDT) Received: from mail.osdl.org (fw.osdl.org [65.172.181.6]) by oss.sgi.com (8.12.10/8.12.10) with SMTP id h8UMQQFx019950 for ; Tue, 30 Sep 2003 15:26:26 -0700 Received: from dell_ss3.pdx.osdl.net (IDENT:2997@dell_ss3.pdx.osdl.net [172.20.1.60]) by mail.osdl.org (8.11.6/8.11.6) with SMTP id h8UMPw106002; Tue, 30 Sep 2003 15:25:58 -0700 Date: Tue, 30 Sep 2003 15:25:30 -0700 From: Stephen Hemminger To: Jean Tourrilhes , "David S. Miller" Cc: netdev@oss.sgi.com, irda-users@lists.sourceforge.net Subject: [PATCH] (0/16) intro to IRDA patches for 2.6.0-test6 Message-Id: <20030930152530.1e279c29.shemminger@osdl.org> Organization: Open Source Development Lab X-Mailer: Sylpheed version 0.9.5claws (GTK+ 1.2.10; i686-pc-linux-gnu) X-Face: &@E+xe?c%:&e4D{>f1O<&U>2qwRREG5!}7R4;D<"NO^UI2mJ[eEOA2*3>(`Th.yP,VDPo9$ /`~cw![cmj~~jWe?AHY7D1S+\}5brN0k*NE?pPh_'_d>6;XGG[\KDRViCfumZT3@[ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-archive-position: 400 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: shemminger@osdl.org Precedence: bulk X-list: netdev These patches are a replacement for the moderate one chunk I sent out yesterday. They continue in the same vein of revising how IRDA devices are allocated. The new thing is the introduction of alloc_irdadev and changing over the places I used alloc_netdev to that. Mostly they are trivial, but smsc-ircc2 got changed to get rid of check_region usage as well. David, please apply after Jean gives his approval.