Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751020AbbKZFBS (ORCPT ); Thu, 26 Nov 2015 00:01:18 -0500 Received: from exsmtp01.microchip.com ([198.175.253.37]:58582 "EHLO email.microchip.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750698AbbKZFBR (ORCPT ); Thu, 26 Nov 2015 00:01:17 -0500 Subject: Re: [PATCH 01/14] DEVICETREE: Add bindings for PIC32 interrupt controller To: Rob Herring References: <1448065205-15762-1-git-send-email-joshua.henderson@microchip.com> <1448065205-15762-2-git-send-email-joshua.henderson@microchip.com> <20151122211453.GA13180@rob-hp-laptop> CC: , , Cristian Birsan , Thomas Gleixner , Jason Cooper , Marc Zyngier , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , From: Joshua Henderson Message-ID: <5656921A.7000109@microchip.com> Date: Wed, 25 Nov 2015 22:01:14 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151122211453.GA13180@rob-hp-laptop> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2276 Lines: 53 Hi Rob, On 11/22/2015 2:14 PM, Rob Herring wrote: > On Fri, Nov 20, 2015 at 05:17:13PM -0700, Joshua Henderson wrote: >> From: Cristian Birsan >> >> Document the devicetree bindings for the interrupt controller on Microchip >> PIC32 class devices. This also adds a header defining associated interrupts >> and related settings. >> >> Signed-off-by: Cristian Birsan >> Signed-off-by: Joshua Henderson >> --- >> .../microchip,pic32mz-evic.txt | 65 ++++++ >> .../interrupt-controller/microchip,pic32mz-evic.h | 238 ++++++++++++++++++++ >> 2 files changed, 303 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/interrupt-controller/microchip,pic32mz-evic.txt >> create mode 100644 include/dt-bindings/interrupt-controller/microchip,pic32mz-evic.h >> >> diff --git a/Documentation/devicetree/bindings/interrupt-controller/microchip,pic32mz-evic.txt b/Documentation/devicetree/bindings/interrupt-controller/microchip,pic32mz-evic.txt >> new file mode 100644 >> index 0000000..12fb91f >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/interrupt-controller/microchip,pic32mz-evic.txt >> @@ -0,0 +1,65 @@ >> +Microchip PIC32MZ Interrupt Controller >> +====================================== >> + >> +The Microchip PIC32MZ SOC contains an Enhanced Vectored Interrupt Controller >> +(EVIC) version 2. It handles internal and external interrupts and provides >> +support for priority, sub-priority, irq type and polarity. >> + >> +Required properties >> +------------------- >> + >> +- compatible: Should be "microchip,evic-v2" > > This should be more specific like "microchip,pic32mz-evic". You can keep > this one in addition if you like for matching. > > Rob > Agreed. Due to feedback, we are settling on microchip,pic32mzda-evic and similar for all compatible properties in this patch series. I don't see a need to keep a more abstract name around here if you don't. Josh -- 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/