Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752496AbbKUMfi (ORCPT ); Sat, 21 Nov 2015 07:35:38 -0500 Received: from plane.gmane.org ([80.91.229.3]:55121 "EHLO plane.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751297AbbKUMfh (ORCPT ); Sat, 21 Nov 2015 07:35:37 -0500 X-Injected-Via-Gmane: http://gmane.org/ To: linux-kernel@vger.kernel.org From: Alban Subject: Re: [PATCH 06/14] MIPS: Add support for PIC32MZDA platform Date: Sat, 21 Nov 2015 12:37:53 +0100 Message-ID: <20151121123753.58eb6e80@tock> References: <1448065205-15762-1-git-send-email-joshua.henderson@microchip.com> <1448065205-15762-7-git-send-email-joshua.henderson@microchip.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org Cc: linux-mips@linux-mips.org X-Gmane-NNTP-Posting-Host: f054026208.adsl.alicedsl.de In-Reply-To: <1448065205-15762-7-git-send-email-joshua.henderson@microchip.com> X-Newsreader: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Cc: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1012 Lines: 22 On Fri, 20 Nov 2015 17:17:18 -0700 Joshua Henderson wrote: > This adds support for the Microchip PIC32 MIPS microcontroller with > the specific variant PIC32MZDA. PIC32MZDA is based on the MIPS m14KEc > core and boots using device tree. > > This includes an early pin setup and early clock setup needed prior to > device tree being initialized. In additon, an interface is provided to > synchronize access to registers shared across several peripherals. > > Signed-off-by: Joshua Henderson > >[...] > > diff --git a/arch/mips/include/asm/mach-pic32/gpio.h > b/arch/mips/include/asm/mach-pic32/gpio.h new file mode 100644 Custom GPIO header are not used anymore, this file can be dropped. Alban -- 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/