Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756758Ab3JIWtc (ORCPT ); Wed, 9 Oct 2013 18:49:32 -0400 Received: from mga09.intel.com ([134.134.136.24]:57184 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753464Ab3JIWta (ORCPT ); Wed, 9 Oct 2013 18:49:30 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.90,1067,1371106800"; d="scan'208";a="416893636" Message-ID: <5255DD10.1070201@linux.intel.com> Date: Wed, 09 Oct 2013 15:47:44 -0700 From: David Cohen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 MIME-Version: 1.0 To: linus.walleij@linaro.org CC: David Cohen , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH 0/3] gpio-langwell: initial support for Intel Merrifield References: <1380916902-23791-1-git-send-email-david.a.cohen@linux.intel.com> In-Reply-To: <1380916902-23791-1-git-send-email-david.a.cohen@linux.intel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1184 Lines: 33 Hi Linus W, On 10/04/2013 01:01 PM, David Cohen wrote: > This patch set does initial support for Intel Merrifield and does non-function > changes to make gpio-langwell more friendly to other Intel Mid SoC's. > > After these initial changes are accepted, more Merrifield stuff will come :) Ping :) Comments here? Br, David Cohen > > David Cohen (3): > gpio: langwell: add Intel Merrifield support > gpio: rename gpio-langwell to gpio-intel-mid > gpio-intel-mid: update prefixes and names from langwell to intel-mid > > drivers/gpio/Kconfig | 6 +- > drivers/gpio/Makefile | 2 +- > drivers/gpio/gpio-intel-mid.c | 471 ++++++++++++++++++++++++++++++++++++++++++ > drivers/gpio/gpio-langwell.c | 397 ----------------------------------- > 4 files changed, 475 insertions(+), 401 deletions(-) > create mode 100644 drivers/gpio/gpio-intel-mid.c > delete mode 100644 drivers/gpio/gpio-langwell.c > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/