From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751888AbdBAI4I (ORCPT ); Wed, 1 Feb 2017 03:56:08 -0500 Received: from mail-it0-f47.google.com ([209.85.214.47]:36811 "EHLO mail-it0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751779AbdBAI4G (ORCPT ); Wed, 1 Feb 2017 03:56:06 -0500 MIME-Version: 1.0 From: Linus Walleij Date: Wed, 1 Feb 2017 09:56:05 +0100 Message-ID: Subject: [GIT PULL] pin control fixes for v4.10 To: Linus Torvalds Cc: "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , Andy Shevchenko , Alexander Stein , Maxime Ripard Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, another week another set of pin control fixes. The subsystem has seen high patch-spot activity recently. The majority of the patches are for Intel, I vaguely think it mostly concern phones, tablets and maybe chromebooks and even laptops with this Intel Atom family chips. Please pull them in! Yours, Linus Walleij The following changes since commit 566cf877a1fcb6d6dc0126b076aad062054c2637: Linux 4.10-rc6 (2017-01-29 14:25:17 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v4.10-4 for you to fetch changes up to cdca06e4e85974d8a3503ab15709dbbaf90d3dd1: pinctrl: baytrail: Add missing spinlock usage in byt_gpio_irq_handler (2017-01-30 15:53:57 +0100) ---------------------------------------------------------------- Pin control fixes for the v4.10 series. Driver fixes only: - One fix to the Berlin driver making the SD card work fully again. - One fix to the Allwinner/sunxi bias function: one premature change needs to be partially reverted. - The remaining four patches are to Intel embedded SoCs: baytrail (three patches) and merrifield (one patch): register access debounce fixes and a missing spinlock. ---------------------------------------------------------------- Alexander Stein (1): pinctrl: baytrail: Add missing spinlock usage in byt_gpio_irq_handler Andy Shevchenko (3): pinctrl: intel: merrifield: Add missed check in mrfld_config_set() pinctrl: baytrail: Rectify debounce support (part 2) pinctrl: baytrail: Debounce register is one per community Jisheng Zhang (1): pinctrl: berlin-bg4ct: fix the value for "sd1a" of pin SCRD0_CRD_PRES Maxime Ripard (1): pinctrl: sunxi: Don't enforce bias disable (for now) drivers/pinctrl/berlin/berlin-bg4ct.c | 2 +- drivers/pinctrl/intel/pinctrl-baytrail.c | 27 ++++++++++++++++++++------- drivers/pinctrl/intel/pinctrl-merrifield.c | 3 +++ drivers/pinctrl/sunxi/pinctrl-sunxi.c | 3 +-- 4 files changed, 25 insertions(+), 10 deletions(-)