From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D5FFDC10F0B for ; Thu, 18 Apr 2019 06:09:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9E237205C9 for ; Thu, 18 Apr 2019 06:09:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388032AbfDRGJx (ORCPT ); Thu, 18 Apr 2019 02:09:53 -0400 Received: from mx.socionext.com ([202.248.49.38]:10640 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725773AbfDRGJx (ORCPT ); Thu, 18 Apr 2019 02:09:53 -0400 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 18 Apr 2019 15:09:52 +0900 Received: from mail.mfilter.local (m-filter-2 [10.213.24.62]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id 697FC1800F6; Thu, 18 Apr 2019 15:09:52 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Thu, 18 Apr 2019 15:09:52 +0900 Received: from yuzu.css.socionext.com (yuzu [172.31.8.45]) by kinkan.css.socionext.com (Postfix) with ESMTP id 12E7A1A15B7; Thu, 18 Apr 2019 15:09:52 +0900 (JST) Received: from [127.0.0.1] (unknown [10.213.119.83]) by yuzu.css.socionext.com (Postfix) with ESMTP id EDB2C1217B3; Thu, 18 Apr 2019 15:09:51 +0900 (JST) Subject: Re: [PATCH v3] serial: Add Milbeaut serial control To: Greg Kroah-Hartman Cc: Jiri Slaby , Arnd Bergmann , Takao Orito , Kazuhiro Kasai , Shinji Kanematsu , Jassi Brar , Masami Hiramatsu , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org References: <1555555916-22251-1-git-send-email-sugaya.taichi@socionext.com> <20190418051732.GA17053@kroah.com> From: "Sugaya, Taichi" Message-ID: Date: Thu, 18 Apr 2019 15:09:51 +0900 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190418051732.GA17053@kroah.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 2019/04/18 14:17, Greg Kroah-Hartman wrote: > On Thu, Apr 18, 2019 at 11:51:56AM +0900, Sugaya Taichi wrote: >> Add Milbeaut serial control including earlycon and console. >> >> Signed-off-by: Sugaya Taichi >> --- >> Changes from v2: >> - Fix build warning. > > No, I only need an incremental patch fixing the one sparse warning > found, not a whole new patch as I have already merged your original > patch, right? > Sorry for my misunderstanding. I got it. Thanks, Sugaya Taichi > thanks, > > greg k-h >