From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752164AbcBLXvv (ORCPT ); Fri, 12 Feb 2016 18:51:51 -0500 Received: from mail-pa0-f68.google.com ([209.85.220.68]:34664 "EHLO mail-pa0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752034AbcBLXvt (ORCPT ); Fri, 12 Feb 2016 18:51:49 -0500 Subject: Re: [PATCH 0/6] More updates for NS2 DT To: Anup Patel , Catalin Marinas , Will Deacon , Device Tree , Linux ARM Kernel References: <1455084651-29325-1-git-send-email-anup.patel@broadcom.com> Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Florian Fainelli , Yendapally Reddy Dhananjaya Reddy , Ray Jui , Scott Branden , Vikram Prakash , Linux Kernel , BCM Kernel Feedback From: Florian Fainelli Message-ID: <56BE6FD0.3010103@gmail.com> Date: Fri, 12 Feb 2016 15:50:40 -0800 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: <1455084651-29325-1-git-send-email-anup.patel@broadcom.com> 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 09/02/16 22:10, Anup Patel wrote: > This patchset primarily adds more DT nodes for NS2 SVK. It also does > minor update to arch/arm64/Kconfig.platforms and adds missing DT > bindings document for sp805 driver. > > The patchset is based on v4.5-rc3 tag and is available in ns2_dt2_v1 > branch of https://github.com/Broadcom/arm64-linux.git > > All patches have been tested on Broadcom NS2 SVK. > > Anup Patel (5): > arm64: Select COMMON_CLK_IPROC, PINCTRL and GPIOLIB for iProc SoCs > arm64: dts: Add SDHCI DT node for NS2 > arm64: dts: Add ARM SP804 timer DT nodes for NS2 > dt-bindings: watchdog: Add ARM SP805 DT bindings > arm64: dts: Add ARM SP805 watchdog DT node for NS2 > > Ray Jui (1): > arm64: dts: Add PCIe0 and PCIe4 DT nodes for NS2 Patch 1 applied to soc-arm64/next Patch 2-6 applied to devicetree-arm64/next, with Rob's Acked-by and the suggested rename from wdt@ to watchdog@ that he recommended, thanks everyone! -- Florian From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH 0/6] More updates for NS2 DT Date: Fri, 12 Feb 2016 15:50:40 -0800 Message-ID: <56BE6FD0.3010103@gmail.com> References: <1455084651-29325-1-git-send-email-anup.patel@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1455084651-29325-1-git-send-email-anup.patel-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Anup Patel , Catalin Marinas , Will Deacon , Device Tree , Linux ARM Kernel Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Florian Fainelli , Yendapally Reddy Dhananjaya Reddy , Ray Jui , Scott Branden , Vikram Prakash , Linux Kernel , BCM Kernel Feedback List-Id: devicetree@vger.kernel.org On 09/02/16 22:10, Anup Patel wrote: > This patchset primarily adds more DT nodes for NS2 SVK. It also does > minor update to arch/arm64/Kconfig.platforms and adds missing DT > bindings document for sp805 driver. > > The patchset is based on v4.5-rc3 tag and is available in ns2_dt2_v1 > branch of https://github.com/Broadcom/arm64-linux.git > > All patches have been tested on Broadcom NS2 SVK. > > Anup Patel (5): > arm64: Select COMMON_CLK_IPROC, PINCTRL and GPIOLIB for iProc SoCs > arm64: dts: Add SDHCI DT node for NS2 > arm64: dts: Add ARM SP804 timer DT nodes for NS2 > dt-bindings: watchdog: Add ARM SP805 DT bindings > arm64: dts: Add ARM SP805 watchdog DT node for NS2 > > Ray Jui (1): > arm64: dts: Add PCIe0 and PCIe4 DT nodes for NS2 Patch 1 applied to soc-arm64/next Patch 2-6 applied to devicetree-arm64/next, with Rob's Acked-by and the suggested rename from wdt@ to watchdog@ that he recommended, thanks everyone! -- Florian -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: f.fainelli@gmail.com (Florian Fainelli) Date: Fri, 12 Feb 2016 15:50:40 -0800 Subject: [PATCH 0/6] More updates for NS2 DT In-Reply-To: <1455084651-29325-1-git-send-email-anup.patel@broadcom.com> References: <1455084651-29325-1-git-send-email-anup.patel@broadcom.com> Message-ID: <56BE6FD0.3010103@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/02/16 22:10, Anup Patel wrote: > This patchset primarily adds more DT nodes for NS2 SVK. It also does > minor update to arch/arm64/Kconfig.platforms and adds missing DT > bindings document for sp805 driver. > > The patchset is based on v4.5-rc3 tag and is available in ns2_dt2_v1 > branch of https://github.com/Broadcom/arm64-linux.git > > All patches have been tested on Broadcom NS2 SVK. > > Anup Patel (5): > arm64: Select COMMON_CLK_IPROC, PINCTRL and GPIOLIB for iProc SoCs > arm64: dts: Add SDHCI DT node for NS2 > arm64: dts: Add ARM SP804 timer DT nodes for NS2 > dt-bindings: watchdog: Add ARM SP805 DT bindings > arm64: dts: Add ARM SP805 watchdog DT node for NS2 > > Ray Jui (1): > arm64: dts: Add PCIe0 and PCIe4 DT nodes for NS2 Patch 1 applied to soc-arm64/next Patch 2-6 applied to devicetree-arm64/next, with Rob's Acked-by and the suggested rename from wdt@ to watchdog@ that he recommended, thanks everyone! -- Florian