From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755547AbcBHQrW (ORCPT ); Mon, 8 Feb 2016 11:47:22 -0500 Received: from exsmtp03.microchip.com ([198.175.253.49]:54825 "EHLO email.microchip.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753316AbcBHQrS (ORCPT ); Mon, 8 Feb 2016 11:47:18 -0500 Subject: Re: [PATCH v6 2/2] pinctrl: pinctrl-pic32: Add PIC32 pin control driver To: Linus Walleij References: <1454366916-10925-1-git-send-email-joshua.henderson@microchip.com> <1454366916-10925-2-git-send-email-joshua.henderson@microchip.com> CC: "linux-kernel@vger.kernel.org" , Linux MIPS , Ralf Baechle , "linux-gpio@vger.kernel.org" From: Joshua Henderson Message-ID: <56B8C6A8.2030301@microchip.com> Date: Mon, 8 Feb 2016 09:47:36 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/05/2016 03:57 PM, Linus Walleij wrote: > On Mon, Feb 1, 2016 at 11:48 PM, Joshua Henderson > wrote: > >> Add a driver for the pin controller present on the Microchip PIC32 >> including the specific variant PIC32MZDA. This driver provides pinmux >> and pinconfig operations as well as GPIO and IRQ chips for the GPIO >> banks. >> >> Signed-off-by: Joshua Henderson >> Cc: Ralf Baechle >> Cc: Linus Walleij >> --- >> Changes since v5: > > Patch applied. Thanks Linus. Josh