[{"id":1777364,"web_url":"http://patchwork.ozlabs.org/comment/1777364/","msgid":"<7fa5af55-f94e-518f-e12c-c79823a3120b@gmail.com>","list_archive_url":null,"date":"2017-09-29T06:12:31","subject":"Re: [U-Boot] [PATCH v1 1/6] serial: stm32x7: cleanup code","submitter":{"id":13793,"url":"http://patchwork.ozlabs.org/api/people/13793/","name":"Bo Shen","email":"voice.shen@gmail.com"},"content":"Hi Patrice,\n\nOn 09/27/2017 06:44 AM, patrice.chotard@st.com wrote:\n> From: Patrice Chotard <patrice.chotard@st.com>\n> \n> Use BIT() macro and GENMASK() macro\n> \n> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>\n> Reviewed-by: Vikas Manocha <vikas.manocha@st.com>\n> ---\n>   drivers/serial/serial_stm32x7.h | 18 +++++++++---------\n>   1 file changed, 9 insertions(+), 9 deletions(-)\n> \n> diff --git a/drivers/serial/serial_stm32x7.h b/drivers/serial/serial_stm32x7.h\n> index 9fe37af..6d36b74 100644\n> --- a/drivers/serial/serial_stm32x7.h\n> +++ b/drivers/serial/serial_stm32x7.h\n> @@ -28,18 +28,18 @@ struct stm32x7_serial_platdata {\n>   \tunsigned long int clock_rate;\n>   };\n>   \n> -#define USART_CR1_OVER8\t\t\t(1 << 15)\n> -#define USART_CR1_TE\t\t\t(1 << 3)\n> -#define USART_CR1_RE\t\t\t(1 << 2)\n> -#define USART_CR1_UE\t\t\t(1 << 0)\n> +#define USART_CR1_OVER8\t\t\tBIT(15)\n> +#define USART_CR1_TE\t\t\tBIT(3)\n> +#define USART_CR1_RE\t\t\tBIT(2)\n> +#define USART_CR1_UE\t\t\tBIT(0)\n>   \n> -#define USART_CR3_OVRDIS\t\t(1 << 12)\n> +#define USART_CR3_OVRDIS\t\tBIT(12)\n>   \n> -#define USART_SR_FLAG_RXNE\t\t(1 << 5)\n> -#define USART_SR_FLAG_TXE\t\t(1 << 7)\n> +#define USART_SR_FLAG_RXNE\t\tBIT(5)\n> +#define USART_SR_FLAG_TXE\t\tBIT(7)\n>   \n> -#define USART_BRR_F_MASK\t\t0xFF\n> +#define USART_BRR_F_MASK\t\tGENMASK(7, 0)\n>   #define USART_BRR_M_SHIFT\t\t4\n> -#define USART_BRR_M_MASK\t\t0xFFF0\n> +#define USART_BRR_M_MASK\t\tGENMASK(15, 4)\n\nIn stm32f7, according to the datasheet, there is no fraction and \nmantissa. Would you please confirm that?\n\nAt the same time, it makes me thinking the BRR is calculated differently \nbetween stm32f7 and stm32f4, would you please check it also in the \ndriver code?\n\n>   \n>   #endif\n> \n\nBest Regards,\nBo Shen","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=\"hbJquvW9\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y3Lnq2dsrz9sRq\n\tfor <incoming@patchwork.ozlabs.org>;\n\tFri, 29 Sep 2017 16:12:45 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 2C62AC21DCE; Fri, 29 Sep 2017 06:12:38 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id EDECCC21C57;\n\tFri, 29 Sep 2017 06:12:35 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 8548CC21C57; Fri, 29 Sep 2017 06:12:34 +0000 (UTC)","from mail-oi0-f67.google.com (mail-oi0-f67.google.com\n\t[209.85.218.67])\n\tby lists.denx.de (Postfix) with ESMTPS id E3E11C21C26\n\tfor <u-boot@lists.denx.de>; Fri, 29 Sep 2017 06:12:33 +0000 (UTC)","by mail-oi0-f67.google.com with SMTP id n129so224036oia.0\n\tfor <u-boot@lists.denx.de>; Thu, 28 Sep 2017 23:12:33 -0700 (PDT)","from [10.211.55.4] (76-247-182-195.lightspeed.sjcpca.sbcglobal.net.\n\t[76.247.182.195]) by smtp.gmail.com with ESMTPSA id\n\ta88sm668027otc.65.2017.09.28.23.12.31\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tThu, 28 Sep 2017 23:12:32 -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:references:from:message-id:date:user-agent:mime-version\n\t:in-reply-to:content-language:content-transfer-encoding;\n\tbh=gEKmnBaeJknzXQ6BZb981NNd3e6clBlxwwx1Uellex8=;\n\tb=hbJquvW9ZByRbAScrzD28LyFC+3ZBzZ2lDgKx0FJapeQcxQPPjXb0UslROOUKvMXq3\n\tc0tQCaTdD/F162uU8DFHCw1srmm/bNGyTpwP4l3ylFVxK9CJOf7xyLjCsadqJKDOO+Uv\n\t6t9KGFKJ2Do0/z1YNKa0zEKyANyHlBNn/EvFwXcoqo5qHTB7Jl5ti1iOXnP6y6ubMwgj\n\tCf+P8Qn/SLFZEgfwwwK1Gd5O+EreyFImT3xnNkBXojnmdIg955O+qQJqIsdL8rrO9BxW\n\tk86QRXl6CRWf6rJ2n1aQ+a9BN8A/DIGh83GjmuRG80ydbMLTnKP8DmvzJbDmfeWME1bD\n\tLeqw==","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:message-id:date\n\t:user-agent:mime-version:in-reply-to:content-language\n\t:content-transfer-encoding;\n\tbh=gEKmnBaeJknzXQ6BZb981NNd3e6clBlxwwx1Uellex8=;\n\tb=mJrJzC8ACSVEDK6nJkFHclpukEztJCDWro4Q9Di29IGeZrgW5AbaIFnNfHOYrwTaOz\n\tQPN8eoMzp0vAlXWcNDfrbASw8vbhLCIwGAMr27mWKD/LweQNHAJLsUmSNoZvosR0iIPG\n\t4LlUiyiy000F71hFxY7jgJLTsWdgpxlp7qjX/N6cfR1OVWy4VpMhzVGEUhOgjmG6UgVW\n\tX/IDsLzvCZDBw05UNj1WWTL8iMEammRYdzENNsuZbBDZYjvp/vy/bRuoH1NMRcnue9xb\n\tHhmKw+xgvXDxBBO/9Fq653MsEBWmqzYhdMxEIXqH6shQTleo1VFsAlSjfPlemI1RUGg6\n\tIDLg==","X-Gm-Message-State":"AMCzsaX6G9lMY/LDa9aVJ5eqj/on/YfQmZ3hY38cXJZstSopUe0Wv1J+\n\tvl8VHvu8fETCJtYIo1prdKA=","X-Google-Smtp-Source":"AOwi7QBX7E/p9VPuNz7arCRxEt5SwDHzixKXtaS1yj6nrLAQdV00w5T/bQ4PdaD1d2KryNckxCXvGA==","X-Received":"by 10.157.21.47 with SMTP id u44mr2097953otf.461.1506665552499; \n\tThu, 28 Sep 2017 23:12:32 -0700 (PDT)","To":"patrice.chotard@st.com, u-boot@lists.denx.de, albert.u.boot@aribaud.net, \n\tsjg@chromium.org, vikas.manocha@st.com","References":"<1506519893-16509-1-git-send-email-patrice.chotard@st.com>\n\t<1506519893-16509-2-git-send-email-patrice.chotard@st.com>","From":"Bo Shen <voice.shen@gmail.com>","Message-ID":"<7fa5af55-f94e-518f-e12c-c79823a3120b@gmail.com>","Date":"Thu, 28 Sep 2017 23:12:31 -0700","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":"<1506519893-16509-2-git-send-email-patrice.chotard@st.com>","Content-Language":"en-US","Subject":"Re: [U-Boot] [PATCH v1 1/6] serial: stm32x7: cleanup code","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":1777502,"web_url":"http://patchwork.ozlabs.org/comment/1777502/","msgid":"<b75c5f7a-9c1e-b2b8-5def-55c68b6022a1@st.com>","list_archive_url":null,"date":"2017-09-29T11:40:22","subject":"Re: [U-Boot] [PATCH v1 1/6] serial: stm32x7: cleanup code","submitter":{"id":63958,"url":"http://patchwork.ozlabs.org/api/people/63958/","name":"Patrice CHOTARD","email":"patrice.chotard@st.com"},"content":"Hi Bo\r\n\r\nOn 09/29/2017 08:12 AM, Bo Shen wrote:\r\n> Hi Patrice,\r\n> \r\n> On 09/27/2017 06:44 AM, patrice.chotard@st.com wrote:\r\n>> From: Patrice Chotard <patrice.chotard@st.com>\r\n>>\r\n>> Use BIT() macro and GENMASK() macro\r\n>>\r\n>> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>\r\n>> Reviewed-by: Vikas Manocha <vikas.manocha@st.com>\r\n>> ---\r\n>>   drivers/serial/serial_stm32x7.h | 18 +++++++++---------\r\n>>   1 file changed, 9 insertions(+), 9 deletions(-)\r\n>>\r\n>> diff --git a/drivers/serial/serial_stm32x7.h \r\n>> b/drivers/serial/serial_stm32x7.h\r\n>> index 9fe37af..6d36b74 100644\r\n>> --- a/drivers/serial/serial_stm32x7.h\r\n>> +++ b/drivers/serial/serial_stm32x7.h\r\n>> @@ -28,18 +28,18 @@ struct stm32x7_serial_platdata {\r\n>>       unsigned long int clock_rate;\r\n>>   };\r\n>> -#define USART_CR1_OVER8            (1 << 15)\r\n>> -#define USART_CR1_TE            (1 << 3)\r\n>> -#define USART_CR1_RE            (1 << 2)\r\n>> -#define USART_CR1_UE            (1 << 0)\r\n>> +#define USART_CR1_OVER8            BIT(15)\r\n>> +#define USART_CR1_TE            BIT(3)\r\n>> +#define USART_CR1_RE            BIT(2)\r\n>> +#define USART_CR1_UE            BIT(0)\r\n>> -#define USART_CR3_OVRDIS        (1 << 12)\r\n>> +#define USART_CR3_OVRDIS        BIT(12)\r\n>> -#define USART_SR_FLAG_RXNE        (1 << 5)\r\n>> -#define USART_SR_FLAG_TXE        (1 << 7)\r\n>> +#define USART_SR_FLAG_RXNE        BIT(5)\r\n>> +#define USART_SR_FLAG_TXE        BIT(7)\r\n>> -#define USART_BRR_F_MASK        0xFF\r\n>> +#define USART_BRR_F_MASK        GENMASK(7, 0)\r\n>>   #define USART_BRR_M_SHIFT        4\r\n>> -#define USART_BRR_M_MASK        0xFFF0\r\n>> +#define USART_BRR_M_MASK        GENMASK(15, 4)\r\n> \r\n> In stm32f7, according to the datasheet, there is no fraction and \r\n> mantissa. Would you please confirm that?\r\n\r\nAgree,\r\n\"mantissa\" is a different wording for BRR[15:4] bits\r\nand \"fraction\" is used for BRR[0:3] bits\r\n\r\n\r\n> \r\n> At the same time, it makes me thinking the BRR is calculated differently \r\n> between stm32f7 and stm32f4, would you please check it also in the \r\n> driver code?\r\n\r\nPreviously BRR was calculated with a more complex formula, i simply \r\nreused the same BRR formula from the kernel serial driver common to \r\nF4/F7/H7 (see drivers/tty/serial/stm32-usart.c)\r\n\r\n\r\n> \r\n>>   #endif\r\n>>\r\n> \r\n> Best Regards,\r\n> Bo Shen\r\n\r\nRegards\r\n\r\nPatrice","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 3y3V434zFdz9t4k\n\tfor <incoming@patchwork.ozlabs.org>;\n\tFri, 29 Sep 2017 21:40:35 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 5628DC21DEF; Fri, 29 Sep 2017 11:40:31 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id CAE8FC21D90;\n\tFri, 29 Sep 2017 11:40:28 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 31A26C21D90; Fri, 29 Sep 2017 11:40:27 +0000 (UTC)","from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com\n\t[62.209.51.94]) by lists.denx.de (Postfix) with ESMTPS id 31F68C21D8D\n\tfor <u-boot@lists.denx.de>; Fri, 29 Sep 2017 11:40:26 +0000 (UTC)","from pps.filterd (m0046037.ppops.net [127.0.0.1])\n\tby mx07-.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id\n\tv8TBXwii028385; Fri, 29 Sep 2017 13:40:23 +0200","from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35])\n\tby mx07-00178001.pphosted.com with ESMTP id 2d8jasv4qr-1\n\t(version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT);\n\tFri, 29 Sep 2017 13:40:23 +0200","from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9])\n\tby beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id DB9C731;\n\tFri, 29 Sep 2017 11:40:22 +0000 (GMT)","from Webmail-eu.st.com (sfhdag7node3.st.com [10.75.127.21])\n\tby zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id BC00B260B;\n\tFri, 29 Sep 2017 11:40:22 +0000 (GMT)","from SFHDAG6NODE3.st.com (10.75.127.18) by SFHDAG7NODE3.st.com\n\t(10.75.127.21) with Microsoft SMTP Server (TLS) id 15.0.1178.4;\n\tFri, 29 Sep 2017 13:40:22 +0200","from SFHDAG6NODE3.st.com ([fe80::d04:5337:ab17:b6f6]) by\n\tSFHDAG6NODE3.st.com ([fe80::d04:5337:ab17:b6f6%20]) with mapi id\n\t15.00.1178.000; Fri, 29 Sep 2017 13:40:22 +0200"],"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=none autolearn=unavailable\n\tautolearn_force=no version=3.4.0","From":"Patrice CHOTARD <patrice.chotard@st.com>","To":"Bo Shen <voice.shen@gmail.com>, \"u-boot@lists.denx.de\"\n\t<u-boot@lists.denx.de>, \"albert.u.boot@aribaud.net\"\n\t<albert.u.boot@aribaud.net>, \"sjg@chromium.org\" <sjg@chromium.org>,\n\t\"Vikas MANOCHA\" <vikas.manocha@st.com>","Thread-Topic":"[U-Boot] [PATCH v1 1/6] serial: stm32x7: cleanup code","Thread-Index":"AQHTN5bQ1MvqOwozL0af1GzeChgUGqLLQymAgABbmQA=","Date":"Fri, 29 Sep 2017 11:40:22 +0000","Message-ID":"<b75c5f7a-9c1e-b2b8-5def-55c68b6022a1@st.com>","References":"<1506519893-16509-1-git-send-email-patrice.chotard@st.com>\n\t<1506519893-16509-2-git-send-email-patrice.chotard@st.com>\n\t<7fa5af55-f94e-518f-e12c-c79823a3120b@gmail.com>","In-Reply-To":"<7fa5af55-f94e-518f-e12c-c79823a3120b@gmail.com>","Accept-Language":"fr-FR, en-US","Content-Language":"en-US","X-MS-Has-Attach":"","X-MS-TNEF-Correlator":"","user-agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","x-ms-exchange-messagesentrepresentingtype":"1","x-ms-exchange-transport-fromentityheader":"Hosted","x-originating-ip":"[10.75.127.51]","Content-ID":"<53733021BF2B7D468BBFEC0C8DD156BE@st.com>","MIME-Version":"1.0","X-Proofpoint-Virus-Version":"vendor=fsecure engine=2.50.10432:, ,\n\tdefinitions=2017-09-29_03:, , signatures=0","Subject":"Re: [U-Boot] [PATCH v1 1/6] serial: stm32x7: cleanup code","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":1783045,"web_url":"http://patchwork.ozlabs.org/comment/1783045/","msgid":"<20171009170057.GH12015@bill-the-cat>","list_archive_url":null,"date":"2017-10-09T17:00:57","subject":"Re: [U-Boot] [U-Boot,v1,1/6] serial: stm32x7: cleanup code","submitter":{"id":65875,"url":"http://patchwork.ozlabs.org/api/people/65875/","name":"Tom Rini","email":"trini@konsulko.com"},"content":"On Wed, Sep 27, 2017 at 03:44:48PM +0200, patrice.chotard@st.com wrote:\n\n> From: Patrice Chotard <patrice.chotard@st.com>\n> \n> Use BIT() macro and GENMASK() macro\n> \n> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>\n> Reviewed-by: Vikas Manocha <vikas.manocha@st.com>\n\nApplied to u-boot/master, thanks!","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\" (1024-bit key;\n\tunprotected) header.d=konsulko.com header.i=@konsulko.com\n\theader.b=\"fnA57ODZ\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3y9n1F3N39z9t3B\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 10 Oct 2017 04:14:57 +1100 (AEDT)","by lists.denx.de (Postfix, from userid 105)\n\tid 13D81C21DF4; Mon,  9 Oct 2017 17:03:52 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id E898EC21DCA;\n\tMon,  9 Oct 2017 17:02:30 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 3645FC21C58; Mon,  9 Oct 2017 17:01:04 +0000 (UTC)","from mail-qt0-f175.google.com (mail-qt0-f175.google.com\n\t[209.85.216.175])\n\tby lists.denx.de (Postfix) with ESMTPS id 9A4B3C21DB9\n\tfor <u-boot@lists.denx.de>; Mon,  9 Oct 2017 17:01:00 +0000 (UTC)","by mail-qt0-f175.google.com with SMTP id 34so27263539qtb.13\n\tfor <u-boot@lists.denx.de>; Mon, 09 Oct 2017 10:01:00 -0700 (PDT)","from bill-the-cat ([2606:a000:1401:811b:1b9:c5e1:a7da:e47])\n\tby smtp.gmail.com with ESMTPSA id\n\to10sm2419785ywd.58.2017.10.09.10.00.58\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tMon, 09 Oct 2017 10:00:58 -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=RCVD_IN_MSPIKE_H3,\n\tRCVD_IN_MSPIKE_WL,\n\tT_DKIM_INVALID autolearn=unavailable autolearn_force=no\n\tversion=3.4.0","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com;\n\ts=google; \n\th=date:from:to:cc:subject:message-id:references:mime-version\n\t:content-disposition:in-reply-to:user-agent;\n\tbh=DRSYTwYhJJgQ5p54P2WeUNbk1iau6ILZUSIN/A06GjU=;\n\tb=fnA57ODZTVYIlBU8TnXE4zEAFPCOz3hxyjeL1Pk9sXr0idmOZvBjApe1Ru9TWr86p9\n\tbsJS36ZPOWWMqnyxY1jkoYq5zy8M5/2s+0e/EODyuwzpFHvzuf6dOQAwWmkndBdhvkdg\n\tphg8T+6vASX8YlyXIzSpFkVL5OgwZTWK5Jru8=","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:date:from:to:cc:subject:message-id:references\n\t:mime-version:content-disposition:in-reply-to:user-agent;\n\tbh=DRSYTwYhJJgQ5p54P2WeUNbk1iau6ILZUSIN/A06GjU=;\n\tb=rvyGHihfuErG53Q7QpIDXYnyeTMOIV5Mdmib8M2i4SystaWJpGw/kA8aAfkvoNe0LL\n\tGej7Qxrj01WvhkPVkYXTghPB/hsbV0xuixe2kEFmZfeNTQSL5frj/+dvsyoqARqljkWQ\n\tUJPLB79BJzmqHzSyH4OCNF/KSLjrHyje449MZSJGJErWHD5cjem6vQTGI7klRB5iKABs\n\t7uCQGv8und+gmDaKnIU5apktunfeNLtsUokpysV2eP0H7EomYNfvOGE02/pZIBr2zraT\n\tkJZTSWeK80k6NDXjuvdRJTui03uvQgW+J/NMwqbCizTRDYMp+9ZShh0u+ItRs0muQtIf\n\tHKsg==","X-Gm-Message-State":"AMCzsaXmgB9VcZXAyruK3NsWJyrW0J7dlYN0ptZKqbaAIE638pAa8mtL\n\ttRdyla3+R+BUET6WCZAt0TcQ8w==","X-Google-Smtp-Source":"AOwi7QC1IU6biUwX6Wu2Tmrr3iXGNcBjfUiNOyTChrqWYhkTQl51in00Cg6GgQrSiwfkTUDi7sZmBA==","X-Received":"by 10.129.153.73 with SMTP id q70mr158810ywg.350.1507568459463; \n\tMon, 09 Oct 2017 10:00:59 -0700 (PDT)","Date":"Mon, 9 Oct 2017 13:00:57 -0400","From":"Tom Rini <trini@konsulko.com>","To":"patrice.chotard@st.com","Message-ID":"<20171009170057.GH12015@bill-the-cat>","References":"<1506519893-16509-2-git-send-email-patrice.chotard@st.com>","MIME-Version":"1.0","In-Reply-To":"<1506519893-16509-2-git-send-email-patrice.chotard@st.com>","User-Agent":"Mutt/1.5.24 (2015-08-30)","Cc":"u-boot@lists.denx.de","Subject":"Re: [U-Boot] [U-Boot,v1,1/6] serial: stm32x7: cleanup code","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":"multipart/mixed;\n\tboundary=\"===============5009342951525177803==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}}]