From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754742Ab1AJXsr (ORCPT ); Mon, 10 Jan 2011 18:48:47 -0500 Received: from kroah.org ([198.145.64.141]:45602 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751710Ab1AJXso (ORCPT ); Mon, 10 Jan 2011 18:48:44 -0500 Date: Mon, 10 Jan 2011 15:48:25 -0800 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [GIT PATCH] driver core patches for .38 Message-ID: <20110110234825.GA30018@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Here's the "big" driver core merge for the .38 tree. Yeah, really tiny, not much of anything went on in this area of the kernel for the past 3 months. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git/ driver-core-next All of these patches have been in the linux-next and mm trees for a while now. The patches will be sent as a follow-on to this message to lkml for people to see. thanks, greg k-h ------------ drivers/base/base.h | 62 +++++++++++++++++++---------------------------- drivers/base/bus.c | 13 ++++----- drivers/base/class.c | 42 ++++++++++++++++---------------- drivers/base/core.c | 24 ++++++++++-------- fs/sysfs/group.c | 10 +------ include/linux/device.h | 7 ++--- 6 files changed, 70 insertions(+), 88 deletions(-) --------------- Alan Stern (1): sysfs: remove useless test from sysfs_merge_group Brandon Philips (1): driver core: fix whitespace in class_attr_string Kay Sievers (1): driver-core: merge private parts of class and bus Michael Ellerman (1): driver core: Document that device_rename() is only for networking