From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joshua Henderson Subject: Re: [PATCH v6 2/2] pinctrl: pinctrl-pic32: Add PIC32 pin control driver Date: Mon, 8 Feb 2016 09:47:36 -0700 Message-ID: <56B8C6A8.2030301@microchip.com> References: <1454366916-10925-1-git-send-email-joshua.henderson@microchip.com> <1454366916-10925-2-git-send-email-joshua.henderson@microchip.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Linus Walleij Cc: "linux-kernel@vger.kernel.org" , Linux MIPS , Ralf Baechle , "linux-gpio@vger.kernel.org" List-Id: linux-gpio@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