From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754660Ab1HWAoz (ORCPT ); Mon, 22 Aug 2011 20:44:55 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:54311 "EHLO out3.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754614Ab1HWAos (ORCPT ); Mon, 22 Aug 2011 20:44:48 -0400 X-Sasl-enc: ZTp5E2jY0lZx9drqxLA0sZYA+DxZJ5dwolxweTmpzUDg 1314060287 Date: Mon, 22 Aug 2011 17:43:18 -0700 From: Greg KH To: Bart Van Assche Cc: Greg KH , linux-kernel@vger.kernel.org, Randy Dunlap , rpearson@systemfabricworks.com Subject: Re: [PATCH] docs/driver-model: Document device.groups Message-ID: <20110823004318.GA16599@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 16, 2011 at 10:00:07PM +0200, Bart Van Assche wrote: > Many drivers use device_create_file() where device.groups should be > used instead. This patch documents that and also removes the comments > about device classes since these should not be used in new code. > > Signed-off-by: Bart Van Assche > Cc: Greg Kroah-Hartman > Cc: Randy Dunlap > --- > Documentation/driver-model/device.txt | 78 +++++++++++++++------------------ This patch doesn't apply to 3.1-rc3, what kernel did you make it against? Care to resend so it can be applied? thanks, greg k-h