[{"id":1767772,"web_url":"http://patchwork.ozlabs.org/comment/1767772/","msgid":"<c2b56b0b-2687-b404-4ddc-b467b5718634@gmail.com>","list_archive_url":null,"date":"2017-09-13T07:10:55","subject":"Re: [U-Boot] [PATCH 1/1] sunxi: Add support for\n\tA20-OLinuXino-MICRO-eMMC","submitter":{"id":69060,"url":"http://patchwork.ozlabs.org/api/people/69060/","name":"Stefan Mavrodiev","email":"stefan.mavrodiev@gmail.com"},"content":"On 09/04/2017 08:55 AM, Stefan Mavrodiev wrote:\n>  From rev.J A20-OLinuXino-MICRO has eMMC option. For now this is\n> only 4GB, but in the future size may increase.\n>\n> The dts file is the same from mainline kernel.\n>\n> Signed-off-by: Stefan Mavrodiev <stefan@olimex.com>\n> ---\n>   arch/arm/dts/Makefile                           |  1 +\n>   arch/arm/dts/sun7i-a20-olinuxino-micro-emmc.dts | 70 +++++++++++++++++++++++++\n>   board/sunxi/MAINTAINERS                         |  5 ++\n>   configs/A20-OLinuXino_MICRO-eMMC_defconfig      | 28 ++++++++++\n>   4 files changed, 104 insertions(+)\n>   create mode 100644 arch/arm/dts/sun7i-a20-olinuxino-micro-emmc.dts\n>   create mode 100644 configs/A20-OLinuXino_MICRO-eMMC_defconfig\n>\n> diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile\n> index 762429c..a6f2cba 100644\n> --- a/arch/arm/dts/Makefile\n> +++ b/arch/arm/dts/Makefile\n> @@ -282,6 +282,7 @@ dtb-$(CONFIG_MACH_SUN7I) += \\\n>   \tsun7i-a20-olinuxino-lime2.dtb \\\n>   \tsun7i-a20-olinuxino-lime2-emmc.dtb \\\n>   \tsun7i-a20-olinuxino-micro.dtb \\\n> +\tsun7i-a20-olinuxino-micro-emmc.dtb \\\n>   \tsun7i-a20-orangepi.dtb \\\n>   \tsun7i-a20-orangepi-mini.dtb \\\n>   \tsun7i-a20-pcduino3.dtb \\\n> diff --git a/arch/arm/dts/sun7i-a20-olinuxino-micro-emmc.dts b/arch/arm/dts/sun7i-a20-olinuxino-micro-emmc.dts\n> new file mode 100644\n> index 0000000..d99e7b1\n> --- /dev/null\n> +++ b/arch/arm/dts/sun7i-a20-olinuxino-micro-emmc.dts\n> @@ -0,0 +1,70 @@\n> + /*\n> + * Copyright 2017 Olimex Ltd.\n> + * Stefan Mavrodiev <stefan@olimex.com>\n> + *\n> + * This file is dual-licensed: you can use it either under the terms\n> + * of the GPL or the X11 license, at your option. Note that this dual\n> + * licensing only applies to this file, and not this project as a\n> + * whole.\n> + *\n> + *  a) This file is free software; you can redistribute it and/or\n> + *     modify it under the terms of the GNU General Public License as\n> + *     published by the Free Software Foundation; either version 2 of the\n> + *     License, or (at your option) any later version.\n> + *\n> + *     This file is distributed in the hope that it will be useful,\n> + *     but WITHOUT ANY WARRANTY; without even the implied warranty of\n> + *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n> + *     GNU General Public License for more details.\n> + *\n> + * Or, alternatively,\n> + *\n> + *  b) Permission is hereby granted, free of charge, to any person\n> + *     obtaining a copy of this software and associated documentation\n> + *     files (the \"Software\"), to deal in the Software without\n> + *     restriction, including without limitation the rights to use,\n> + *     copy, modify, merge, publish, distribute, sublicense, and/or\n> + *     sell copies of the Software, and to permit persons to whom the\n> + *     Software is furnished to do so, subject to the following\n> + *     conditions:\n> + *\n> + *     The above copyright notice and this permission notice shall be\n> + *     included in all copies or substantial portions of the Software.\n> + *\n> + *     THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n> + *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\n> + *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n> + *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\n> + *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n> + *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n> + *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n> + *     OTHER DEALINGS IN THE SOFTWARE.\n> + */\n> +\n> +#include \"sun7i-a20-olinuxino-micro.dts\"\n> +\n> +/ {\n> +\tmodel = \"Olimex A20-OLinuXino-MICRO-eMMC\";\n> +\tcompatible = \"olimex,a20-olinuxino-micro-emmc\", \"allwinner,sun7i-a20\";\n> +\n> +\tmmc2_pwrseq: pwrseq {\n> +\t\tcompatible = \"mmc-pwrseq-emmc\";\n> +\t\treset-gpios = <&pio 2 16 GPIO_ACTIVE_LOW>;\n> +\t};\n> +};\n> +\n> +&mmc2 {\n> +\tpinctrl-names = \"default\";\n> +\tpinctrl-0 = <&mmc2_pins_a>;\n> +\tvmmc-supply = <&reg_vcc3v3>;\n> +\tbus-width = <4>;\n> +\tnon-removable;\n> +\tmmc-pwrseq = <&mmc2_pwrseq>;\n> +\tstatus = \"okay\";\n> +\n> +\temmc: emmc@0 {\n> +\t\treg = <0>;\n> +\t\tcompatible = \"mmc-card\";\n> +\t\tbroken-hpi;\n> +\t};\n> +};\n> diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS\n> index ff6eea2..eddf38f 100644\n> --- a/board/sunxi/MAINTAINERS\n> +++ b/board/sunxi/MAINTAINERS\n> @@ -83,6 +83,11 @@ M:\tFUKAUMI Naoki <naobsd@gmail.com>\n>   S:\tMaintained\n>   F:\tconfigs/A20-OLinuXino-Lime_defconfig\n>   \n> +A20-OLINUXINO-MICRO-EMMC BOARD\n> +M:\tStefan Mavrodiev <stefan@olimex.com>\n> +S:\tMaintained\n> +F:\tconfigs/A20-OLinuXino_MICRO-eMMC_defconfig\n> +\n>   A20-OLINUXINO-LIME2 BOARD\n>   M:\tIain Paton <ipaton0@gmail.com>\n>   S:\tMaintained\n> diff --git a/configs/A20-OLinuXino_MICRO-eMMC_defconfig b/configs/A20-OLinuXino_MICRO-eMMC_defconfig\n> new file mode 100644\n> index 0000000..cfcb770\n> --- /dev/null\n> +++ b/configs/A20-OLinuXino_MICRO-eMMC_defconfig\n> @@ -0,0 +1,28 @@\n> +CONFIG_ARM=y\n> +CONFIG_ARCH_SUNXI=y\n> +CONFIG_MACH_SUN7I=y\n> +CONFIG_DRAM_CLK=384\n> +CONFIG_MMC0_CD_PIN=\"PH1\"\n> +CONFIG_MMC3_CD_PIN=\"PH11\"\n> +CONFIG_MMC_SUNXI_SLOT_EXTRA=2\n> +CONFIG_I2C1_ENABLE=y\n> +CONFIG_VIDEO_VGA=y\n> +CONFIG_SATAPWR=\"PB8\"\n> +CONFIG_DEFAULT_DEVICE_TREE=\"sun7i-a20-olinuxino-micro-emmc\"\n> +CONFIG_AHCI=y\n> +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set\n> +CONFIG_SPL=y\n> +CONFIG_SPL_I2C_SUPPORT=y\n> +# CONFIG_CMD_IMLS is not set\n> +# CONFIG_CMD_FLASH is not set\n> +# CONFIG_CMD_FPGA is not set\n> +# CONFIG_SPL_DOS_PARTITION is not set\n> +# CONFIG_SPL_ISO_PARTITION is not set\n> +# CONFIG_SPL_EFI_PARTITION is not set\n> +CONFIG_ETH_DESIGNWARE=y\n> +CONFIG_SUN7I_GMAC=y\n> +CONFIG_AXP_ALDO3_VOLT=2800\n> +CONFIG_AXP_ALDO4_VOLT=2800\n> +CONFIG_SCSI=y\n> +CONFIG_USB_EHCI_HCD=y\n> +CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y\n\nCan someone please review my patch?\n\nBest regards,\nStefan Mavrodiev","headers":{"Return-Path":"<u-boot-bounces@lists.denx.de>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.denx.de\n\t(client-ip=81.169.180.215; helo=lists.denx.de;\n\tenvelope-from=u-boot-bounces@lists.denx.de;\n\treceiver=<UNKNOWN>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=gmail.com header.i=@gmail.com\n\theader.b=\"a4JVJcv1\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xsdRP2BwSz9sNV\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed, 13 Sep 2017 20:38:09 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 110E5C22674; Wed, 13 Sep 2017 10:38:03 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 95435C2265E;\n\tWed, 13 Sep 2017 10:32:13 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid DE927C222C8; Wed, 13 Sep 2017 07:10:59 +0000 (UTC)","from mail-wr0-f195.google.com (mail-wr0-f195.google.com\n\t[209.85.128.195])\n\tby lists.denx.de (Postfix) with ESMTPS id 52C12C2204B\n\tfor <u-boot@lists.denx.de>; Wed, 13 Sep 2017 07:10:59 +0000 (UTC)","by mail-wr0-f195.google.com with SMTP id b9so7291939wra.0\n\tfor <u-boot@lists.denx.de>; Wed, 13 Sep 2017 00:10:59 -0700 (PDT)","from [192.168.0.16] ([195.238.85.143])\n\tby smtp.gmail.com with ESMTPSA id\n\tc11sm1092836wrb.14.2017.09.13.00.10.56\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tWed, 13 Sep 2017 00:10:57 -0700 (PDT)"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=0.0 required=5.0 tests=FREEMAIL_FROM,\n\tRCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,\n\tT_DKIM_INVALID autolearn=unavailable\n\tautolearn_force=no version=3.4.0","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=subject:to:references:from:organization:message-id:date:user-agent\n\t:mime-version:in-reply-to:content-transfer-encoding:content-language; \n\tbh=Hc5MZIhKlY0oLZENIEyDP0eWDVMWf0ap3XOamUYcoeo=;\n\tb=a4JVJcv1CZDQwjFBrcdIz53EsyrYnBh1kRnUt1TLqZyWsaPpbpE20vCboV2kSnKDa2\n\ttCOF/O1mxTUO3c7BtkIriFRsb/N4S321ahMFBGJV6AH5SlAbbkxPZX39Eys5tz7GUvK8\n\tMXxUsXGfLVUzYvAWYLYf3ZB6P+WiVfc/kwUeyJTiIcG7A4RUtum7ylXlREy1dVfMrLvi\n\tClDCNL/Fs8hFQANrYA+JMIe7Y21QytxNLNNDWH3LpwYsp/V4CPzNvc7F5o8cumKpA9zd\n\t1U2m8W1JMcQCFrtOGYRHH4GTMdrLvd6Fn/s0a4rSXunC3sVmxcUtIlwz740bLiDr7Qhx\n\tJ6dA==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:subject:to:references:from:organization\n\t:message-id:date:user-agent:mime-version:in-reply-to\n\t:content-transfer-encoding:content-language;\n\tbh=Hc5MZIhKlY0oLZENIEyDP0eWDVMWf0ap3XOamUYcoeo=;\n\tb=bvJP/XLueTwDZGcQW+nsFdHrTntlG+4A8JbuKE/FHHTftJbYlF4YHqGnfZ5xWJ49ar\n\t4TeCZtCFXTA8a28y0AYKKQusZhsbbEN7dvnEh/NCRGLoVmeV03ciNuhMN6keZJhjgdgP\n\tMJYZNq+qELVot4StV1637X1MP397QcawVyIOwLCmYx4jQTaU3lY7BKypMlM9LB4M0pV4\n\t51tihojYwKGNCyf6hVWBcBBLIJApeAq9h2EtGPY94tSxDEOHq1E4XRJR9kaRgazwfnjR\n\tpzZ5WFZbp/bh0QV88R+PtYgAn6y7igNFklgD1vH4RF1YZudRtR0F113fhQQ6aZOugsL4\n\t9UOg==","X-Gm-Message-State":"AHPjjUia8iYhC+H88O260UhCz47CzpXRGpK2avPLKzw2DpZpz9UrD/Sz\n\tEJr2VC3UUaXDneCkAHc=","X-Google-Smtp-Source":"ADKCNb7znoHsMfB9PSB3U9pViPmI5oYv5LEpU3QXh7V0NsNWdEYmmECqkzJQybj4+1SnqXo0LFxNbg==","X-Received":"by 10.223.165.29 with SMTP id i29mr14200548wrb.163.1505286658655;\n\tWed, 13 Sep 2017 00:10:58 -0700 (PDT)","To":"Stefan Mavrodiev <stefan@olimex.com>, u-boot@lists.denx.de","References":"<1504504505-2848-1-git-send-email-stefan@olimex.com>","From":"Stefan Mavrodiev <stefan.mavrodiev@gmail.com>","Organization":"Olimex Ltd.","Message-ID":"<c2b56b0b-2687-b404-4ddc-b467b5718634@gmail.com>","Date":"Wed, 13 Sep 2017 10:10:55 +0300","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.2.1","MIME-Version":"1.0","In-Reply-To":"<1504504505-2848-1-git-send-email-stefan@olimex.com>","Content-Language":"en-US","X-Mailman-Approved-At":"Wed, 13 Sep 2017 10:32:08 +0000","Subject":"Re: [U-Boot] [PATCH 1/1] sunxi: Add support for\n\tA20-OLinuXino-MICRO-eMMC","X-BeenThere":"u-boot@lists.denx.de","X-Mailman-Version":"2.1.18","Precedence":"list","List-Id":"U-Boot discussion <u-boot.lists.denx.de>","List-Unsubscribe":"<https://lists.denx.de/options/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>","List-Archive":"<http://lists.denx.de/pipermail/u-boot/>","List-Post":"<mailto:u-boot@lists.denx.de>","List-Help":"<mailto:u-boot-request@lists.denx.de?subject=help>","List-Subscribe":"<https://lists.denx.de/listinfo/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=subscribe>","Content-Transfer-Encoding":"base64","Content-Type":"text/plain; charset=\"utf-8\"; Format=\"flowed\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1767843,"web_url":"http://patchwork.ozlabs.org/comment/1767843/","msgid":"<CAD6G_RT2FcYE1YW4bzF3UwnExG9QJxKanBRSgMVwWmD52v=Rng@mail.gmail.com>","list_archive_url":null,"date":"2017-09-13T12:24:35","subject":"Re: [U-Boot] [PATCH 1/1] sunxi: Add support for\n\tA20-OLinuXino-MICRO-eMMC","submitter":{"id":20045,"url":"http://patchwork.ozlabs.org/api/people/20045/","name":"Jagan Teki","email":"jagannadh.teki@gmail.com"},"content":"On Mon, Sep 4, 2017 at 11:25 AM, Stefan Mavrodiev <stefan@olimex.com> wrote:\n> From rev.J A20-OLinuXino-MICRO has eMMC option. For now this is\n> only 4GB, but in the future size may increase.\n>\n> The dts file is the same from mainline kernel.\n>\n> Signed-off-by: Stefan Mavrodiev <stefan@olimex.com>\n> ---\n>  arch/arm/dts/Makefile                           |  1 +\n>  arch/arm/dts/sun7i-a20-olinuxino-micro-emmc.dts | 70 +++++++++++++++++++++++++\n\nPlease send this dts to Linux.\n\nthanks!","headers":{"Return-Path":"<u-boot-bounces@lists.denx.de>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.denx.de\n\t(client-ip=81.169.180.215; helo=lists.denx.de;\n\tenvelope-from=u-boot-bounces@lists.denx.de;\n\treceiver=<UNKNOWN>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=gmail.com header.i=@gmail.com\n\theader.b=\"aM/fXQPR\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xsgpY0zlFz9sNr\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed, 13 Sep 2017 22:24:51 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 1B23DC22544; Wed, 13 Sep 2017 12:24:47 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id B50D0C21EE6;\n\tWed, 13 Sep 2017 12:24:39 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 58BA7C21EE6; Wed, 13 Sep 2017 12:24:38 +0000 (UTC)","from mail-lf0-f66.google.com (mail-lf0-f66.google.com\n\t[209.85.215.66])\n\tby lists.denx.de (Postfix) with ESMTPS id 39C96C21D8C\n\tfor <u-boot@lists.denx.de>; Wed, 13 Sep 2017 12:24:37 +0000 (UTC)","by mail-lf0-f66.google.com with SMTP id m199so24926lfe.5\n\tfor <u-boot@lists.denx.de>; Wed, 13 Sep 2017 05:24:37 -0700 (PDT)","by 10.25.225.23 with HTTP; Wed, 13 Sep 2017 05:24:35 -0700 (PDT)"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=-0.0 required=5.0 tests=FREEMAIL_FROM,\n\tRCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,\n\tT_DKIM_INVALID\n\tautolearn=unavailable autolearn_force=no version=3.4.0","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=mime-version:in-reply-to:references:from:date:message-id:subject:to\n\t:cc; bh=r1rc8HP665d/60sbBlTiDY+mhI9Z9+hjrWUPim296Pc=;\n\tb=aM/fXQPRVfMk0hVrTikVQKgPevZnXs/wlmuzrtTWz0P5l07hlzcnBTrv7AMtFgFXlr\n\tVRE1sqpxkPrSmMWVVzIu98TW8ImDBulG6GhD6bykwykSYvFhYdjezVPn68FUDxV49tSs\n\tv22SWDGdIpkqsTsX0cIP2GD3DJ4UgxBrxwDerzY+nI1lu1klzmy90lB4yWuaY0wbKDMr\n\tiVgWVbyjFcOCw9AhVZUVMBlz43Z4WSOCDF052+dZl0Mbz9LIBVpJkI+I2Kdnevwn8uUv\n\tdx2r76Z6pQ8eWMkeb7bGNehSwWIettb7eK1rbMcHzTOnBNnz7lIXytJRPq7MrgoUIY8t\n\tqNaQ==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:mime-version:in-reply-to:references:from:date\n\t:message-id:subject:to:cc;\n\tbh=r1rc8HP665d/60sbBlTiDY+mhI9Z9+hjrWUPim296Pc=;\n\tb=ISzR9vI6Xx+jagb9L96z2ShvnoJ7BcjURVLpYjxB4C0/U9S7u/6OkjgqiXxhtblGaG\n\to3fVI7IS5bKlg4TqCLb1JQgYjVuCh9SkJN+m25qc9aXPEzZrUOtM5Dw6OEkWSyxl+S1B\n\tILeMY83YuidsQ+9vAckuueGRVKyZQLMKqiZD1B9OLMX000Qc2eaz2S9OpuNYvX6yLRBO\n\t5wSzLgOkirfCn0ivV2pE0BMQEmu9X/HHHxVBGtWy/jDW8K7N8jUbOudUqRkPLyIcvwHp\n\tZtHujoIUiMxxT1Sz27F062Wtx2ROARA7aMBwDAmU8xaB0emZapnnh0PQQbVNiYDkYR4o\n\tkmVg==","X-Gm-Message-State":"AHPjjUgeI6dWy8yIldQZ08v/XCrcTKQooRF7ByTrgQavqaEVTeq+9dHi\n\teT/M5HcKCv3ZHmqTWa1aHZuFRkXPWWtVmEuTnDY=","X-Google-Smtp-Source":"AOwi7QCUktkw0DGPAuz3AdUdASpSMIpU71JUGqi+mnKY5WLtw2KYGiqyt9BPIKChczcYUA0BkdFo4l98pH/38rCM/5s=","X-Received":"by 10.46.3.1 with SMTP id 1mr618601ljd.147.1505305476516; Wed, 13\n\tSep 2017 05:24:36 -0700 (PDT)","MIME-Version":"1.0","In-Reply-To":"<1504504505-2848-1-git-send-email-stefan@olimex.com>","References":"<1504504505-2848-1-git-send-email-stefan@olimex.com>","From":"Jagan Teki <jagannadh.teki@gmail.com>","Date":"Wed, 13 Sep 2017 17:54:35 +0530","Message-ID":"<CAD6G_RT2FcYE1YW4bzF3UwnExG9QJxKanBRSgMVwWmD52v=Rng@mail.gmail.com>","To":"Stefan Mavrodiev <stefan@olimex.com>","Cc":"\"u-boot@lists.denx.de\" <u-boot@lists.denx.de>","Subject":"Re: [U-Boot] [PATCH 1/1] sunxi: Add support for\n\tA20-OLinuXino-MICRO-eMMC","X-BeenThere":"u-boot@lists.denx.de","X-Mailman-Version":"2.1.18","Precedence":"list","List-Id":"U-Boot discussion <u-boot.lists.denx.de>","List-Unsubscribe":"<https://lists.denx.de/options/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>","List-Archive":"<http://lists.denx.de/pipermail/u-boot/>","List-Post":"<mailto:u-boot@lists.denx.de>","List-Help":"<mailto:u-boot-request@lists.denx.de?subject=help>","List-Subscribe":"<https://lists.denx.de/listinfo/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=subscribe>","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1767880,"web_url":"http://patchwork.ozlabs.org/comment/1767880/","msgid":"<0322af30-e1e9-5fb3-d173-9edd16aa1c2c@gmail.com>","list_archive_url":null,"date":"2017-09-13T12:28:29","subject":"Re: [U-Boot] [PATCH 1/1] sunxi: Add support for\n\tA20-OLinuXino-MICRO-eMMC","submitter":{"id":69060,"url":"http://patchwork.ozlabs.org/api/people/69060/","name":"Stefan Mavrodiev","email":"stefan.mavrodiev@gmail.com"},"content":"On 09/13/2017 03:24 PM, Jagan Teki wrote:\n> On Mon, Sep 4, 2017 at 11:25 AM, Stefan Mavrodiev <stefan@olimex.com> wrote:\n>>  From rev.J A20-OLinuXino-MICRO has eMMC option. For now this is\n>> only 4GB, but in the future size may increase.\n>>\n>> The dts file is the same from mainline kernel.\n>>\n>> Signed-off-by: Stefan Mavrodiev <stefan@olimex.com>\n>> ---\n>>   arch/arm/dts/Makefile                           |  1 +\n>>   arch/arm/dts/sun7i-a20-olinuxino-micro-emmc.dts | 70 +++++++++++++++++++++++++\n> Please send this dts to Linux.\n>\n> thanks!\n\nThe dts is already acknowledged in mainline linux by Maxime Ripard,\nand will be available in version 4.15.\nhttps://patchwork.kernel.org/patch/9924197/\n\nBest regards,\nStefan Mavrodiev","headers":{"Return-Path":"<u-boot-bounces@lists.denx.de>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.denx.de\n\t(client-ip=81.169.180.215; helo=lists.denx.de;\n\tenvelope-from=u-boot-bounces@lists.denx.de;\n\treceiver=<UNKNOWN>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=gmail.com header.i=@gmail.com\n\theader.b=\"lv4RdFBW\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xsj8M4W3fz9sMN\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed, 13 Sep 2017 23:25:23 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 3B5B0C224EF; Wed, 13 Sep 2017 13:25:13 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 10029C21C5C;\n\tWed, 13 Sep 2017 13:25:12 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 2E882C21EE6; Wed, 13 Sep 2017 12:28:33 +0000 (UTC)","from mail-wr0-f194.google.com (mail-wr0-f194.google.com\n\t[209.85.128.194])\n\tby lists.denx.de (Postfix) with ESMTPS id CA314C21D8C\n\tfor <u-boot@lists.denx.de>; Wed, 13 Sep 2017 12:28:31 +0000 (UTC)","by mail-wr0-f194.google.com with SMTP id b9so44608wra.0\n\tfor <u-boot@lists.denx.de>; Wed, 13 Sep 2017 05:28:31 -0700 (PDT)","from [192.168.0.16] ([195.238.85.143])\n\tby smtp.gmail.com with ESMTPSA id\n\td82sm1052944wmd.14.2017.09.13.05.28.30\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tWed, 13 Sep 2017 05:28:30 -0700 (PDT)"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=0.0 required=5.0 tests=FREEMAIL_FROM,\n\tRCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,\n\tT_DKIM_INVALID autolearn=unavailable\n\tautolearn_force=no version=3.4.0","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=subject:to:cc:references:from:organization:message-id:date\n\t:user-agent:mime-version:in-reply-to:content-language;\n\tbh=L5/oPhD+mDTp+AolO0TTJjNRzlfLZV9sgHtoJMbwskM=;\n\tb=lv4RdFBWM89rqtbB5wFfZpdix/AZbCvK2ARyzoyY73Q4QWHmIfqTz6Vl1w5rOOSWF2\n\tQzsyp/4ALOPaKns80jzuNead6XU3kPV/LNxPGNeoPPxvlSCv8AsfDldX0oCjakLanvNC\n\tbKTZuafoWoMCApLsdma44I3boBfX01/mWoS+39K827WwZYA8y81M/VQThRwg3/tmpi3y\n\t4jdoZkjEEwqurQK+SQo+Xp74/J0+90BnlGNLhkPFn+V7UX6BfINaXj/FndcfJk2aMBoY\n\tuj87/ux4IlW5NR1J1+hWKPQ9K8yCqCFnr9rkFchuSAPyIvE1mz08O8rtN1GjwwWIds25\n\t91mw==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:subject:to:cc:references:from:organization\n\t:message-id:date:user-agent:mime-version:in-reply-to\n\t:content-language;\n\tbh=L5/oPhD+mDTp+AolO0TTJjNRzlfLZV9sgHtoJMbwskM=;\n\tb=R7O4HlrYtUUli1t2pNH7wjLd9iyP98NZM0N0+D+295hoqZHH2Id0uceVUXVmY2RlDT\n\tAAqcibOkRzjiq9yBATnJqWAyguoyQLcliIDnYewVDGxfquaeSy0Z8R0S6KFR3/q55lCd\n\tWxkHlKkuiWtzHTImPBqAcpJyaoU8b0/YYZQQk/KQIjNxG0Lth7bjRa/Gdzrdh9d0Px1g\n\tjjbsBOpSxuZnyRxIcFZAQp/zqIpVGrDHSpipbyvg07AkX5lIPrN9/Ltdg5beM4nF0Wxa\n\tSdT8X8Pcq1D1yU5qqfomWkurMOYlzl0GmOTjlbAHxDmLCrZ27de5EgS6aFH8D3zJ6Tqd\n\tgmpw==","X-Gm-Message-State":"AHPjjUjxkH0j9fCxw42EpVzOg4jt/C13v9x/QdPwJB2/3WQckPTBWQT7\n\tx3nQghKqyUiNC+xEjMM=","X-Google-Smtp-Source":"ADKCNb4lqQDgSjQ7gl2NdPKb7b9zFsaSqnRq5icESF7SO/1QmTMzJfQep8oyKcTflJL3LWR6/yjz0Q==","X-Received":"by 10.223.163.18 with SMTP id c18mr14952478wrb.211.1505305711266;\n\tWed, 13 Sep 2017 05:28:31 -0700 (PDT)","To":"Jagan Teki <jagannadh.teki@gmail.com>,\n\tStefan Mavrodiev <stefan@olimex.com>","References":"<1504504505-2848-1-git-send-email-stefan@olimex.com>\n\t<CAD6G_RT2FcYE1YW4bzF3UwnExG9QJxKanBRSgMVwWmD52v=Rng@mail.gmail.com>","From":"Stefan Mavrodiev <stefan.mavrodiev@gmail.com>","Organization":"Olimex Ltd.","Message-ID":"<0322af30-e1e9-5fb3-d173-9edd16aa1c2c@gmail.com>","Date":"Wed, 13 Sep 2017 15:28:29 +0300","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.2.1","MIME-Version":"1.0","In-Reply-To":"<CAD6G_RT2FcYE1YW4bzF3UwnExG9QJxKanBRSgMVwWmD52v=Rng@mail.gmail.com>","Content-Language":"en-US","X-Mailman-Approved-At":"Wed, 13 Sep 2017 13:25:10 +0000","X-Content-Filtered-By":"Mailman/MimeDel 2.1.18","Cc":"\"u-boot@lists.denx.de\" <u-boot@lists.denx.de>","Subject":"Re: [U-Boot] [PATCH 1/1] sunxi: Add support for\n\tA20-OLinuXino-MICRO-eMMC","X-BeenThere":"u-boot@lists.denx.de","X-Mailman-Version":"2.1.18","Precedence":"list","List-Id":"U-Boot discussion <u-boot.lists.denx.de>","List-Unsubscribe":"<https://lists.denx.de/options/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>","List-Archive":"<http://lists.denx.de/pipermail/u-boot/>","List-Post":"<mailto:u-boot@lists.denx.de>","List-Help":"<mailto:u-boot-request@lists.denx.de?subject=help>","List-Subscribe":"<https://lists.denx.de/listinfo/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=subscribe>","Content-Transfer-Encoding":"base64","Content-Type":"text/plain; charset=\"utf-8\"; Format=\"flowed\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}}]