From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751503AbbEQAc6 (ORCPT ); Sat, 16 May 2015 20:32:58 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52945 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751375AbbEQAc5 (ORCPT ); Sat, 16 May 2015 20:32:57 -0400 Date: Sat, 16 May 2015 17:32:56 -0700 From: Greg KH To: Linus Torvalds , Andrew Morton , Arnd Bergmann Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] char/misc driver fixes for 4.1-rc4 Message-ID: <20150517003256.GA17527@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 5ebe6afaf0057ac3eaeb98defd5456894b446d22: Linux 4.1-rc2 (2015-05-03 19:22:23 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-4.1-rc4 for you to fetch changes up to 0f5b6ec67404246f3e08435aa37df3c8e9354101: Merge tag 'extcon-fixes-for-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-linus (2015-05-08 16:46:16 +0200) ---------------------------------------------------------------- Char/misc fix for 4.1-rc4 Here is one fix, in the extcon subsystem, that resolves a reported issue. It's been in linux-next for a number of weeks now, sorry for not getting it to you sooner. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Greg Kroah-Hartman (1): Merge tag 'extcon-fixes-for-4.1-rc2' of git://git.kernel.org/.../chanwoo/extcon into char-misc-linus Robert Baldyga (1): extcon: usb-gpio: register extcon device before IRQ registration drivers/extcon/extcon-usb-gpio.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-)