From patchwork Fri Jan 17 11:58:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Claudiu Beznea X-Patchwork-Id: 11338847 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id ACD4C138D for ; Fri, 17 Jan 2020 11:58:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8F21B20730 for ; Fri, 17 Jan 2020 11:58:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726876AbgAQL6g (ORCPT ); Fri, 17 Jan 2020 06:58:36 -0500 Received: from esa6.microchip.iphmx.com ([216.71.154.253]:28377 "EHLO esa6.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726785AbgAQL6g (ORCPT ); Fri, 17 Jan 2020 06:58:36 -0500 Received-SPF: Pass (esa6.microchip.iphmx.com: domain of Claudiu.Beznea@microchip.com designates 198.175.253.82 as permitted sender) identity=mailfrom; client-ip=198.175.253.82; receiver=esa6.microchip.iphmx.com; envelope-from="Claudiu.Beznea@microchip.com"; x-sender="Claudiu.Beznea@microchip.com"; x-conformance=spf_only; x-record-type="v=spf1"; x-record-text="v=spf1 mx a:ushub1.microchip.com a:smtpout.microchip.com -exists:%{i}.spf.microchip.iphmx.com include:servers.mcsv.net include:mktomail.com include:spf.protection.outlook.com ~all" Received-SPF: None (esa6.microchip.iphmx.com: no sender authenticity information available from domain of postmaster@email.microchip.com) identity=helo; client-ip=198.175.253.82; receiver=esa6.microchip.iphmx.com; envelope-from="Claudiu.Beznea@microchip.com"; x-sender="postmaster@email.microchip.com"; x-conformance=spf_only Authentication-Results: esa6.microchip.iphmx.com; dkim=none (message not signed) header.i=none; spf=Pass smtp.mailfrom=Claudiu.Beznea@microchip.com; spf=None smtp.helo=postmaster@email.microchip.com; dmarc=pass (p=none dis=none) d=microchip.com IronPort-SDR: FgvdYU/Gcd1OKOqQOfFME9o+87htsyBdSmJirRmi7ZNkdbypGQULhOZNsmLahpU25dsmt70bkK ZccR+CmD1IVrua4ZyCdfWZ+giPIGEdMZNeLc2e5eoFd4lpwm2st7cdJfaDiYjIU1ZMi8yiMVGh Za4MnLokUPZMY1P6a1FhgWGRIhHchezjp6NiPWQ3nMhjPSYSEmds0WESgzpciFiwuRiToQfld4 WEZia90k4ssTUf/f4Vgg3ICZXZYiMXha3bOA8Tl6QptvBmekUcILZuxWl9sSVurS7Y6OV5F2Ep 10Y= X-IronPort-AV: E=Sophos;i="5.70,330,1574146800"; d="scan'208";a="61130320" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 17 Jan 2020 04:58:35 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 17 Jan 2020 04:58:35 -0700 Received: from m18063-ThinkPad-T460p.mchp-main.com (10.10.85.251) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.1713.5 via Frontend Transport; Fri, 17 Jan 2020 04:58:31 -0700 From: Claudiu Beznea To: , , , , , , , CC: , , , , Claudiu Beznea Subject: [PATCH v5 0/2] add device tree for SAM9X60 SoC and SAM9X60-EK board Date: Fri, 17 Jan 2020 13:58:27 +0200 Message-ID: <1579262309-6542-1-git-send-email-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org Hi, This series contains only DT binding documentation for microchip,sam9x60-usart and add microchip,sam9x60-dbgu. I kept its title and versioning for reference. Only these 2 patches in this version left. The other were applied by Alexandre. Thank you, Claudiu Beznea Changes in v5: - remove patches: - dt-bindings: atmel,at91rm9200-rtc: add microchip,sam9x60-rtc - ARM: at91/defconfig: enable MMC_SDHCI_OF_AT91 and MICROCHIP_PIT64B - ARM: dts: at91: sam9x60: add device tree for soc and board as they were applied. - collected Acked-for-mfd-by Changes in v4: - remove patches: - dt-bindings: atmel-tcb: remove wildcard - dt-bindings: atmel-tcb: add microchip,sam9x60-tcb since they were applied - address review comments - fix compatible list for dbug in sam9x60.dtsi Changes in v3: - remove applied patches from series - split patch "dt-bindings: atmel-tcb: add microchip,sam9x60-tcb" in two patches: - dt-bindings: atmel-tcb: add microchip,sam9x60-tcb - dt-bindings: atmel-tcb: remove wildcard - split patch "dt-bindings: atmel-usart: remove wildcard" in two patches: - dt-bindings: atmel-usart: add microchip,sam9x60-{usart, dbgu} - dt-bindings: atmel-usart: remove wildcard and adapt them as per review comments - collect acked-by tags Changes in v2: - replace patch "dt-bindings: at_xdmac: add entry for microchip compatibles" by patches: - dt-bindings: at_xdmac: add microchip,sam9x60-dma - dt-bindings: at_xdmac: remove wildcard. - replace patch "dt-bindings: atmel-usart: add microchip,-usart" by patches: - dt-bindings: atmel-usart: add microchip,sam9x60-{usart, dbgu} - dt-bindings: atmel-usart: remove wildcard - remove patch "dt-bindings: spi_atmel: add microchip,sam9x60-spi" as it was accepted - collect reviewed-by tags Claudiu Beznea (2): dt-bindings: atmel-usart: remove wildcard dt-bindings: atmel-usart: add microchip,sam9x60-{usart, dbgu} Documentation/devicetree/bindings/mfd/atmel-usart.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-)