From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946440AbbHGWf7 (ORCPT ); Fri, 7 Aug 2015 18:35:59 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46952 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946400AbbHGWf5 (ORCPT ); Fri, 7 Aug 2015 18:35:57 -0400 Date: Fri, 7 Aug 2015 15:35:56 -0700 From: Greg KH To: Linus Torvalds , Andrew Morton , Arnd Bergmann Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] char/misc driver patches for 4.2-rc6 Message-ID: <20150807223556.GA21111@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/char-misc.git/ tags/char-misc-4.2-rc6 for you to fetch changes up to eaf7e98d43c16a827c72016ab3e452d74ac2591c: Merge tag 'extcon-fixes-for-4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-linus (2015-07-31 17:20:52 -0700) ---------------------------------------------------------------- Char/misc fixes for 4.2-rc6 Here are some extcon fixes for 4.2-rc6 that resolve some reported problems. All have been in linux-next for a while. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Chanwoo Choi (1): extcon: palmas: Fix NULL pointer error Greg Kroah-Hartman (1): Merge tag 'extcon-fixes-for-4.2-rc5' of git://git.kernel.org/.../chanwoo/extcon into char-misc-linus Roger Quadros (2): extcon: Fix hang and extcon_get/set_cable_state(). extcon: Fix extcon_cable_get_state() from getting old state after notification drivers/extcon/extcon-palmas.c | 13 --------- drivers/extcon/extcon.c | 61 ++++++++++++++++++++++++++++++------------ 2 files changed, 44 insertions(+), 30 deletions(-)