Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261584AbVCOURr (ORCPT ); Tue, 15 Mar 2005 15:17:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261567AbVCOURc (ORCPT ); Tue, 15 Mar 2005 15:17:32 -0500 Received: from wproxy.gmail.com ([64.233.184.199]:38012 "EHLO wproxy.gmail.com") by vger.kernel.org with ESMTP id S261793AbVCOUOp (ORCPT ); Tue, 15 Mar 2005 15:14:45 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=o1AGXU4Xm34BKe3hq6v5F4a5Y7SUBm+7s8Mv6kfyf823kwD8zQwYt2vmEMQxO4PU4O9dB2yAA4fxYCCFrxKwljK1kszICC7N4T8sB8dALdCpoQp1ZvKtWqpWe9fnHJaYDl9fpnGtcvMr9VzQNV5KV3Oh9r/JHvAKK1XiEKM9et0= Message-ID: Date: Tue, 15 Mar 2005 15:14:35 -0500 From: Dmitry Torokhov Reply-To: dtor_core@ameritech.net To: Greg KH Subject: Re: [linux-usb-devel] Re: [RFC] Changes to the driver model class code. Cc: Dominik Brodowski , linux-kernel@vger.kernel.org, linux-usb-devel@lists.sourceforge.net, Kay Sievers In-Reply-To: <20050315195121.GA27408@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050315170834.GA25475@kroah.com> <20050315190847.GA1870@isilmar.linta.de> <20050315195121.GA27408@kroah.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 984 Lines: 22 On Tue, 15 Mar 2005 11:51:21 -0800, Greg KH wrote: > > class interfaces are not going away, there's a good need for them like > you have pointed out. I'm not expecting to just delete those api > functions tomorrow, but slowly phase out the use of them over time, and > hopefully, eventually get rid of them. I think that with my USB host > controller patch, I've proved that they are not as needed as you might > think they were. > It looks to me (and I might be wrong) that USB was never really integrated into the driver model. It was glued with it but the driver model came after most of the domain was defined, and it did not get to be "bones" of the subsystem. This is why it is so easy to deatch it. -- Dmitry - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/