[{"id":1774856,"web_url":"http://patchwork.ozlabs.org/comment/1774856/","msgid":"<e8a3cf10-2ef5-14b6-5ed8-8ac6603eb544@gmail.com>","list_archive_url":null,"date":"2017-09-25T16:47:58","subject":"Re: [U-Boot] [PATCH] mmc: uniphier-sd: Add vqmmc regulator support","submitter":{"id":1124,"url":"http://patchwork.ozlabs.org/api/people/1124/","name":"Marek Vasut","email":"marek.vasut@gmail.com"},"content":"On 09/15/2017 09:10 PM, Marek Vasut wrote:\n> Add initial support for setting the vqmmc regulator. Since we do not\n> support 1V8 modes, set the regulator to 3V3 and enable it.\n> \n> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>\n> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>\n> Cc: Jaehoon Chung <jh80.chung@samsung.com>\n\nAnything ?! I don't see this in the PR ...\n\n> ---\n>  drivers/mmc/uniphier-sd.c | 13 +++++++++++++\n>  1 file changed, 13 insertions(+)\n> \n> diff --git a/drivers/mmc/uniphier-sd.c b/drivers/mmc/uniphier-sd.c\n> index 3c52161067..0d1203cb76 100644\n> --- a/drivers/mmc/uniphier-sd.c\n> +++ b/drivers/mmc/uniphier-sd.c\n> @@ -14,6 +14,7 @@\n>  #include <linux/dma-direction.h>\n>  #include <linux/io.h>\n>  #include <linux/sizes.h>\n> +#include <power/regulator.h>\n>  #include <asm/unaligned.h>\n>  \n>  DECLARE_GLOBAL_DATA_PTR;\n> @@ -756,6 +757,9 @@ static int uniphier_sd_probe(struct udevice *dev)\n>  \tfdt_addr_t base;\n>  \tstruct clk clk;\n>  \tint ret;\n> +#ifdef CONFIG_DM_REGULATOR\n> +\tstruct udevice *vqmmc_dev;\n> +#endif\n>  \n>  \tbase = devfdt_get_addr(dev);\n>  \tif (base == FDT_ADDR_T_NONE)\n> @@ -765,6 +769,15 @@ static int uniphier_sd_probe(struct udevice *dev)\n>  \tif (!priv->regbase)\n>  \t\treturn -ENOMEM;\n>  \n> +#ifdef CONFIG_DM_REGULATOR\n> +\tret = device_get_supply_regulator(dev, \"vqmmc-supply\", &vqmmc_dev);\n> +\tif (!ret) {\n> +\t\t/* Set the regulator to 3.3V until we support 1.8V modes */\n> +\t\tregulator_set_value(vqmmc_dev, 3300000);\n> +\t\tregulator_set_enable(vqmmc_dev, true);\n> +\t}\n> +#endif\n> +\n>  \tret = clk_get_by_index(dev, 0, &clk);\n>  \tif (ret < 0) {\n>  \t\tdev_err(dev, \"failed to get host clock\\n\");\n>","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=\"ftgHwjtj\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y19Bh5ymXz9t5c\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 26 Sep 2017 02:53:16 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 99BFBC21F1A; Mon, 25 Sep 2017 16:52:48 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id B2268C21F87;\n\tMon, 25 Sep 2017 16:52:15 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 89316C21E32; Mon, 25 Sep 2017 16:52:11 +0000 (UTC)","from mail-wr0-f193.google.com (mail-wr0-f193.google.com\n\t[209.85.128.193])\n\tby lists.denx.de (Postfix) with ESMTPS id 7F8DFC21E32\n\tfor <u-boot@lists.denx.de>; Mon, 25 Sep 2017 16:52:07 +0000 (UTC)","by mail-wr0-f193.google.com with SMTP id g50so310358wra.3\n\tfor <u-boot@lists.denx.de>; Mon, 25 Sep 2017 09:52:07 -0700 (PDT)","from [192.168.1.4] (ip-86-49-107-50.net.upcbroadband.cz.\n\t[86.49.107.50]) by smtp.gmail.com with ESMTPSA id\n\t30sm10242564wry.34.2017.09.25.09.52.06\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tMon, 25 Sep 2017 09:52:06 -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:from:to:cc:references:message-id:date:user-agent\n\t:mime-version:in-reply-to:content-language:content-transfer-encoding; \n\tbh=DqdeJEp0/DbniXm+rDsGUyPL3Tll4eYpoPvT0G9Ax68=;\n\tb=ftgHwjtjPZME2N0svnJgf+ivGLczuNzUe9+v5vTceMRPnd8XKXThA+ppic/U6bXENV\n\t3AAzEEVQvt2rCX3rFjgI32MTT8DZ3Lg0fmbELBkvVSVsfLLBdw0WfM8dgxpBp+rcuHUz\n\tWCf5+CSsnkhRzmQv1yywzXak+Ioe03jCMlElwtENkCxED8v2MRUL/OM4Pf720XIxbs1X\n\tb0AaoOAWZd1/mILtIt2OzG5y5PrTUbiopTkgaJ5GF58DsEFvnix2y3xsum2I/CuNobZa\n\tFCGObSCUJa3zt5f97LoBGR4Gtu9hUGW6lpYZdYDqkAdldi+1pVSZT6Kb7XPuWRDJcgA+\n\tF+yw==","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:from:to:cc:references:message-id:date\n\t:user-agent:mime-version:in-reply-to:content-language\n\t:content-transfer-encoding;\n\tbh=DqdeJEp0/DbniXm+rDsGUyPL3Tll4eYpoPvT0G9Ax68=;\n\tb=MIvLGYWYDSXd6FjDB+TdMKfKl5ZIuxVA93PzmjmHzGB8N449x52hXNqaqUPBrE43E1\n\tfLtisXBb7d2q62DD9BELsuqlKQ/pvGC6K9EcOJgP3Xd8+mlcUzKVUMcimIQBfLuOQv8i\n\tYSees+ctz4oZEhtEvNT7r/BG4DUppft6JHomhX4xLGUo1l0lOq3ZC4CmoG1N8CWg1eTh\n\t9C5CBOnnTllJq7mcsdrS26JIyrz3JkbWP4ndHBM5WrIt1gKe8am6uNAADTewxynaTK4E\n\tKnTNkW52GTacXAGt9MXaVmw6yXcVuwtX5TS9rQdaJyXcUjmjw0CNzmpr1bxJEDN+wFgw\n\t0Krg==","X-Gm-Message-State":"AHPjjUh++g2zn1J9dAy0D/6y1h4e2lTm9+vMNG5e9oeCESw34fVNii60\n\tu5y6sF0KU/xfkhvVse4R8AU=","X-Google-Smtp-Source":"AOwi7QBtFWYKneBih83USEkUqZMSGl+k09Uc6OZkB+nbQTZz5/AGT9xlZl4iFlxBrKWyrzenTo/z9w==","X-Received":"by 10.223.182.10 with SMTP id f10mr7242741wre.38.1506358326970; \n\tMon, 25 Sep 2017 09:52:06 -0700 (PDT)","From":"Marek Vasut <marek.vasut@gmail.com>","To":"u-boot@lists.denx.de","References":"<20170915191054.28337-1-marek.vasut+renesas@gmail.com>","Message-ID":"<e8a3cf10-2ef5-14b6-5ed8-8ac6603eb544@gmail.com>","Date":"Mon, 25 Sep 2017 18:47:58 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170915191054.28337-1-marek.vasut+renesas@gmail.com>","Content-Language":"en-US","Cc":"Marek Vasut <marek.vasut+renesas@gmail.com>","Subject":"Re: [U-Boot] [PATCH] mmc: uniphier-sd: Add vqmmc regulator support","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":1775214,"web_url":"http://patchwork.ozlabs.org/comment/1775214/","msgid":"<84a1102d-83fc-46e1-6219-031bb8613ca5@samsung.com>","list_archive_url":null,"date":"2017-09-26T07:41:31","subject":"Re: [U-Boot] [PATCH] mmc: uniphier-sd: Add vqmmc regulator support","submitter":{"id":8006,"url":"http://patchwork.ozlabs.org/api/people/8006/","name":"Jaehoon Chung","email":"jh80.chung@samsung.com"},"content":"Hi Marek,\n\nOn 09/26/2017 01:47 AM, Marek Vasut wrote:\n> On 09/15/2017 09:10 PM, Marek Vasut wrote:\n>> Add initial support for setting the vqmmc regulator. Since we do not\n>> support 1V8 modes, set the regulator to 3V3 and enable it.\n>>\n>> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>\n>> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>\n>> Cc: Jaehoon Chung <jh80.chung@samsung.com>\n> \n> Anything ?! I don't see this in the PR ...\n\nSorry...I missed this patch..First, i have checked on patchwork.\nWill pick this patch into u-boot-mmc.\n\nBest Regards,\nJaehoon Chung\n\n> \n>> ---\n>>  drivers/mmc/uniphier-sd.c | 13 +++++++++++++\n>>  1 file changed, 13 insertions(+)\n>>\n>> diff --git a/drivers/mmc/uniphier-sd.c b/drivers/mmc/uniphier-sd.c\n>> index 3c52161067..0d1203cb76 100644\n>> --- a/drivers/mmc/uniphier-sd.c\n>> +++ b/drivers/mmc/uniphier-sd.c\n>> @@ -14,6 +14,7 @@\n>>  #include <linux/dma-direction.h>\n>>  #include <linux/io.h>\n>>  #include <linux/sizes.h>\n>> +#include <power/regulator.h>\n>>  #include <asm/unaligned.h>\n>>  \n>>  DECLARE_GLOBAL_DATA_PTR;\n>> @@ -756,6 +757,9 @@ static int uniphier_sd_probe(struct udevice *dev)\n>>  \tfdt_addr_t base;\n>>  \tstruct clk clk;\n>>  \tint ret;\n>> +#ifdef CONFIG_DM_REGULATOR\n>> +\tstruct udevice *vqmmc_dev;\n>> +#endif\n>>  \n>>  \tbase = devfdt_get_addr(dev);\n>>  \tif (base == FDT_ADDR_T_NONE)\n>> @@ -765,6 +769,15 @@ static int uniphier_sd_probe(struct udevice *dev)\n>>  \tif (!priv->regbase)\n>>  \t\treturn -ENOMEM;\n>>  \n>> +#ifdef CONFIG_DM_REGULATOR\n>> +\tret = device_get_supply_regulator(dev, \"vqmmc-supply\", &vqmmc_dev);\n>> +\tif (!ret) {\n>> +\t\t/* Set the regulator to 3.3V until we support 1.8V modes */\n>> +\t\tregulator_set_value(vqmmc_dev, 3300000);\n>> +\t\tregulator_set_enable(vqmmc_dev, true);\n>> +\t}\n>> +#endif\n>> +\n>>  \tret = clk_get_by_index(dev, 0, &clk);\n>>  \tif (ret < 0) {\n>>  \t\tdev_err(dev, \"failed to get host clock\\n\");\n>>\n> \n>","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>)","Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y1Xw26LzTz9tXc\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 26 Sep 2017 17:41:53 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 2F66AC21DE5; Tue, 26 Sep 2017 07:41:45 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id BCC92C21CA5;\n\tTue, 26 Sep 2017 07:41:41 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 0C2CCC21CA5; Tue, 26 Sep 2017 07:41:39 +0000 (UTC)","from mailout1.samsung.com (mailout1.samsung.com [203.254.224.24])\n\tby lists.denx.de (Postfix) with ESMTPS id 6E828C21C8F\n\tfor <u-boot@lists.denx.de>; Tue, 26 Sep 2017 07:41:37 +0000 (UTC)","from epcas1p4.samsung.com (unknown [182.195.41.48])\n\tby mailout1.samsung.com (KnoxPortal) with ESMTP id\n\t20170926074132epoutp01d01be49f800a7b5c5da33b1b80df28cd~n2XQQx-R41862018620epoutp01p;\n\tTue, 26 Sep 2017 07:41:32 +0000 (GMT)","from epsmges2p2.samsung.com (unknown [182.195.40.70]) by\n\tepcas1p3.samsung.com (KnoxPortal) with ESMTP id\n\t20170926074132epcas1p345006ab0775586199172f94ad20c6dfb~n2XPqlXS_2693026930epcas1p33;\n\tTue, 26 Sep 2017 07:41:32 +0000 (GMT)","from epcas2p1.samsung.com ( [182.195.41.53]) by\n\tepsmges2p2.samsung.com (Symantec Messaging Gateway) with SMTP id\n\t86.13.04435.CA40AC95; Tue, 26 Sep 2017 16:41:32 +0900 (KST)","from epsmgms2p2new.samsung.com (unknown [182.195.42.143]) by\n\tepcas2p2.samsung.com (KnoxPortal) with ESMTP id\n\t20170926074131epcas2p22fb37750e34204e123a84ef2408d4dd1~n2XPO-tET3135831358epcas2p2g;\n\tTue, 26 Sep 2017 07:41:31 +0000 (GMT)","from epmmp1.local.host ( [203.254.227.16]) by\n\tepsmgms2p2new.samsung.com (Symantec Messaging Gateway) with SMTP id\n\tDD.59.06856.BA40AC95; Tue, 26 Sep 2017 16:41:31 +0900 (KST)","from [10.113.62.216] by mmp1.samsung.com (Oracle Communications\n\tMessaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id\n\t<0OWV00MS7MP7L2A0@mmp1.samsung.com>;\n\tTue, 26 Sep 2017 16:41:31 +0900 (KST)"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,\n\tRCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,\n\tSPF_HELO_PASS autolearn=unavailable\n\tautolearn_force=no version=3.4.0","X-AuditID":"b6c32a46-ab3ff70000001153-45-59ca04ac651b","To":"Marek Vasut <marek.vasut@gmail.com>, u-boot@lists.denx.de","From":"Jaehoon Chung <jh80.chung@samsung.com>","Message-id":"<84a1102d-83fc-46e1-6219-031bb8613ca5@samsung.com>","Date":"Tue, 26 Sep 2017 16:41:31 +0900","User-Agent":"Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101\n\tThunderbird/52.2.1","MIME-version":"1.0","In-reply-to":"<e8a3cf10-2ef5-14b6-5ed8-8ac6603eb544@gmail.com>","Content-language":"en-US","X-Brightmail-Tracker":["H4sIAAAAAAAAA+NgFvrEKsWRmVeSWpSXmKPExsWy7bCmqe4allORBjffcls8XDmHxeLonnvM\n\tFm/3drJb7L33mdGBxWPnrLvsHmfv7GD0ODH9O0sAc1SqTUZqYkpqkUJqXnJ+SmZeuq2Sd3C8\n\tc7ypmYGhrqGlhbmSQl5ibqqtkotPgK5bZg7QOiWFssScUqBQQGJxsZK+nU1RfmlJqkJGfnGJ\n\trVK0oaGRnqGBuZ6RkZGeiXGslZEpUElCasaMQ8tZC9bwV7S2L2dvYNzE08XIySEhYCKxres0\n\tcxcjF4eQwA5GiaaZW1ggnO+MEu0nXzPBVHUu3s8GkdjNKHFk1VNGCOceo8S955vZQKqEBZwk\n\tdr84BdYhImArMefMUbA4s0CSxLLVS1hAbDYBHYnt346D1fAK2Emsm3iVGcRmEVCVONH4hR3E\n\tFhUIk1j56xUjRI2gxI/J98B6OUFmHv/KCjFTU+LFl0ksELa4RHPrTShbXmLzmrdg/0gIrGGT\n\t2Pl5IzvECy4S9zasYIawhSVeHd8CFZeWeLZqIyNEQzujxK0f+9ggnA5GiYM/97JCVBlLnOpq\n\tZIJYwSfRcfgvUDcHUJxXoqNNCML0kPj3kQui2lFiScMlaDieZJTomTCZbQKj3CwkD81C8sQs\n\tJE/MQvLEAkaWVYxiqQXFuempxUYFRnrFibnFpXnpesn5uZsYwelNy20H45JzPocYBTgYlXh4\n\tG5hORgqxJpYVV+YeYpTgYFYS4Y35BxTiTUmsrEotyo8vKs1JLT7EaAoM8InMUqLJ+cDUm1cS\n\tb2hiaWBiZmZkbmYBTG/ivHXbrkUICaQnlqRmp6YWpBbB9DFxcEo1MLq0Nd3iPVq1MOHr1DUr\n\tk93ilx5xvn78ZIyQgG9r12yhgicG219prdyo/PzWkUJth21TZ8fs0v6xe/6vrirpo72nejuW\n\tRv5ao+h55D9j0PoW4eYSxWP3WpTebZ/y7LnFm7Ole67PnPRarVFr2fP//Stll9fzflXWieJL\n\tWDN9+jmZNcZe666y73dWYinOSDTUYi4qTgQAdIxI2IUDAAA=","H4sIAAAAAAAAA+NgFrrMLMWRmVeSWpSXmKPExsVy+t9jAd3VLKciDbreaFs8XDmHxeLonnvM\n\tFm/3drJb7L33mdGBxWPnrLvsHmfv7GD0ODH9O0sAcxSXTUpqTmZZapG+XQJXxoxDy1kL1vBX\n\ttLYvZ29g3MTTxcjJISFgItG5eD9bFyMXh5DATkaJ6xves0A4DxglHn99ywhSJSzgJLH7xSkm\n\tEFtEwFZizpmjbCA2s0CSRNucw6wQDScZJT7MbWcFSbAJ6Ehs/3YcrIFXwE5i3cSrzCA2i4Cq\n\txInGL+wgtqhAmER/819miBpBiR+T77GA2JwgC45/BZrDAbRAXWLKlFyIXeISza03WSBseYnN\n\ta94yT2AUmIWkexZCxywkHbOQdCxgZFnFKJlaUJybnltsVGCUl1quV5yYW1yal66XnJ+7iREY\n\t1NsOa/XvYHy8JP4QowAHoxIP7w2Wk5FCrIllxZW5hxglOJiVRHhj/gGFeFMSK6tSi/Lji0pz\n\tUosPMUpzsCiJ8/LnH4sUEkhPLEnNTk0tSC2CyTJxcEo1MO7R13RUNvpz8KLba5f9TPGuSfnN\n\tL5eEnjxc5RI7WYRHc8dV97lPvB4/Unruzv9uscTXjMt7J235EbX7pdSbKd71PcvSPv/dd8yU\n\tZdqs1oVawjenrrHVuGe12yzT6cM5iwd/FjG9O7clmvkB1xnLkqWvii5LqDFUySZ/2G3DEJ22\n\tP29rZ9WtG7JKLMUZiYZazEXFiQBtpZyLZgIAAA=="],"X-CMS-MailID":"20170926074131epcas2p22fb37750e34204e123a84ef2408d4dd1","X-Msg-Generator":"CA","X-Sender-IP":"182.195.42.143","X-Local-Sender":"=?utf-8?b?7KCV7J6s7ZuIG1RpemVuIFBsYXRmb3JtIExhYihTL1c=?=\n\t=?utf-8?b?7IS87YSwKRvsgrzshLHsoITsnpAbU2VuaW9yIEVuZ2luZWVy?=","X-Global-Sender":"=?utf-8?q?Jaehoon_Chung=1BTizen_Platform_Lab=2E=1BSamsun?=\n\t=?utf-8?q?g_Electronics=1BSenior_Engineer?=","X-Sender-Code":"=?utf-8?q?C10=1BTELE=1BC10V8111?=","CMS-TYPE":"102P","DLP-Filter":"Pass","X-CFilter-Loop":"Reflected","X-CMS-RootMailID":"20170925165211epcas3p13c4cc475c59a9bec68cd8d573cc5b1c7","X-RootMTR":"20170925165211epcas3p13c4cc475c59a9bec68cd8d573cc5b1c7","References":"<20170915191054.28337-1-marek.vasut+renesas@gmail.com>\n\t<CGME20170925165211epcas3p13c4cc475c59a9bec68cd8d573cc5b1c7@epcas3p1.samsung.com>\n\t<e8a3cf10-2ef5-14b6-5ed8-8ac6603eb544@gmail.com>","Cc":"Marek Vasut <marek.vasut+renesas@gmail.com>","Subject":"Re: [U-Boot] [PATCH] mmc: uniphier-sd: Add vqmmc regulator support","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":1776420,"web_url":"http://patchwork.ozlabs.org/comment/1776420/","msgid":"<CAK7LNARrf5gf3+200h31H_anE8sP2=q1Zu_jLnPiWOn243sbkQ@mail.gmail.com>","list_archive_url":null,"date":"2017-09-27T15:19:39","subject":"Re: [U-Boot] [PATCH] mmc: uniphier-sd: Add vqmmc regulator support","submitter":{"id":65882,"url":"http://patchwork.ozlabs.org/api/people/65882/","name":"Masahiro Yamada","email":"yamada.masahiro@socionext.com"},"content":"2017-09-26 16:41 GMT+09:00 Jaehoon Chung <jh80.chung@samsung.com>:\n> Hi Marek,\n>\n> On 09/26/2017 01:47 AM, Marek Vasut wrote:\n>> On 09/15/2017 09:10 PM, Marek Vasut wrote:\n>>> Add initial support for setting the vqmmc regulator. Since we do not\n>>> support 1V8 modes, set the regulator to 3V3 and enable it.\n>>>\n>>> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>\n>>> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>\n>>> Cc: Jaehoon Chung <jh80.chung@samsung.com>\n>>\n>> Anything ?! I don't see this in the PR ...\n>\n> Sorry...I missed this patch..First, i have checked on patchwork.\n> Will pick this patch into u-boot-mmc.\n>\n> Best Regards,\n> Jaehoon Chung\n>\n\n\nUniPhier SoCs have different mechanism for 3.3/1.8 switching,\nbut it is not a problem for me because I do not have a plan\nfor enabling CONFIG_DM_REGULATOR.\n\nAcked-by: Masahiro Yamada <yamada.masahiro@socionext.com>","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=nifty.com header.i=@nifty.com\n\theader.b=\"c+c5ftIv\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y2M3D2cbXz9sRq\n\tfor <incoming@patchwork.ozlabs.org>;\n\tThu, 28 Sep 2017 01:20:56 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid ECC3DC21DB5; Wed, 27 Sep 2017 15:20:53 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id B8C23C21C93;\n\tWed, 27 Sep 2017 15:20:50 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid D4738C21C93; Wed, 27 Sep 2017 15:20:48 +0000 (UTC)","from conssluserg-05.nifty.com (conssluserg-05.nifty.com\n\t[210.131.2.90]) by lists.denx.de (Postfix) with ESMTPS id 778C7C21C51\n\tfor <u-boot@lists.denx.de>; Wed, 27 Sep 2017 15:20:47 +0000 (UTC)","from mail-yw0-f178.google.com (mail-yw0-f178.google.com\n\t[209.85.161.178]) (authenticated)\n\tby conssluserg-05.nifty.com with ESMTP id v8RFKKsN027060\n\tfor <u-boot@lists.denx.de>; Thu, 28 Sep 2017 00:20:21 +0900","by mail-yw0-f178.google.com with SMTP id q80so9529251ywg.2\n\tfor <u-boot@lists.denx.de>; Wed, 27 Sep 2017 08:20:20 -0700 (PDT)","by 10.37.170.198 with HTTP; Wed, 27 Sep 2017 08:19:39 -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=T_DKIM_INVALID\n\tautolearn=unavailable autolearn_force=no version=3.4.0","DKIM-Filter":"OpenDKIM Filter v2.10.3 conssluserg-05.nifty.com v8RFKKsN027060","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com;\n\ts=dec2015msa; t=1506525621;\n\tbh=7L4LFvn7jTGOakwS7gnVLqLzJLRWb5HDO0CRSykfRKo=;\n\th=In-Reply-To:References:From:Date:Subject:To:Cc:From;\n\tb=c+c5ftIvvjTWPtOgUigv0DPiTGInS3nITfRxJpo1xdcpJ/7ekrXWCTdRSqyKPUKwv\n\tCtRtyMbYlPzYTIEnBXY88lDRyDjOFslrSFoSCF9s3Ert9Qiw2Z1ssph2mn9x8X0AgJ\n\tnn6stcD/cG1Lwf5c9Is3TlrK2mP4mZwTPTJ1wClatcHAo9DQL2Vmy4LwFDLMIUiXy/\n\tQa7Mj5ewBFwPXOWHB1luphmaek34UMaDD9UuZ9T6oVFYO+k8saDx05zi52xWhfkvaw\n\t9Lbx7cz0f9MMvzG2/uQ8b4bNjDgYTJ+s7cqd/Vt2o6n/oSDfkSo8vPWxfjUJyx0UOu\n\tUbrFLj5HZkX3Q==","X-Nifty-SrcIP":"[209.85.161.178]","X-Gm-Message-State":"AHPjjUhwgXeAAGgWPpusyMZ8qIzoCotkKxNEZ2Y1WFf2Iq6Z84ZzL8EC\n\tGqE1eUjTvDIFTQZs6PQv/rE0ZSjeAdMithmry8M=","X-Google-Smtp-Source":"AOwi7QBo6LlMZQXk7L1Os/zVYrirQGZ/UHctRUfsRTzBcCwo6tQywhi6+TE6hZJ4dNt2ZyzSTsJKXdXs2g8C7ttl03k=","X-Received":"by 10.37.116.83 with SMTP id p80mr1236017ybc.34.1506525619803;\n\tWed, 27 Sep 2017 08:20:19 -0700 (PDT)","MIME-Version":"1.0","In-Reply-To":"<84a1102d-83fc-46e1-6219-031bb8613ca5@samsung.com>","References":"<20170915191054.28337-1-marek.vasut+renesas@gmail.com>\n\t<CGME20170925165211epcas3p13c4cc475c59a9bec68cd8d573cc5b1c7@epcas3p1.samsung.com>\n\t<e8a3cf10-2ef5-14b6-5ed8-8ac6603eb544@gmail.com>\n\t<84a1102d-83fc-46e1-6219-031bb8613ca5@samsung.com>","From":"Masahiro Yamada <yamada.masahiro@socionext.com>","Date":"Thu, 28 Sep 2017 00:19:39 +0900","X-Gmail-Original-Message-ID":"<CAK7LNARrf5gf3+200h31H_anE8sP2=q1Zu_jLnPiWOn243sbkQ@mail.gmail.com>","Message-ID":"<CAK7LNARrf5gf3+200h31H_anE8sP2=q1Zu_jLnPiWOn243sbkQ@mail.gmail.com>","To":"Jaehoon Chung <jh80.chung@samsung.com>","Cc":"Marek Vasut <marek.vasut+renesas@gmail.com>,\n\tU-Boot Mailing List <u-boot@lists.denx.de>","Subject":"Re: [U-Boot] [PATCH] mmc: uniphier-sd: Add vqmmc regulator support","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":1776444,"web_url":"http://patchwork.ozlabs.org/comment/1776444/","msgid":"<cfaafd4a-bf4a-9174-4fc3-e0de62e0b51b@gmail.com>","list_archive_url":null,"date":"2017-09-27T15:50:47","subject":"Re: [U-Boot] [PATCH] mmc: uniphier-sd: Add vqmmc regulator support","submitter":{"id":1124,"url":"http://patchwork.ozlabs.org/api/people/1124/","name":"Marek Vasut","email":"marek.vasut@gmail.com"},"content":"On 09/27/2017 05:19 PM, Masahiro Yamada wrote:\n> 2017-09-26 16:41 GMT+09:00 Jaehoon Chung <jh80.chung@samsung.com>:\n>> Hi Marek,\n>>\n>> On 09/26/2017 01:47 AM, Marek Vasut wrote:\n>>> On 09/15/2017 09:10 PM, Marek Vasut wrote:\n>>>> Add initial support for setting the vqmmc regulator. Since we do not\n>>>> support 1V8 modes, set the regulator to 3V3 and enable it.\n>>>>\n>>>> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>\n>>>> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>\n>>>> Cc: Jaehoon Chung <jh80.chung@samsung.com>\n>>>\n>>> Anything ?! I don't see this in the PR ...\n>>\n>> Sorry...I missed this patch..First, i have checked on patchwork.\n>> Will pick this patch into u-boot-mmc.\n>>\n>> Best Regards,\n>> Jaehoon Chung\n>>\n> \n> \n> UniPhier SoCs have different mechanism for 3.3/1.8 switching,\n> but it is not a problem for me because I do not have a plan\n> for enabling CONFIG_DM_REGULATOR.\n> \n> Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>\n\nCool, thanks!\n\nIs there a documentation for the uniphier mechanism somewhere ?","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=\"vhtzYXev\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y2Mjw68kQz9t16\n\tfor <incoming@patchwork.ozlabs.org>;\n\tThu, 28 Sep 2017 01:51:00 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 8E152C21E4E; Wed, 27 Sep 2017 15:50:54 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id D2528C21D8B;\n\tWed, 27 Sep 2017 15:50:51 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid E39CFC21D8B; Wed, 27 Sep 2017 15:50:50 +0000 (UTC)","from mail-wm0-f49.google.com (mail-wm0-f49.google.com\n\t[74.125.82.49])\n\tby lists.denx.de (Postfix) with ESMTPS id 2BAF3C21D84\n\tfor <u-boot@lists.denx.de>; Wed, 27 Sep 2017 15:50:49 +0000 (UTC)","by mail-wm0-f49.google.com with SMTP id q124so19943793wmb.0\n\tfor <u-boot@lists.denx.de>; Wed, 27 Sep 2017 08:50:49 -0700 (PDT)","from [192.168.1.4] (ip-86-49-107-50.net.upcbroadband.cz.\n\t[86.49.107.50]) by smtp.gmail.com with ESMTPSA id\n\tw2sm16476948wrb.67.2017.09.27.08.50.47\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tWed, 27 Sep 2017 08:50:48 -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=subject:to:cc:references:from:message-id:date:user-agent\n\t:mime-version:in-reply-to:content-language:content-transfer-encoding; \n\tbh=UAQWx+W9gasJyqoDHlNUHWzutKvQZNQn/9oI3IbI3wk=;\n\tb=vhtzYXevv/bXpj2l6t7cZ+kamdgNatbFlK+kAepwMmcBKKOKqGxzL3rzH1+MQ8NWaG\n\ttZ0ci9iNDU+BDEvKIh1FQ6xYdLECJccAikK1fJQ38EphO/AestnO3TAJKVuF7VVXjfVL\n\tjho4cOmv3TpXVE3BgJYBllun4eFmNzf5IahKx1flAbBDBeN3oQZFestACAfZuAjeSkZZ\n\tsEBK3KCCNr9EtK64fi0TWzNP5JVhO/vsfHkySoalXnz/sa32raPiauqQ1LrDfSmVzt92\n\tWBzQSjuXcsKI2EEUpirS+Mn/+xGGD47YKPz/YHATnC2VkM5Ittlu31Ps/n+xYhqAmwfj\n\trFtw==","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:message-id:date\n\t:user-agent:mime-version:in-reply-to:content-language\n\t:content-transfer-encoding;\n\tbh=UAQWx+W9gasJyqoDHlNUHWzutKvQZNQn/9oI3IbI3wk=;\n\tb=OtDwTl7TkaP0ghvQT5oF0GlfckeZc87dyXnpipguZM6ZyVEaLc+srsIrVvUjO0iYd+\n\t5u15Sz2ZYSUav5rbr6qdLiQx6k1FUj535HjhfsjxAMDuGoXNDbM6wmV4BxnXLK5sNaeX\n\t8l0nQBZ06ugECsTIZHLhrebqYAKlUiYkAoTuQvwHbzGUJzYqQVB90SEcB/lS6vZWe0SU\n\t8p21Dtcimn1Gc3s5mdyPwoCzHZ8GUqhmqGOewyx4YJxGjM0uuTBNZ+VcbU9yeGcWS06a\n\td6Ec9WcPBU445nXFOx2U8q0OEuDKwhnXDRO7uXNFydQM6ycdt7YzwvXmGTGzdBTL+XxM\n\tqiNA==","X-Gm-Message-State":"AHPjjUiTnYDrHMlRguInyyroZpf1xGXVoeUU4gnHIeBqNNjAhnbT9nt0\n\tLSa9z8lVVoked5LW+Wnqq6k=","X-Google-Smtp-Source":"AOwi7QDDjnD14SZsED6VFgJJXoRempwd7Dg4KDbZTWRcmQBcbXDUKRYsq9ARm2G4iDZ9tUzF6/2uWA==","X-Received":"by 10.28.58.66 with SMTP id h63mr767597wma.10.1506527448656;\n\tWed, 27 Sep 2017 08:50:48 -0700 (PDT)","To":"Masahiro Yamada <yamada.masahiro@socionext.com>,\n\tJaehoon Chung <jh80.chung@samsung.com>","References":"<20170915191054.28337-1-marek.vasut+renesas@gmail.com>\n\t<CGME20170925165211epcas3p13c4cc475c59a9bec68cd8d573cc5b1c7@epcas3p1.samsung.com>\n\t<e8a3cf10-2ef5-14b6-5ed8-8ac6603eb544@gmail.com>\n\t<84a1102d-83fc-46e1-6219-031bb8613ca5@samsung.com>\n\t<CAK7LNARrf5gf3+200h31H_anE8sP2=q1Zu_jLnPiWOn243sbkQ@mail.gmail.com>","From":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<cfaafd4a-bf4a-9174-4fc3-e0de62e0b51b@gmail.com>","Date":"Wed, 27 Sep 2017 17:50:47 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<CAK7LNARrf5gf3+200h31H_anE8sP2=q1Zu_jLnPiWOn243sbkQ@mail.gmail.com>","Content-Language":"en-US","Cc":"U-Boot Mailing List <u-boot@lists.denx.de>,\n\tMarek Vasut <marek.vasut+renesas@gmail.com>","Subject":"Re: [U-Boot] [PATCH] mmc: uniphier-sd: Add vqmmc regulator support","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":1776458,"web_url":"http://patchwork.ozlabs.org/comment/1776458/","msgid":"<CAK7LNAT9N92Xk=NzQjCgG524Etv6soJJ7zq3ud7gtk4KMZ_hmg@mail.gmail.com>","list_archive_url":null,"date":"2017-09-27T16:13:59","subject":"Re: [U-Boot] [PATCH] mmc: uniphier-sd: Add vqmmc regulator support","submitter":{"id":65882,"url":"http://patchwork.ozlabs.org/api/people/65882/","name":"Masahiro Yamada","email":"yamada.masahiro@socionext.com"},"content":"2017-09-28 0:50 GMT+09:00 Marek Vasut <marek.vasut@gmail.com>:\n> On 09/27/2017 05:19 PM, Masahiro Yamada wrote:\n>> 2017-09-26 16:41 GMT+09:00 Jaehoon Chung <jh80.chung@samsung.com>:\n>>> Hi Marek,\n>>>\n>>> On 09/26/2017 01:47 AM, Marek Vasut wrote:\n>>>> On 09/15/2017 09:10 PM, Marek Vasut wrote:\n>>>>> Add initial support for setting the vqmmc regulator. Since we do not\n>>>>> support 1V8 modes, set the regulator to 3V3 and enable it.\n>>>>>\n>>>>> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>\n>>>>> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>\n>>>>> Cc: Jaehoon Chung <jh80.chung@samsung.com>\n>>>>\n>>>> Anything ?! I don't see this in the PR ...\n>>>\n>>> Sorry...I missed this patch..First, i have checked on patchwork.\n>>> Will pick this patch into u-boot-mmc.\n>>>\n>>> Best Regards,\n>>> Jaehoon Chung\n>>>\n>>\n>>\n>> UniPhier SoCs have different mechanism for 3.3/1.8 switching,\n>> but it is not a problem for me because I do not have a plan\n>> for enabling CONFIG_DM_REGULATOR.\n>>\n>> Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>\n>\n> Cool, thanks!\n>\n> Is there a documentation for the uniphier mechanism somewhere ?\n>\n\nNo document available.\n\nOnly crappy private documents.\n\nThey say SoC spec books are CONFIDENTIAL!!\nSigh.","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=nifty.com header.i=@nifty.com\n\theader.b=\"m2Vlmhyt\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y2NGs178Lz9t4b\n\tfor <incoming@patchwork.ozlabs.org>;\n\tThu, 28 Sep 2017 02:16:05 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid C7AFBC21DA2; Wed, 27 Sep 2017 16:16:00 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id C527DC21D7B;\n\tWed, 27 Sep 2017 16:15:57 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 297C8C21E72; Wed, 27 Sep 2017 16:15:14 +0000 (UTC)","from conssluserg-04.nifty.com (conssluserg-04.nifty.com\n\t[210.131.2.83]) by lists.denx.de (Postfix) with ESMTPS id 9A88FC21EA7\n\tfor <u-boot@lists.denx.de>; Wed, 27 Sep 2017 16:15:12 +0000 (UTC)","from mail-yw0-f175.google.com (mail-yw0-f175.google.com\n\t[209.85.161.175]) (authenticated)\n\tby conssluserg-04.nifty.com with ESMTP id v8RGEj8f027857\n\tfor <u-boot@lists.denx.de>; Thu, 28 Sep 2017 01:14:45 +0900","by mail-yw0-f175.google.com with SMTP id q80so9651459ywg.2\n\tfor <u-boot@lists.denx.de>; Wed, 27 Sep 2017 09:14:45 -0700 (PDT)","by 10.37.170.198 with HTTP; Wed, 27 Sep 2017 09:13:59 -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=T_DKIM_INVALID\n\tautolearn=unavailable autolearn_force=no version=3.4.0","DKIM-Filter":"OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com v8RGEj8f027857","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com;\n\ts=dec2015msa; t=1506528885;\n\tbh=wpuGWbg2tUtDkUzloUpgAaR2DI3KJA5tJVufFrjcTAQ=;\n\th=In-Reply-To:References:From:Date:Subject:To:Cc:From;\n\tb=m2Vlmhyt1ud1NG7kIA55/aEoZ9+mTSajc5SzhO6R7iyv1W+R1O78JUsDw/KZp/vtd\n\tJx9gbmEP+EAaunwOr2TbE0rxMUdyoT8nTOthWVJjq3kfPm3pj7tWOLUMylvT5UZzDR\n\tc9X9HyJDT3tOTTVfEUH9Z2W/mk0nrjeeBHqeUj4I39aCIn/7JRVoAdwZIA+1S58kBt\n\t0qZp/mV9TTlM0z7KduQQbGJNjF3F8F6lqobxbUnNZcDDAbRhGAypQnSRYR7mV83I7x\n\t7yxgGlrbBJ1zBbOINyoW6GnrxAR7uHbi8ObiV3D3XNjVnnlwsa3ef3hqas6LQZL9c4\n\tLm6zBqBAPUMKA==","X-Nifty-SrcIP":"[209.85.161.175]","X-Gm-Message-State":"AHPjjUhkvUZDEzFNIBN/iXeHvdg7nRjJcanfsVtRfNg1x8YKGlJhPyuX\n\tSApRV7CMM9i3ra+hpgy5Nz1kn7El7NH25gHFncw=","X-Google-Smtp-Source":"AOwi7QBkMkg7hpm4gwItretTCw1o8sF9ZGKNNyx0XWaCXKS2Zohx/LfmltQv8ZCMS8PDrw6uDshbnYq551+RDuozcQQ=","X-Received":"by 10.129.167.194 with SMTP id\n\te185mr1246458ywh.120.1506528879566; \n\tWed, 27 Sep 2017 09:14:39 -0700 (PDT)","MIME-Version":"1.0","In-Reply-To":"<cfaafd4a-bf4a-9174-4fc3-e0de62e0b51b@gmail.com>","References":"<20170915191054.28337-1-marek.vasut+renesas@gmail.com>\n\t<CGME20170925165211epcas3p13c4cc475c59a9bec68cd8d573cc5b1c7@epcas3p1.samsung.com>\n\t<e8a3cf10-2ef5-14b6-5ed8-8ac6603eb544@gmail.com>\n\t<84a1102d-83fc-46e1-6219-031bb8613ca5@samsung.com>\n\t<CAK7LNARrf5gf3+200h31H_anE8sP2=q1Zu_jLnPiWOn243sbkQ@mail.gmail.com>\n\t<cfaafd4a-bf4a-9174-4fc3-e0de62e0b51b@gmail.com>","From":"Masahiro Yamada <yamada.masahiro@socionext.com>","Date":"Thu, 28 Sep 2017 01:13:59 +0900","X-Gmail-Original-Message-ID":"<CAK7LNAT9N92Xk=NzQjCgG524Etv6soJJ7zq3ud7gtk4KMZ_hmg@mail.gmail.com>","Message-ID":"<CAK7LNAT9N92Xk=NzQjCgG524Etv6soJJ7zq3ud7gtk4KMZ_hmg@mail.gmail.com>","To":"Marek Vasut <marek.vasut@gmail.com>","Cc":"U-Boot Mailing List <u-boot@lists.denx.de>,\n\tMarek Vasut <marek.vasut+renesas@gmail.com>","Subject":"Re: [U-Boot] [PATCH] mmc: uniphier-sd: Add vqmmc regulator support","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":1776564,"web_url":"http://patchwork.ozlabs.org/comment/1776564/","msgid":"<0a21ec65-969c-5b96-e143-60e5d34046a2@gmail.com>","list_archive_url":null,"date":"2017-09-27T19:29:53","subject":"Re: [U-Boot] [PATCH] mmc: uniphier-sd: Add vqmmc regulator support","submitter":{"id":1124,"url":"http://patchwork.ozlabs.org/api/people/1124/","name":"Marek Vasut","email":"marek.vasut@gmail.com"},"content":"On 09/27/2017 06:13 PM, Masahiro Yamada wrote:\n> 2017-09-28 0:50 GMT+09:00 Marek Vasut <marek.vasut@gmail.com>:\n>> On 09/27/2017 05:19 PM, Masahiro Yamada wrote:\n>>> 2017-09-26 16:41 GMT+09:00 Jaehoon Chung <jh80.chung@samsung.com>:\n>>>> Hi Marek,\n>>>>\n>>>> On 09/26/2017 01:47 AM, Marek Vasut wrote:\n>>>>> On 09/15/2017 09:10 PM, Marek Vasut wrote:\n>>>>>> Add initial support for setting the vqmmc regulator. Since we do not\n>>>>>> support 1V8 modes, set the regulator to 3V3 and enable it.\n>>>>>>\n>>>>>> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>\n>>>>>> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>\n>>>>>> Cc: Jaehoon Chung <jh80.chung@samsung.com>\n>>>>>\n>>>>> Anything ?! I don't see this in the PR ...\n>>>>\n>>>> Sorry...I missed this patch..First, i have checked on patchwork.\n>>>> Will pick this patch into u-boot-mmc.\n>>>>\n>>>> Best Regards,\n>>>> Jaehoon Chung\n>>>>\n>>>\n>>>\n>>> UniPhier SoCs have different mechanism for 3.3/1.8 switching,\n>>> but it is not a problem for me because I do not have a plan\n>>> for enabling CONFIG_DM_REGULATOR.\n>>>\n>>> Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>\n>>\n>> Cool, thanks!\n>>\n>> Is there a documentation for the uniphier mechanism somewhere ?\n>>\n> \n> No document available.\n\nI hope that new 96borad will have documentation available, *ahem* :-)\n\n> Only crappy private documents.\n> \n> They say SoC spec books are CONFIDENTIAL!!\n> Sigh.\n\nOK, I'll keep in mind there's a uniphier-specific way to toggle the 1V8\nwhen adding HS200 support, so you can fill that in when you have time.\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=\"eK4si5Q2\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y2SbB1kGBz9t49\n\tfor <incoming@patchwork.ozlabs.org>;\n\tThu, 28 Sep 2017 05:30:29 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 932DAC21D95; Wed, 27 Sep 2017 19:30:24 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id AF055C21C59;\n\tWed, 27 Sep 2017 19:30:21 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 21F29C21C59; Wed, 27 Sep 2017 19:30:20 +0000 (UTC)","from mail-wr0-f175.google.com (mail-wr0-f175.google.com\n\t[209.85.128.175])\n\tby lists.denx.de (Postfix) with ESMTPS id 3CC2FC21C51\n\tfor <u-boot@lists.denx.de>; Wed, 27 Sep 2017 19:30:19 +0000 (UTC)","by mail-wr0-f175.google.com with SMTP id r74so18277040wrb.13\n\tfor <u-boot@lists.denx.de>; Wed, 27 Sep 2017 12:30:19 -0700 (PDT)","from [192.168.1.4] (ip-86-49-107-50.net.upcbroadband.cz.\n\t[86.49.107.50]) by smtp.gmail.com with ESMTPSA id\n\tj65sm18856779wmj.3.2017.09.27.12.30.17\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tWed, 27 Sep 2017 12:30:17 -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:message-id:date:user-agent\n\t:mime-version:in-reply-to:content-language:content-transfer-encoding; \n\tbh=5zNBv3PPKKIirzmSQKO3k0xOmFTuYVAe68KD7NcblDI=;\n\tb=eK4si5Q2yLluM/2fEU0V1h5tT8qhcsEV7fHeyWIpu9xZ/BAVYcjq9mkPEvzjMQjhsW\n\tTAmHmy2CCUIVcy9/0yx9kdz+BAXuMIpbIqe9J7s7k80vxGk7LpsQjhHxCYUk7kj6fuEv\n\txh1Mhn9bAtrrVAmK9kIT6NHBzMQSToMuQ6394qlId9Ehb9viWepioUzmIcaiacUkNKCd\n\tWZZZfxwPYqggNYBQHdaNe+y88DDcqAHH1eUb+bGim0kPuia+lm7uCe471EulZEogFsS6\n\tl6DtsTBHof1jb116DATor7Qo+lQJOtNqYCmcaYvQ5PBZ8Ptngkjxp/kV0FL2UMoGksYd\n\tJn4w==","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:message-id:date\n\t:user-agent:mime-version:in-reply-to:content-language\n\t:content-transfer-encoding;\n\tbh=5zNBv3PPKKIirzmSQKO3k0xOmFTuYVAe68KD7NcblDI=;\n\tb=l82XIq3mQFfbXxK1h8BGGds8GspLVXbXN/qoR5UsNNSXYW92O5a1C+F1CUtlxYLgJn\n\tkgNvsSAnynxr2OuS1ywbgVe4D20E7BujVHbajfqEqw/7D6oYxbzI0cS5biN0fLtJK9xY\n\tT1ENsyKJ+xVsdLA8JQZlahQXgEQA0egjMXoebMgtiOO6Fc0fqqZVYQHKdsefzF0owtaB\n\tg9Ediw83RuRJa/3TGIKYetgAd2tfGD/6DfXNt6LlPSiAnLomN4oZNpCGzGipkWBOf6LO\n\t2fTzr8bbGZinXgD7PjpfGGBnBFbk/BOpl39e0fxJITysBtszYPQjowqPuO+LUG6nunl7\n\tP1xQ==","X-Gm-Message-State":"AHPjjUgCgNvJuaJT/1DFiI1LmiyiMBN0SJLZKgd/SppZLQu0ILBFxUdY\n\tVf4QrnlMxCB4fcAQHHGZM8w=","X-Google-Smtp-Source":"AOwi7QA7ECX4PYbrgAeeSCv6PqwMmRn0EhVJUE6tixgvyb4Gg+wdkAl/WA/jUK3t5gc7v/q++GJchg==","X-Received":"by 10.223.179.73 with SMTP id k9mr738991wrd.62.1506540618827;\n\tWed, 27 Sep 2017 12:30:18 -0700 (PDT)","To":"Masahiro Yamada <yamada.masahiro@socionext.com>","References":"<20170915191054.28337-1-marek.vasut+renesas@gmail.com>\n\t<CGME20170925165211epcas3p13c4cc475c59a9bec68cd8d573cc5b1c7@epcas3p1.samsung.com>\n\t<e8a3cf10-2ef5-14b6-5ed8-8ac6603eb544@gmail.com>\n\t<84a1102d-83fc-46e1-6219-031bb8613ca5@samsung.com>\n\t<CAK7LNARrf5gf3+200h31H_anE8sP2=q1Zu_jLnPiWOn243sbkQ@mail.gmail.com>\n\t<cfaafd4a-bf4a-9174-4fc3-e0de62e0b51b@gmail.com>\n\t<CAK7LNAT9N92Xk=NzQjCgG524Etv6soJJ7zq3ud7gtk4KMZ_hmg@mail.gmail.com>","From":"Marek Vasut <marek.vasut@gmail.com>","Message-ID":"<0a21ec65-969c-5b96-e143-60e5d34046a2@gmail.com>","Date":"Wed, 27 Sep 2017 21:29:53 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<CAK7LNAT9N92Xk=NzQjCgG524Etv6soJJ7zq3ud7gtk4KMZ_hmg@mail.gmail.com>","Content-Language":"en-US","Cc":"U-Boot Mailing List <u-boot@lists.denx.de>,\n\tMarek Vasut <marek.vasut+renesas@gmail.com>","Subject":"Re: [U-Boot] [PATCH] mmc: uniphier-sd: Add vqmmc regulator support","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":1777346,"web_url":"http://patchwork.ozlabs.org/comment/1777346/","msgid":"<0c42adfe-c3f4-68ca-684b-20c80bcc0948@samsung.com>","list_archive_url":null,"date":"2017-09-29T02:30:43","subject":"Re: [U-Boot] [PATCH] mmc: uniphier-sd: Add vqmmc regulator support","submitter":{"id":8006,"url":"http://patchwork.ozlabs.org/api/people/8006/","name":"Jaehoon Chung","email":"jh80.chung@samsung.com"},"content":"On 09/26/2017 01:47 AM, Marek Vasut wrote:\n> On 09/15/2017 09:10 PM, Marek Vasut wrote:\n>> Add initial support for setting the vqmmc regulator. Since we do not\n>> support 1V8 modes, set the regulator to 3V3 and enable it.\n>>\n>> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>\n>> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>\n>> Cc: Jaehoon Chung <jh80.chung@samsung.com>\n> \n> Anything ?! I don't see this in the PR ...\n\nApplied to u-boot-mmc. Thanks!\n\nBest Regards,\nJaehoon Chung\n\n> \n>> ---\n>>  drivers/mmc/uniphier-sd.c | 13 +++++++++++++\n>>  1 file changed, 13 insertions(+)\n>>\n>> diff --git a/drivers/mmc/uniphier-sd.c b/drivers/mmc/uniphier-sd.c\n>> index 3c52161067..0d1203cb76 100644\n>> --- a/drivers/mmc/uniphier-sd.c\n>> +++ b/drivers/mmc/uniphier-sd.c\n>> @@ -14,6 +14,7 @@\n>>  #include <linux/dma-direction.h>\n>>  #include <linux/io.h>\n>>  #include <linux/sizes.h>\n>> +#include <power/regulator.h>\n>>  #include <asm/unaligned.h>\n>>  \n>>  DECLARE_GLOBAL_DATA_PTR;\n>> @@ -756,6 +757,9 @@ static int uniphier_sd_probe(struct udevice *dev)\n>>  \tfdt_addr_t base;\n>>  \tstruct clk clk;\n>>  \tint ret;\n>> +#ifdef CONFIG_DM_REGULATOR\n>> +\tstruct udevice *vqmmc_dev;\n>> +#endif\n>>  \n>>  \tbase = devfdt_get_addr(dev);\n>>  \tif (base == FDT_ADDR_T_NONE)\n>> @@ -765,6 +769,15 @@ static int uniphier_sd_probe(struct udevice *dev)\n>>  \tif (!priv->regbase)\n>>  \t\treturn -ENOMEM;\n>>  \n>> +#ifdef CONFIG_DM_REGULATOR\n>> +\tret = device_get_supply_regulator(dev, \"vqmmc-supply\", &vqmmc_dev);\n>> +\tif (!ret) {\n>> +\t\t/* Set the regulator to 3.3V until we support 1.8V modes */\n>> +\t\tregulator_set_value(vqmmc_dev, 3300000);\n>> +\t\tregulator_set_enable(vqmmc_dev, true);\n>> +\t}\n>> +#endif\n>> +\n>>  \tret = clk_get_by_index(dev, 0, &clk);\n>>  \tif (ret < 0) {\n>>  \t\tdev_err(dev, \"failed to get host clock\\n\");\n>>\n> \n>","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>)","Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y3Fw65yPQz9t3R\n\tfor <incoming@patchwork.ozlabs.org>;\n\tFri, 29 Sep 2017 12:32:54 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 71D51C21DC1; Fri, 29 Sep 2017 02:31:58 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 7385FC21E24;\n\tFri, 29 Sep 2017 02:31:22 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 8F038C21E0A; Fri, 29 Sep 2017 02:30:52 +0000 (UTC)","from mailout4.samsung.com (mailout4.samsung.com [203.254.224.34])\n\tby lists.denx.de (Postfix) with ESMTPS id 8F06AC21DA2\n\tfor <u-boot@lists.denx.de>; Fri, 29 Sep 2017 02:30:47 +0000 (UTC)","from epcas1p3.samsung.com (unknown [182.195.41.47])\n\tby mailout4.samsung.com (KnoxPortal) with ESMTP id\n\t20170929023044epoutp046b0295f87be0bc076b682fc40c537fb0~otDvbWnB01033510335epoutp04B;\n\tFri, 29 Sep 2017 02:30:44 +0000 (GMT)","from epsmges1p3.samsung.com (unknown [182.195.40.65]) by\n\tepcas1p4.samsung.com (KnoxPortal) with ESMTP id\n\t20170929023044epcas1p4bbcd85b8d8b23f67ebc13858876928d6~otDvQ_g650909509095epcas1p4S;\n\tFri, 29 Sep 2017 02:30:44 +0000 (GMT)","from epcas1p4.samsung.com ( [182.195.41.48]) by\n\tepsmges1p3.samsung.com (Symantec Messaging Gateway) with SMTP id\n\tBD.20.04214.450BDC95; Fri, 29 Sep 2017 11:30:44 +0900 (KST)","from epsmgms2p1new.samsung.com (unknown [182.195.42.142]) by\n\tepcas1p3.samsung.com (KnoxPortal) with ESMTP id\n\t20170929023044epcas1p341242d139238845a55cac81ab774d961~otDvBxPBJ0040600406epcas1p3V;\n\tFri, 29 Sep 2017 02:30:44 +0000 (GMT)","from epmmp2 ( [203.254.227.17]) by epsmgms2p1new.samsung.com\n\t(Symantec Messaging Gateway) with SMTP id F4.BD.06995.350BDC95;\n\tFri, 29 Sep 2017 11:30:44 +0900 (KST)","from [10.113.62.216] by mmp2.samsung.com (Oracle Communications\n\tMessaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id\n\t<0OX000DZ8SB78P50@mmp2.samsung.com>;\n\tFri, 29 Sep 2017 11:30:43 +0900 (KST)"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,\n\tSPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.0","X-AuditID":"b6c32a37-c75ff70000001076-29-59cdb054c05f","To":"Marek Vasut <marek.vasut@gmail.com>, u-boot@lists.denx.de","From":"Jaehoon Chung <jh80.chung@samsung.com>","Message-id":"<0c42adfe-c3f4-68ca-684b-20c80bcc0948@samsung.com>","Date":"Fri, 29 Sep 2017 11:30:43 +0900","User-Agent":"Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101\n\tThunderbird/52.2.1","MIME-version":"1.0","In-reply-to":"<e8a3cf10-2ef5-14b6-5ed8-8ac6603eb544@gmail.com>","Content-language":"en-US","X-Brightmail-Tracker":["H4sIAAAAAAAAA+NgFvrAKsWRmVeSWpSXmKPExsWy7bCmgW7IhrORBovfC1s8XDmHxeLonnvM\n\tFm/3drJb7L33mdGBxWPnrLvsHmfv7GD0ODH9O0sAc1SqTUZqYkpqkUJqXnJ+SmZeuq2Sd3C8\n\tc7ypmYGhrqGlhbmSQl5ibqqtkotPgK5bZg7QOiWFssScUqBQQGJxsZK+nU1RfmlJqkJGfnGJ\n\trVK0oaGRnqGBuZ6RkZGeiXGslZEpUElCasaMI7/ZC67xVTT938LawPiWu4uRk0NCwERiy6EO\n\t5i5GLg4hgR2MEkdPf2WHcL4zStxv+8XaxcgBVnVmGi9EfANQ/MhzqI57jBKbni1jARklLOAk\n\tsfvFKSYQW0TAVmLOmaNsIDazQJLEstVLwGrYBHQktn87DlbDK2AncWLZP7A4i4CqxO51D9hB\n\tbFGBMImVv14xQtQISvyYfA+shhNk5vGvrBAzNSVefJnEAmGLSzS33oSy5SU2r3kLdpyEwAo2\n\tid/PTzFD/OkicbZvCpQtLPHq+BZ2iM+kJS4dtYWob2eUuPVjHxuE08EocfDnXlaIBmOJU12N\n\tTBAb+CTefe2BBguvREebEITpIfHvIxdEtaPEkoZLLJAAOsko0TNhMtsERrlZSP6ZheSHWUh+\n\tmIXkhwWMLKsYxVILinPTU4sNC4z1ihNzi0vz0vWS83M3MYJTm5b5DsYN53wOMQpwMCrx8Boo\n\tno0UYk0sK67MPcQowcGsJMK7fBlQiDclsbIqtSg/vqg0J7X4EKMpMLwnMkuJJucD025eSbyh\n\tiaWBiZkRMK1ZGhoqifOKrb8WISSQnliSmp2aWpBaBNPHxMEp1cBYrHix4PVG2QynHzVbrLIu\n\tZXK3b//17XLO9W8TzwW+TOLkOcFoudDL+Zj+NNaHW9N/XvsvOUU+sYf32KLWCTqvVKTizFdz\n\tfJHMlaxdLVgz+WqjgkKEuP+ae1u8WuLfbrzAfq5fIFm865CrlOSHx0erz0xjDdtX2pu1hetN\n\twKbCovsJtWeefp2mxFKckWioxVxUnAgAQnM7OoMDAAA=","H4sIAAAAAAAAA+NgFrrELMWRmVeSWpSXmKPExsVy+t9jQd2QDWcjDaZcYLR4uHIOi8XRPfeY\n\tLd7u7WS32HvvM6MDi8fOWXfZPc7e2cHocWL6d5YA5igum5TUnMyy1CJ9uwSujBlHfrMXXOOr\n\taPq/hbWB8S13FyMHh4SAicSZabxdjFwcQgLrGCU2XG5mgXAeMErM3r4CyOHkEBZwktj94hQT\n\tiC0iYCsx58xRNhCbWSBJom3OYVaIhpOMEh/mtrOCJNgEdCS2fzsO1sArYCdxYtk/sEEsAqoS\n\tu9c9YAexRQXCJPqb/zJD1AhK/Jh8D6yGE2TB8a+sINcxC6hLTJmSC7FLXKK59SYLhC0vsXnN\n\tW+YJjAKzkHTPQuiYhaRjFpKOBYwsqxglUwuKc9Nzi40KDPNSy/WKE3OLS/PS9ZLzczcxAkN6\n\t22Gtvh2M95fEH2IU4GBU4uE1UDwbKcSaWFZcmXuIUYKDWUmEd/kyoBBvSmJlVWpRfnxRaU5q\n\t8SFGaQ4WJXHe23nHIoUE0hNLUrNTUwtSi2CyTBycUg2M6xU0Hv2e+IFJ5fTKCVdrJ9pmlHzW\n\tFshLDrRN+ML82XiWvr3zVsnQ3xFePxJvnTNV2v3/RGU6h17DgZtM1++ICpmq6F/PmXR1k5r4\n\twuJqhoO5aw5nVNUf0F8VvPDIzMNv71zbydBp8+9054S7pinBroe+sC1637nP5NrXV3VdRVK2\n\tn9RZn++xUmIpzkg01GIuKk4EALhJjU9lAgAA"],"X-CMS-MailID":"20170929023044epcas1p341242d139238845a55cac81ab774d961","X-Msg-Generator":"CA","X-Sender-IP":"182.195.42.142","X-Local-Sender":"=?utf-8?b?7KCV7J6s7ZuIG1RpemVuIFBsYXRmb3JtIExhYihTL1c=?=\n\t=?utf-8?b?7IS87YSwKRvsgrzshLHsoITsnpAbU2VuaW9yIEVuZ2luZWVy?=","X-Global-Sender":"=?utf-8?q?Jaehoon_Chung=1BTizen_Platform_Lab=2E=1BSamsun?=\n\t=?utf-8?q?g_Electronics=1BSenior_Engineer?=","X-Sender-Code":"=?utf-8?q?C10=1BTELE=1BC10V8111?=","CMS-TYPE":"101P","DLP-Filter":"Pass","X-CFilter-Loop":"Reflected","X-CMS-RootMailID":"20170925165211epcas3p13c4cc475c59a9bec68cd8d573cc5b1c7","X-RootMTR":"20170925165211epcas3p13c4cc475c59a9bec68cd8d573cc5b1c7","References":"<20170915191054.28337-1-marek.vasut+renesas@gmail.com>\n\t<CGME20170925165211epcas3p13c4cc475c59a9bec68cd8d573cc5b1c7@epcas3p1.samsung.com>\n\t<e8a3cf10-2ef5-14b6-5ed8-8ac6603eb544@gmail.com>","Cc":"Marek Vasut <marek.vasut+renesas@gmail.com>","Subject":"Re: [U-Boot] [PATCH] mmc: uniphier-sd: Add vqmmc regulator support","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>"}}]