Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932255AbWAEXJb (ORCPT ); Thu, 5 Jan 2006 18:09:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932260AbWAEXJa (ORCPT ); Thu, 5 Jan 2006 18:09:30 -0500 Received: from mail.kroah.org ([69.55.234.183]:37332 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S932256AbWAEXJ2 (ORCPT ); Thu, 5 Jan 2006 18:09:28 -0500 Date: Thu, 5 Jan 2006 15:07:39 -0800 From: Greg KH To: Russell King Cc: LKML Subject: Re: [CFT 1/29] Add bus_type probe, remove, shutdown methods. Message-ID: <20060105230739.GA27466@kroah.com> References: <20060105142951.13.01@flint.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060105142951.13.01@flint.arm.linux.org.uk> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 910 Lines: 24 On Thu, Jan 05, 2006 at 02:29:51PM +0000, Russell King wrote: > Add bus_type probe, remove and shutdown methods to replace the > corresponding methods in struct device_driver. This matches > the way we handle the suspend/resume methods. > > Since the bus methods override the device_driver methods, warn > if a device driver is registered whose methods will not be > called. > > The long-term idea is to remove the device_driver methods entirely. > > Signed-off-by: Russell King All of this looks good to me, want me to add them to my tree and forward it on to Linus? thanks for doing this work, I really appreciate it. greg k-h - 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/