From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932716AbZHURWJ (ORCPT ); Fri, 21 Aug 2009 13:22:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932705AbZHURWH (ORCPT ); Fri, 21 Aug 2009 13:22:07 -0400 Received: from gimli.pxnet.com ([195.227.45.7]:50988 "EHLO mail.pxnet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932644AbZHURVt (ORCPT ); Fri, 21 Aug 2009 13:21:49 -0400 From: Tilman Schmidt Subject: [PATCH RFC 0/6] Gigaset driver port to CAPI To: i4ldeveloper@listserv.isdn4linux.de, netdev@vger.kernel.org, linux-kernel@vger.kernel.org CC: Hansjoerg Lipp Message-ID: <20090821-patch-00.tilman@imap.cc> Date: Fri, 21 Aug 2009 19:21:34 +0200 (CEST) X-Spam-Score: -1.345 () AWL,BAYES_00,RDNS_NONE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Folks, the following set of six patches adds a configuration option to the Gigaset driver to interface to Kernel CAPI instead of the old ISDN4Linux subsystem. Although my unit test are not quite done yet I would appreciate comments. The patchset is based on 2.6.31-rc6. The first two patches are bugfixes to the existing driver, the third one adds kerneldoc comments for a few functions. These three are included just so that the following ones will apply cleanly, although you are welcome to comment on them, too. Patch 4 reorganizes the existing driver's code so that the new interface can be fitted in. Patch 5 adds the Kconfig mechanism for making the ISDN subsystem interface selectable. Patch 6 finally adds the actual Kernel CAPI interface, and is of course the one I am most eager to hear opinions about. Thanks, Tilman