From patchwork Fri Feb 15 17:43:13 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 1043099 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=linux.intel.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 441LFx3H1vz9sDr for ; Sat, 16 Feb 2019 04:43:17 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728620AbfBORnQ (ORCPT ); Fri, 15 Feb 2019 12:43:16 -0500 Received: from mga05.intel.com ([192.55.52.43]:7472 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728030AbfBORnQ (ORCPT ); Fri, 15 Feb 2019 12:43:16 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Feb 2019 09:43:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,373,1544515200"; d="scan'208";a="122741511" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga007.fm.intel.com with ESMTP; 15 Feb 2019 09:43:14 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id 037BDF5; Fri, 15 Feb 2019 19:43:13 +0200 (EET) Date: Fri, 15 Feb 2019 20:43:13 +0300 From: Andy Shevchenko To: Linus Walleij Cc: Linux GPIO , Andy Shevchenko Subject: [GIT PULL] intel-gpio for 5.1-1 Message-ID: <20190215174313.GA41472@black.fi.intel.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Linus, The set of Intel GPIO driver updates for the next cycle. Thanks, With Best Regards, Andy Shevchenko The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.1-1 for you to fetch changes up to fd30b72eab2d7a32c8e279442584e115e2e125f9: gpio: wcove: Convert to use SPDX identifier (2019-02-08 15:55:41 +0200) ---------------------------------------------------------------- intel-gpio for v5.1-1 Small clean up for Intel PMIC GPIO drivers, includes: - optimizing IRQ handlers by usage of for_each_set_bit() - sorting headers alphabetically for better maintenance - conversion to SPDX identifier The following is an automated git shortlog grouped by driver: crystalcove: - Convert to use SPDX identifier - Sort headers alphabetically - Use for_each_set_bit() in IRQ handler msic: - Convert to use SPDX identifier - Sort headers alphabetically - Remove duplicate check in IRQ handler wcove: - Convert to use SPDX identifier - Fix indentation - Sort headers alphabetically - Allow return negative error code from to_reg() ---------------------------------------------------------------- Andy Shevchenko (10): gpio: crystalcove: Use for_each_set_bit() in IRQ handler gpio: wcove: Allow return negative error code from to_reg() gpio: msic: Remove duplicate check in IRQ handler gpio: crystalcove: Sort headers alphabetically gpio: msic: Sort headers alphabetically gpio: wcove: Sort headers alphabetically gpio: wcove: Fix indentation gpio: crystalcove: Convert to use SPDX identifier gpio: msic: Convert to use SPDX identifier gpio: wcove: Convert to use SPDX identifier drivers/gpio/gpio-crystalcove.c | 30 ++++++++++-------------------- drivers/gpio/gpio-msic.c | 34 +++++++++------------------------- drivers/gpio/gpio-wcove.c | 29 ++++++++++------------------- 3 files changed, 29 insertions(+), 64 deletions(-)