From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752452AbbHTTMP (ORCPT ); Thu, 20 Aug 2015 15:12:15 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48354 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751775AbbHTTML (ORCPT ); Thu, 20 Aug 2015 15:12:11 -0400 Date: Thu, 20 Aug 2015 12:10:25 -0700 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, Tejun Heo Subject: [GIT PULL] Driver core patches for 4.3-rc1 Message-ID: <20150820191025.GA24503@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit cbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f: Linux 4.2-rc4 (2015-07-26 12:26:21 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-4.3-rc1 for you to fetch changes up to 71db87ba570038497db1227b7dc61113c4156565: bus: subsys: update return type of ->remove_dev() to void (2015-08-05 17:08:14 -0700) ---------------------------------------------------------------- Driver core patches for 4.3-rc1 Here is the new patches for the driver core / sysfs for 4.3-rc1. Very small number of changes here, all the details are in the shortlog, nothing major happening at all this kernel release, which is nice to see. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Grygorii Strashko (1): driver core: correct device's shutdown order Luis R. Rodriguez (1): selftests: firmware: skip timeout checks for kernels without user mode helper Masahiro Yamada (1): devres: fix devres_get() Mathias Krause (2): cpu: Remove bogus __ref annotation of cpu_subsys_online() kernel, cpu: Remove bogus __ref annotations Seymour, Shane M (1): sysfs.txt: update show method notes about sprintf/snprintf/scnprintf usage Tomeu Vizoso (1): driver core: fix docbook for device_private.device Viresh Kumar (1): bus: subsys: update return type of ->remove_dev() to void Vladimir Zapolskiy (1): firmware: fix wrong memory deallocation in fw_add_devm_name() Documentation/filesystems/sysfs.txt | 5 ++- arch/sh/kernel/cpu/sh4/sq.c | 3 +- arch/tile/kernel/sysfs.c | 11 ++--- arch/x86/kernel/cpu/microcode/core.c | 5 +-- drivers/base/base.h | 3 +- drivers/base/core.c | 49 +++++++++++++++++++++++ drivers/base/cpu.c | 2 +- drivers/base/dd.c | 8 ++++ drivers/base/devres.c | 4 +- drivers/base/firmware_class.c | 2 +- drivers/cpufreq/cpufreq.c | 12 +++--- drivers/net/rionet.c | 4 +- include/linux/device.h | 2 +- kernel/cpu.c | 16 ++++---- tools/testing/selftests/firmware/fw_filesystem.sh | 25 +++++++++--- tools/testing/selftests/firmware/fw_userhelper.sh | 12 +++++- 16 files changed, 120 insertions(+), 43 deletions(-)