From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 04FE1C33CA2 for ; Thu, 9 Jan 2020 21:31:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CAF312067D for ; Thu, 9 Jan 2020 21:31:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578605468; bh=4EMl2lbsCT786Q4E/I2hFEzGFcdCtyZCHhd/Zegwdtw=; h=Date:From:To:Cc:Subject:In-Reply-To:List-ID:From; b=ArXPoP+sVrT32eAoa3wDxK6+NYlZa2eJbOFYe0yh6sKTKXhMq9F/s5Ico3GsJ0CDN gylydJk+NgYvo99kpck1EmGHy/nxAvV4arDRj0tGcuqAGTsgIsqe2+YxyNSf9jmlJf /dScYe+mzdq8rXBqt4e4HKV4vO6GwWLVPOXqBbB8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728964AbgAIVbI (ORCPT ); Thu, 9 Jan 2020 16:31:08 -0500 Received: from foss.arm.com ([217.140.110.172]:37060 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725763AbgAIVbI (ORCPT ); Thu, 9 Jan 2020 16:31:08 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 59B6931B; Thu, 9 Jan 2020 13:31:07 -0800 (PST) Received: from localhost (unknown [10.37.6.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BB1DB3F534; Thu, 9 Jan 2020 13:31:06 -0800 (PST) Date: Thu, 09 Jan 2020 21:31:05 +0000 From: Mark Brown To: Claudiu Beznea Cc: alexandre.belloni@bootlin.com, a.zummo@towertech.it, broonie@kernel.org, devicetree@vger.kernel.org, dmaengine@vger.kernel.org, eugen.hristev@microchip.com, jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de, lee.jones@linaro.org, linux-arm-kernel@lists.infradead.org, linux-can@vger.kernel.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-mtd@lists.infradead.org, linux-rtc@vger.kernel.org, linux-spi@vger.kernel.org, ludovic.desroches@microchip.com, Mark Brown , mark.rutland@arm.com, mchehab@kernel.org, miquel.raynal@bootlin.com, mkl@pengutronix.de, netdev@vger.kernel.org, nicolas.ferre@microchip.com, pmeerw@pmeerw.net, radu_nicolae.pirea@upb.ro, richard.genoud@gmail.com, richard@nod.at, robh+dt@kernel.org, tudor.ambarus@microchip.com, vigneshr@ti.com, vkoul@kernel.org, wg@grandegger.com Subject: Applied "dt-bindings: spi_atmel: add microchip,sam9x60-spi" to the spi tree In-Reply-To: <1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com> Message-Id: X-Patchwork-Hint: ignore Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org The patch dt-bindings: spi_atmel: add microchip,sam9x60-spi has been applied to the spi tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-5.6 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark >From 0a1eb761ff30cdc089bcc94e1bd540b6956487c5 Mon Sep 17 00:00:00 2001 From: Claudiu Beznea Date: Wed, 8 Jan 2020 14:55:19 +0200 Subject: [PATCH] dt-bindings: spi_atmel: add microchip,sam9x60-spi Add microchip,sam9x60-spi to DT bindings documentation. Signed-off-by: Claudiu Beznea Link: https://lore.kernel.org/r/1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com Signed-off-by: Mark Brown --- Documentation/devicetree/bindings/spi/spi_atmel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/spi/spi_atmel.txt b/Documentation/devicetree/bindings/spi/spi_atmel.txt index f99c733d75c1..5bb4a8f1df7a 100644 --- a/Documentation/devicetree/bindings/spi/spi_atmel.txt +++ b/Documentation/devicetree/bindings/spi/spi_atmel.txt @@ -1,7 +1,7 @@ Atmel SPI device Required properties: -- compatible : should be "atmel,at91rm9200-spi". +- compatible : should be "atmel,at91rm9200-spi" or "microchip,sam9x60-spi". - reg: Address and length of the register set for the device - interrupts: Should contain spi interrupt - cs-gpios: chipselects (optional for SPI controller version >= 2 with the -- 2.20.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Applied "dt-bindings: spi_atmel: add microchip,sam9x60-spi" to the spi tree Date: Thu, 09 Jan 2020 21:31:05 +0000 Message-ID: References: <1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com> Return-path: In-Reply-To: <1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com> Sender: netdev-owner@vger.kernel.org To: Claudiu Beznea Cc: alexandre.belloni@bootlin.com, a.zummo@towertech.it, broonie@kernel.org, devicetree@vger.kernel.org, dmaengine@vger.kernel.org, eugen.hristev@microchip.com, jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de, lee.jones@linaro.org, linux-arm-kernel@lists.infradead.org, linux-can@vger.kernel.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-mtd@lists.infradead.org, linux-rtc@vger.kernel.org, linux-spi@vger.kernel.org, ludovic.desroches@microchip.comMark Brown , mark.rutland@arm.com, mchehab@kernel.org, miquel.raynal@bootlin.com, mkl@pengutronix.de, netdev@vger.kernel.org, nicolas.ferre@microchip.com, pmeerw@pmeerw.net, radu_nicolae.pirea@upb.ro, richard.genoud@gmail.com, richard@nod.at, robh+dt@kernel.orgt List-Id: linux-can.vger.kernel.org The patch dt-bindings: spi_atmel: add microchip,sam9x60-spi has been applied to the spi tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-5.6 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark >From 0a1eb761ff30cdc089bcc94e1bd540b6956487c5 Mon Sep 17 00:00:00 2001 From: Claudiu Beznea Date: Wed, 8 Jan 2020 14:55:19 +0200 Subject: [PATCH] dt-bindings: spi_atmel: add microchip,sam9x60-spi Add microchip,sam9x60-spi to DT bindings documentation. Signed-off-by: Claudiu Beznea Link: https://lore.kernel.org/r/1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com Signed-off-by: Mark Brown --- Documentation/devicetree/bindings/spi/spi_atmel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/spi/spi_atmel.txt b/Documentation/devicetree/bindings/spi/spi_atmel.txt index f99c733d75c1..5bb4a8f1df7a 100644 --- a/Documentation/devicetree/bindings/spi/spi_atmel.txt +++ b/Documentation/devicetree/bindings/spi/spi_atmel.txt @@ -1,7 +1,7 @@ Atmel SPI device Required properties: -- compatible : should be "atmel,at91rm9200-spi". +- compatible : should be "atmel,at91rm9200-spi" or "microchip,sam9x60-spi". - reg: Address and length of the register set for the device - interrupts: Should contain spi interrupt - cs-gpios: chipselects (optional for SPI controller version >= 2 with the -- 2.20.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Applied "dt-bindings: spi_atmel: add microchip,sam9x60-spi" to the spi tree Date: Thu, 09 Jan 2020 21:31:05 +0000 Message-ID: References: <1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com> Cc: alexandre.belloni@bootlin.com, a.zummo@towertech.it, broonie@kernel.org, devicetree@vger.kernel.org, dmaengine@vger.kernel.org, eugen.hristev@microchip.com, jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de, lee.jones@linaro.org, linux-arm-kernel@lists.infradead.org, linux-can@vger.kernel.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-mtd@lists.infradead.org, linux-rtc@vger.kernel.org, linux-spi@vger.kernel.org, ludovic.desroches@microchip.com, Mark Brown , mark.rutland@arm.com, mchehab@kernel.org, miquel.raynal@bootlin.com, mkl@pengutronix.de, netdev@vger.kernel.org, nicolas.ferre@microchip.com, pmeerw@pmeerw.net, radu_nicolae.pirea@upb.ro, richard.genoud@gmail.com, richard@nod.at, robh+dt@kernel.org, t To: Claudiu Beznea Return-path: In-Reply-To: <1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com> Sender: netdev-owner@vger.kernel.org List-Id: linux-spi.vger.kernel.org The patch dt-bindings: spi_atmel: add microchip,sam9x60-spi has been applied to the spi tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-5.6 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark >>From 0a1eb761ff30cdc089bcc94e1bd540b6956487c5 Mon Sep 17 00:00:00 2001 From: Claudiu Beznea Date: Wed, 8 Jan 2020 14:55:19 +0200 Subject: [PATCH] dt-bindings: spi_atmel: add microchip,sam9x60-spi Add microchip,sam9x60-spi to DT bindings documentation. Signed-off-by: Claudiu Beznea Link: https://lore.kernel.org/r/1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com Signed-off-by: Mark Brown --- Documentation/devicetree/bindings/spi/spi_atmel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/spi/spi_atmel.txt b/Documentation/devicetree/bindings/spi/spi_atmel.txt index f99c733d75c1..5bb4a8f1df7a 100644 --- a/Documentation/devicetree/bindings/spi/spi_atmel.txt +++ b/Documentation/devicetree/bindings/spi/spi_atmel.txt @@ -1,7 +1,7 @@ Atmel SPI device Required properties: -- compatible : should be "atmel,at91rm9200-spi". +- compatible : should be "atmel,at91rm9200-spi" or "microchip,sam9x60-spi". - reg: Address and length of the register set for the device - interrupts: Should contain spi interrupt - cs-gpios: chipselects (optional for SPI controller version >= 2 with the -- 2.20.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76516C282DD for ; Thu, 9 Jan 2020 21:31:34 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4506B2075D for ; Thu, 9 Jan 2020 21:31:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="C7wcHuA4" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4506B2075D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id: In-Reply-To:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: References:List-Owner; bh=bM6o949U4r+JapTplFxVJ4C6KfCUb+HHT1drm8/plf8=; b=C7w cHuA4ekZoFPC9JVV1GhgG/yAXqrH5WhXKdmkuz79dU2F+caIkGfGJpU3A1GWxSKCmwf/SxgJR5YLu IhIm4hccsl9GCYEjwYyyjaAhC8Z7kPCL1qsWCFW4RzL4kZp8o/QSEDJ5veOyROfzF7Gt+ZcWhqi+i URbk4yeKmtaKzqIPKkwzQnHDRLxeDApwzKJofoLLO/flwMFd/XP1VPuOtPC2vK/Vy3s/3Kvm4Lc/3 2zNP6qjQ2ib6JiHCHV3j1BWqGzafxkoN9YEbJK7M4ufyCJzs6WMpAKi+r+jeqv+p4ypRc9hQOlA1I rhwQXXmNQK/vHaAd59brcKgkOAbEaEw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ipfOl-00011d-Tp; Thu, 09 Jan 2020 21:31:23 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ipfOX-0000nj-7h; Thu, 09 Jan 2020 21:31:10 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 59B6931B; Thu, 9 Jan 2020 13:31:07 -0800 (PST) Received: from localhost (unknown [10.37.6.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BB1DB3F534; Thu, 9 Jan 2020 13:31:06 -0800 (PST) Date: Thu, 09 Jan 2020 21:31:05 +0000 From: Mark Brown To: Claudiu Beznea Subject: Applied "dt-bindings: spi_atmel: add microchip, sam9x60-spi" to the spi tree In-Reply-To: <1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com> Message-Id: X-Patchwork-Hint: ignore X-Bad-Reply: In-Reply-To but no 'Re:' in Subject. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200109_133109_319163_07FB7E3A X-CRM114-Status: GOOD ( 13.58 ) X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mark.rutland@arm.com, alexandre.belloni@bootlin.com, vigneshr@ti.com, linux-iio@vger.kernel.org, nicolas.ferre@microchip.com, linux-mtd@lists.infradead.org, pmeerw@pmeerw.net, miquel.raynal@bootlin.com, lee.jones@linaro.org, linux-rtc@vger.kernel.org, lars@metafoo.de, richard@nod.at, ludovic.desroches@microchip.com, wg@grandegger.com, linux-media@vger.kernel.org, devicetree@vger.kernel.org, tudor.ambarus@microchip.com, radu_nicolae.pirea@upb.ro, linux-can@vger.kernel.org, Mark Brown , mkl@pengutronix.de, mchehab@kernel.org, linux-arm-kernel@lists.infradead.org, a.zummo@towertech.it, richard.genoud@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, vkoul@kernel.org, robh+dt@kernel.org, knaack.h@gmx.de, dmaengine@vger.kernel.org, eugen.hristev@microchip.com, jic23@kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org The patch dt-bindings: spi_atmel: add microchip,sam9x60-spi has been applied to the spi tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-5.6 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark >From 0a1eb761ff30cdc089bcc94e1bd540b6956487c5 Mon Sep 17 00:00:00 2001 From: Claudiu Beznea Date: Wed, 8 Jan 2020 14:55:19 +0200 Subject: [PATCH] dt-bindings: spi_atmel: add microchip,sam9x60-spi Add microchip,sam9x60-spi to DT bindings documentation. Signed-off-by: Claudiu Beznea Link: https://lore.kernel.org/r/1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com Signed-off-by: Mark Brown --- Documentation/devicetree/bindings/spi/spi_atmel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/spi/spi_atmel.txt b/Documentation/devicetree/bindings/spi/spi_atmel.txt index f99c733d75c1..5bb4a8f1df7a 100644 --- a/Documentation/devicetree/bindings/spi/spi_atmel.txt +++ b/Documentation/devicetree/bindings/spi/spi_atmel.txt @@ -1,7 +1,7 @@ Atmel SPI device Required properties: -- compatible : should be "atmel,at91rm9200-spi". +- compatible : should be "atmel,at91rm9200-spi" or "microchip,sam9x60-spi". - reg: Address and length of the register set for the device - interrupts: Should contain spi interrupt - cs-gpios: chipselects (optional for SPI controller version >= 2 with the -- 2.20.1 ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C089C33CA5 for ; Thu, 9 Jan 2020 21:31:13 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F16A32067D for ; Thu, 9 Jan 2020 21:31:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="D5/2NFAf" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F16A32067D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id: In-Reply-To:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: References:List-Owner; bh=DaKkXz7HFYCntv66G+BWjL2BrHjJfQmqe2tGUsOhXCs=; b=D5/ 2NFAf+hX4HY3iLAGxIitjd8tGjhlWhlappoyZal5RnKoLwTjxcXxy8AU0+Z4JcZrZ6a4ilolSt2jN 4ZDXJ3R2KF8vGES7fmJswHXEowFbMs3jH/yBRnUHrCnMwnS9RpAbVyVzwFKD19AQNZmHLkhCSCcdE 7E3YIiK6XxbWCl56OX/BA20sb307IhNQH5bfGq6nVtpjmZWf/zmV5DDGs80hdZ/1bH+Qnn9Ruji7d 3bbGUalMAFepA/mFbm+9rVgoClDC4tdbDxrdlle/Y5yHWtQrK7rxtuz/OOkOTdsBnd3dgFm6DzuY/ ms4g0uXvblKTqjRB4eB7KdSlul/uHBw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ipfOa-0000pD-BH; Thu, 09 Jan 2020 21:31:12 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ipfOX-0000nj-7h; Thu, 09 Jan 2020 21:31:10 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 59B6931B; Thu, 9 Jan 2020 13:31:07 -0800 (PST) Received: from localhost (unknown [10.37.6.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BB1DB3F534; Thu, 9 Jan 2020 13:31:06 -0800 (PST) Date: Thu, 09 Jan 2020 21:31:05 +0000 From: Mark Brown To: Claudiu Beznea Subject: Applied "dt-bindings: spi_atmel: add microchip, sam9x60-spi" to the spi tree In-Reply-To: <1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com> Message-Id: X-Patchwork-Hint: ignore X-Bad-Reply: In-Reply-To but no 'Re:' in Subject. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200109_133109_319163_07FB7E3A X-CRM114-Status: GOOD ( 13.58 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mark.rutland@arm.com, alexandre.belloni@bootlin.com, vigneshr@ti.com, linux-iio@vger.kernel.org, linux-mtd@lists.infradead.org, pmeerw@pmeerw.net, miquel.raynal@bootlin.com, lee.jones@linaro.org, linux-rtc@vger.kernel.org, lars@metafoo.de, richard@nod.at, ludovic.desroches@microchip.com, wg@grandegger.com, linux-media@vger.kernel.org, devicetree@vger.kernel.org, tudor.ambarus@microchip.com, radu_nicolae.pirea@upb.ro, linux-can@vger.kernel.org, Mark Brown , mkl@pengutronix.de, mchehab@kernel.org, linux-arm-kernel@lists.infradead.org, a.zummo@towertech.it, richard.genoud@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, vkoul@kernel.org, robh+dt@kernel.org, knaack.h@gmx.de, dmaengine@vger.kernel.org, eugen.hristev@microchip.com, jic23@kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org The patch dt-bindings: spi_atmel: add microchip,sam9x60-spi has been applied to the spi tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-5.6 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark >From 0a1eb761ff30cdc089bcc94e1bd540b6956487c5 Mon Sep 17 00:00:00 2001 From: Claudiu Beznea Date: Wed, 8 Jan 2020 14:55:19 +0200 Subject: [PATCH] dt-bindings: spi_atmel: add microchip,sam9x60-spi Add microchip,sam9x60-spi to DT bindings documentation. Signed-off-by: Claudiu Beznea Link: https://lore.kernel.org/r/1578488123-26127-13-git-send-email-claudiu.beznea@microchip.com Signed-off-by: Mark Brown --- Documentation/devicetree/bindings/spi/spi_atmel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/spi/spi_atmel.txt b/Documentation/devicetree/bindings/spi/spi_atmel.txt index f99c733d75c1..5bb4a8f1df7a 100644 --- a/Documentation/devicetree/bindings/spi/spi_atmel.txt +++ b/Documentation/devicetree/bindings/spi/spi_atmel.txt @@ -1,7 +1,7 @@ Atmel SPI device Required properties: -- compatible : should be "atmel,at91rm9200-spi". +- compatible : should be "atmel,at91rm9200-spi" or "microchip,sam9x60-spi". - reg: Address and length of the register set for the device - interrupts: Should contain spi interrupt - cs-gpios: chipselects (optional for SPI controller version >= 2 with the -- 2.20.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel