From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932250AbbBOPMW (ORCPT ); Sun, 15 Feb 2015 10:12:22 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:35621 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932215AbbBOPMU (ORCPT ); Sun, 15 Feb 2015 10:12:20 -0500 Date: Sun, 15 Feb 2015 07:12:19 -0800 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, Tejun Heo Subject: [GIT PULL] Driver core patches for 3.20-rc1 Message-ID: <20150215151219.GA31755@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (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 26bc420b59a38e4e6685a73345a0def461136dce: Linux 3.19-rc6 (2015-01-25 20:04:41 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-3.20-rc1 for you to fetch changes up to adf305f77878880fa5868a7179979da93be68d83: sysfs: fix warning when creating a sysfs group without attributes (2015-02-03 15:50:31 -0800) ---------------------------------------------------------------- driver core patches for 3.20-rc1 Really tiny set of patches for this kernel. Nothing major, all described in the shortlog and have been in linux-next for a while. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Borislav Petkov (1): firmware: Correct function name in comment Javi Merino (1): sysfs: fix warning when creating a sysfs group without attributes Joe Perches (2): device: Fix dev_dbg_once macro device: Change dev_ logging functions to return void Ming Lei (2): firmware_loader: abort request if wait_for_completion is interrupted firmware_loader: handle timeout via wait_for_completion_interruptible_timeout() drivers/base/core.c | 29 ++++++++------------ drivers/base/firmware_class.c | 33 ++++++++--------------- fs/sysfs/group.c | 2 +- include/linux/device.h | 62 +++++++++++++++++++++---------------------- 4 files changed, 53 insertions(+), 73 deletions(-)