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=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_2 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 E1A49C282DD for ; Thu, 9 Jan 2020 19:16:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9F3BB24676 for ; Thu, 9 Jan 2020 19:16:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728992AbgAITQw convert rfc822-to-8bit (ORCPT ); Thu, 9 Jan 2020 14:16:52 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:59229 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728971AbgAITQw (ORCPT ); Thu, 9 Jan 2020 14:16:52 -0500 X-Originating-IP: 91.224.148.103 Received: from xps13 (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 6E53C240003; Thu, 9 Jan 2020 19:16:45 +0000 (UTC) Date: Thu, 9 Jan 2020 20:16:44 +0100 From: Miquel Raynal To: Claudiu Beznea Cc: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH 07/16] dt-bindings: atmel-nand: add microchip,sam9x60-pmecc Message-ID: <20200109201644.34c6b936@xps13> In-Reply-To: <1578488123-26127-8-git-send-email-claudiu.beznea@microchip.com> References: <1578488123-26127-1-git-send-email-claudiu.beznea@microchip.com> <1578488123-26127-8-git-send-email-claudiu.beznea@microchip.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Hi Claudiu, Claudiu Beznea wrote on Wed, 8 Jan 2020 14:55:14 +0200: > Add microchip,sam9x60-pmecc to DT bindings documentation. > > Signed-off-by: Claudiu Beznea > --- > Documentation/devicetree/bindings/mtd/atmel-nand.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mtd/atmel-nand.txt b/Documentation/devicetree/bindings/mtd/atmel-nand.txt > index 68b51dc58816..3aa297c97ab6 100644 > --- a/Documentation/devicetree/bindings/mtd/atmel-nand.txt > +++ b/Documentation/devicetree/bindings/mtd/atmel-nand.txt > @@ -57,6 +57,7 @@ Required properties: > "atmel,at91sam9g45-pmecc" > "atmel,sama5d4-pmecc" > "atmel,sama5d2-pmecc" > + "microchip,sam9x60-pmecc" > - reg: should contain 2 register ranges. The first one is pointing to the PMECC > block, and the second one to the PMECC_ERRLOC block. > Reviewed-by: Miquel Raynal Thanks, Miquèl From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Subject: Re: [PATCH 07/16] dt-bindings: atmel-nand: add microchip,sam9x60-pmecc Date: Thu, 9 Jan 2020 20:16:44 +0100 Message-ID: <20200109201644.34c6b936@xps13> References: <1578488123-26127-1-git-send-email-claudiu.beznea@microchip.com> <1578488123-26127-8-git-send-email-claudiu.beznea@microchip.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <1578488123-26127-8-git-send-email-claudiu.beznea@microchip.com> Sender: netdev-owner@vger.kernel.org To: Claudiu Beznea Cc: robh+dt@kernel.org, mark.rutland@arm.com, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, ludovic.desroches@microchip.com, vkoul@kernel.org, eugen.hristev@microchip.com, jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, mchehab@kernel.org, lee.jones@linaro.org, richard.genoud@gmail.com, radu_nicolae.pirea@upb.ro, tudor.ambarus@microchip.com, richard@nod.at, vigneshr@ti.com, wg@grandegger.com, mkl@pengutronix.de, a.zummo@towertech.it, broonie@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, linux-iio@vger.kernel.org, linux-media@vger.kernel.org, linux-spi@vger.kernel.org, linux-mtd@lists.infradead.org List-Id: linux-can.vger.kernel.org Hi Claudiu, Claudiu Beznea wrote on Wed, 8 Jan 2020 14:55:14 +0200: > Add microchip,sam9x60-pmecc to DT bindings documentation. > > Signed-off-by: Claudiu Beznea > --- > Documentation/devicetree/bindings/mtd/atmel-nand.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mtd/atmel-nand.txt b/Documentation/devicetree/bindings/mtd/atmel-nand.txt > index 68b51dc58816..3aa297c97ab6 100644 > --- a/Documentation/devicetree/bindings/mtd/atmel-nand.txt > +++ b/Documentation/devicetree/bindings/mtd/atmel-nand.txt > @@ -57,6 +57,7 @@ Required properties: > "atmel,at91sam9g45-pmecc" > "atmel,sama5d4-pmecc" > "atmel,sama5d2-pmecc" > + "microchip,sam9x60-pmecc" > - reg: should contain 2 register ranges. The first one is pointing to the PMECC > block, and the second one to the PMECC_ERRLOC block. > Reviewed-by: Miquel Raynal Thanks, Miquèl 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=-8.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 58B99C282DD for ; Thu, 9 Jan 2020 19:17:21 +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 2240E206ED for ; Thu, 9 Jan 2020 19:17:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="fKeikj/d" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2240E206ED Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com 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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+nSK+i5FYG0c9CBKmOS4CbnHaamQqs7M3dKRtA/LtQ0=; b=fKeikj/drY+RxV RG+8aX/LPMFWdT9keG0UBIHLQlMdKWyjEtirB7z/S2VXG/7Kltr13qr7PFrZH59BiEsj9DpEanRXL A8bJR/8uY4ylA/kbb9SAGPELLFH0+0jzi9pWhlCTOi2BnrAQh03imhgh20DxT5vmEN4ZE8i+vdPhc 1IIc+py4CK4spFDxRLE4/rgpV9iG4L6aX2RkhT2kvluuUGPVHBHEEodqNUzJeDbCVbNcxbksWxV/E JxVJb/omsTyJ0aKfkEnhZrWAPdtAQ+OJCiVRRJNYzWrR6V/+dXJUz+zWPLxCHVGLKAsPu2ilgtsLH EZyWXZeFYOlOeUXtw7EQ==; 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 1ipdIs-0001w1-Er; Thu, 09 Jan 2020 19:17:10 +0000 Received: from relay1-d.mail.gandi.net ([217.70.183.193]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ipdIZ-0001cw-1R; Thu, 09 Jan 2020 19:16:52 +0000 X-Originating-IP: 91.224.148.103 Received: from xps13 (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 6E53C240003; Thu, 9 Jan 2020 19:16:45 +0000 (UTC) Date: Thu, 9 Jan 2020 20:16:44 +0100 From: Miquel Raynal To: Claudiu Beznea Subject: Re: [PATCH 07/16] dt-bindings: atmel-nand: add microchip,sam9x60-pmecc Message-ID: <20200109201644.34c6b936@xps13> In-Reply-To: <1578488123-26127-8-git-send-email-claudiu.beznea@microchip.com> References: <1578488123-26127-1-git-send-email-claudiu.beznea@microchip.com> <1578488123-26127-8-git-send-email-claudiu.beznea@microchip.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200109_111651_223349_6AD1BDFD X-CRM114-Status: GOOD ( 10.74 ) 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, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, pmeerw@pmeerw.net, 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, broonie@kernel.org, mkl@pengutronix.de, mchehab@kernel.org, linux-arm-kernel@lists.infradead.org, a.zummo@towertech.it, richard.genoud@gmail.com, netdev@vger.kernel.org, nicolas.ferre@microchip.com, 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 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org SGkgQ2xhdWRpdSwKCkNsYXVkaXUgQmV6bmVhIDxjbGF1ZGl1LmJlem5lYUBtaWNyb2NoaXAuY29t PiB3cm90ZSBvbiBXZWQsIDggSmFuIDIwMjAKMTQ6NTU6MTQgKzAyMDA6Cgo+IEFkZCBtaWNyb2No aXAsc2FtOXg2MC1wbWVjYyB0byBEVCBiaW5kaW5ncyBkb2N1bWVudGF0aW9uLgo+IAo+IFNpZ25l ZC1vZmYtYnk6IENsYXVkaXUgQmV6bmVhIDxjbGF1ZGl1LmJlem5lYUBtaWNyb2NoaXAuY29tPgo+ IC0tLQo+ICBEb2N1bWVudGF0aW9uL2RldmljZXRyZWUvYmluZGluZ3MvbXRkL2F0bWVsLW5hbmQu dHh0IHwgMSArCj4gIDEgZmlsZSBjaGFuZ2VkLCAxIGluc2VydGlvbigrKQo+IAo+IGRpZmYgLS1n aXQgYS9Eb2N1bWVudGF0aW9uL2RldmljZXRyZWUvYmluZGluZ3MvbXRkL2F0bWVsLW5hbmQudHh0 IGIvRG9jdW1lbnRhdGlvbi9kZXZpY2V0cmVlL2JpbmRpbmdzL210ZC9hdG1lbC1uYW5kLnR4dAo+ IGluZGV4IDY4YjUxZGM1ODgxNi4uM2FhMjk3Yzk3YWI2IDEwMDY0NAo+IC0tLSBhL0RvY3VtZW50 YXRpb24vZGV2aWNldHJlZS9iaW5kaW5ncy9tdGQvYXRtZWwtbmFuZC50eHQKPiArKysgYi9Eb2N1 bWVudGF0aW9uL2RldmljZXRyZWUvYmluZGluZ3MvbXRkL2F0bWVsLW5hbmQudHh0Cj4gQEAgLTU3 LDYgKzU3LDcgQEAgUmVxdWlyZWQgcHJvcGVydGllczoKPiAgCSJhdG1lbCxhdDkxc2FtOWc0NS1w bWVjYyIKPiAgCSJhdG1lbCxzYW1hNWQ0LXBtZWNjIgo+ICAJImF0bWVsLHNhbWE1ZDItcG1lY2Mi Cj4gKwkibWljcm9jaGlwLHNhbTl4NjAtcG1lY2MiCj4gIC0gcmVnOiBzaG91bGQgY29udGFpbiAy IHJlZ2lzdGVyIHJhbmdlcy4gVGhlIGZpcnN0IG9uZSBpcyBwb2ludGluZyB0byB0aGUgUE1FQ0MK PiAgICAgICAgIGJsb2NrLCBhbmQgdGhlIHNlY29uZCBvbmUgdG8gdGhlIFBNRUNDX0VSUkxPQyBi bG9jay4KPiAgCgpSZXZpZXdlZC1ieTogTWlxdWVsIFJheW5hbCA8bWlxdWVsLnJheW5hbEBib290 bGluLmNvbT4KClRoYW5rcywKTWlxdcOobAoKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fCkxpbnV4IE1URCBkaXNjdXNzaW9uIG1haWxpbmcgbGlz dApodHRwOi8vbGlzdHMuaW5mcmFkZWFkLm9yZy9tYWlsbWFuL2xpc3RpbmZvL2xpbnV4LW10ZC8K From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Subject: Re: [PATCH 07/16] dt-bindings: atmel-nand: add microchip,sam9x60-pmecc Date: Thu, 9 Jan 2020 20:16:44 +0100 Message-ID: <20200109201644.34c6b936@xps13> References: <1578488123-26127-1-git-send-email-claudiu.beznea@microchip.com> <1578488123-26127-8-git-send-email-claudiu.beznea@microchip.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Cc: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , To: Claudiu Beznea Return-path: In-Reply-To: <1578488123-26127-8-git-send-email-claudiu.beznea@microchip.com> Sender: netdev-owner@vger.kernel.org List-Id: linux-spi.vger.kernel.org Hi Claudiu, Claudiu Beznea wrote on Wed, 8 Jan 2020 14:55:14 +0200: > Add microchip,sam9x60-pmecc to DT bindings documentation. > > Signed-off-by: Claudiu Beznea > --- > Documentation/devicetree/bindings/mtd/atmel-nand.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mtd/atmel-nand.txt b/Documentation/devicetree/bindings/mtd/atmel-nand.txt > index 68b51dc58816..3aa297c97ab6 100644 > --- a/Documentation/devicetree/bindings/mtd/atmel-nand.txt > +++ b/Documentation/devicetree/bindings/mtd/atmel-nand.txt > @@ -57,6 +57,7 @@ Required properties: > "atmel,at91sam9g45-pmecc" > "atmel,sama5d4-pmecc" > "atmel,sama5d2-pmecc" > + "microchip,sam9x60-pmecc" > - reg: should contain 2 register ranges. The first one is pointing to the PMECC > block, and the second one to the PMECC_ERRLOC block. > Reviewed-by: Miquel Raynal Thanks, Miquèl 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=-8.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 A3B30C282DD for ; Thu, 9 Jan 2020 19:16:56 +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 5327C206ED for ; Thu, 9 Jan 2020 19:16:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="KoaRf5Bf" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5327C206ED Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com 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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=IjzajFYS0KTj4Oc+P01IwAdvnENIYRtu53808sZRidQ=; b=KoaRf5BfgHkPo2 jNPBTwbDKPPcab5UbFU1GtuJNf6wQv+YAYVNkxeyWB/q4LXQQtn6Yw9kmQn+y+lUb/Bp9xn4cL0pT bvBm8NBg9Xd0/m23ILkzW26+QtUXZTSZTqCtohmvRL7XI7v2wajw+tY3C1DbtMPoRBPsfmR27lUOR FGgWmu3HuyWhtuM6Jrfw2fGRSus+ydpj1nmcOnGwfn+bUsYt2AI3fSzQam537i37iPfWkm+Ykj+P8 HLTBiTOt0GF6TRwSAGYrr6lW85WYj5pFXkb/1sFz+iJ1cnAC4UcdmPF8tFZQIPwOz5ApHQFtjNOzC wDOycRAsT/n2furXRm2Q==; 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 1ipdIc-0001ft-HM; Thu, 09 Jan 2020 19:16:54 +0000 Received: from relay1-d.mail.gandi.net ([217.70.183.193]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ipdIZ-0001cw-1R; Thu, 09 Jan 2020 19:16:52 +0000 X-Originating-IP: 91.224.148.103 Received: from xps13 (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 6E53C240003; Thu, 9 Jan 2020 19:16:45 +0000 (UTC) Date: Thu, 9 Jan 2020 20:16:44 +0100 From: Miquel Raynal To: Claudiu Beznea Subject: Re: [PATCH 07/16] dt-bindings: atmel-nand: add microchip,sam9x60-pmecc Message-ID: <20200109201644.34c6b936@xps13> In-Reply-To: <1578488123-26127-8-git-send-email-claudiu.beznea@microchip.com> References: <1578488123-26127-1-git-send-email-claudiu.beznea@microchip.com> <1578488123-26127-8-git-send-email-claudiu.beznea@microchip.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200109_111651_223349_6AD1BDFD X-CRM114-Status: GOOD ( 10.74 ) 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-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, pmeerw@pmeerw.net, 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, broonie@kernel.org, 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-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 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org SGkgQ2xhdWRpdSwKCkNsYXVkaXUgQmV6bmVhIDxjbGF1ZGl1LmJlem5lYUBtaWNyb2NoaXAuY29t PiB3cm90ZSBvbiBXZWQsIDggSmFuIDIwMjAKMTQ6NTU6MTQgKzAyMDA6Cgo+IEFkZCBtaWNyb2No aXAsc2FtOXg2MC1wbWVjYyB0byBEVCBiaW5kaW5ncyBkb2N1bWVudGF0aW9uLgo+IAo+IFNpZ25l ZC1vZmYtYnk6IENsYXVkaXUgQmV6bmVhIDxjbGF1ZGl1LmJlem5lYUBtaWNyb2NoaXAuY29tPgo+ IC0tLQo+ICBEb2N1bWVudGF0aW9uL2RldmljZXRyZWUvYmluZGluZ3MvbXRkL2F0bWVsLW5hbmQu dHh0IHwgMSArCj4gIDEgZmlsZSBjaGFuZ2VkLCAxIGluc2VydGlvbigrKQo+IAo+IGRpZmYgLS1n aXQgYS9Eb2N1bWVudGF0aW9uL2RldmljZXRyZWUvYmluZGluZ3MvbXRkL2F0bWVsLW5hbmQudHh0 IGIvRG9jdW1lbnRhdGlvbi9kZXZpY2V0cmVlL2JpbmRpbmdzL210ZC9hdG1lbC1uYW5kLnR4dAo+ IGluZGV4IDY4YjUxZGM1ODgxNi4uM2FhMjk3Yzk3YWI2IDEwMDY0NAo+IC0tLSBhL0RvY3VtZW50 YXRpb24vZGV2aWNldHJlZS9iaW5kaW5ncy9tdGQvYXRtZWwtbmFuZC50eHQKPiArKysgYi9Eb2N1 bWVudGF0aW9uL2RldmljZXRyZWUvYmluZGluZ3MvbXRkL2F0bWVsLW5hbmQudHh0Cj4gQEAgLTU3 LDYgKzU3LDcgQEAgUmVxdWlyZWQgcHJvcGVydGllczoKPiAgCSJhdG1lbCxhdDkxc2FtOWc0NS1w bWVjYyIKPiAgCSJhdG1lbCxzYW1hNWQ0LXBtZWNjIgo+ICAJImF0bWVsLHNhbWE1ZDItcG1lY2Mi Cj4gKwkibWljcm9jaGlwLHNhbTl4NjAtcG1lY2MiCj4gIC0gcmVnOiBzaG91bGQgY29udGFpbiAy IHJlZ2lzdGVyIHJhbmdlcy4gVGhlIGZpcnN0IG9uZSBpcyBwb2ludGluZyB0byB0aGUgUE1FQ0MK PiAgICAgICAgIGJsb2NrLCBhbmQgdGhlIHNlY29uZCBvbmUgdG8gdGhlIFBNRUNDX0VSUkxPQyBi bG9jay4KPiAgCgpSZXZpZXdlZC1ieTogTWlxdWVsIFJheW5hbCA8bWlxdWVsLnJheW5hbEBib290 bGluLmNvbT4KClRoYW5rcywKTWlxdcOobAoKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX18KbGludXgtYXJtLWtlcm5lbCBtYWlsaW5nIGxpc3QKbGludXgtYXJt LWtlcm5lbEBsaXN0cy5pbmZyYWRlYWQub3JnCmh0dHA6Ly9saXN0cy5pbmZyYWRlYWQub3JnL21h aWxtYW4vbGlzdGluZm8vbGludXgtYXJtLWtlcm5lbAo=