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=-7.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 7AF06C432BE for ; Wed, 18 Aug 2021 01:29:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 569E461029 for ; Wed, 18 Aug 2021 01:29:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235835AbhHRBaR (ORCPT ); Tue, 17 Aug 2021 21:30:17 -0400 Received: from mga18.intel.com ([134.134.136.126]:35266 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233027AbhHRBaQ (ORCPT ); Tue, 17 Aug 2021 21:30:16 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10079"; a="203382777" X-IronPort-AV: E=Sophos;i="5.84,330,1620716400"; d="scan'208";a="203382777" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Aug 2021 18:29:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,330,1620716400"; d="scan'208";a="531300286" Received: from dengjie-mobl1.ccr.corp.intel.com (HELO [10.239.154.58]) ([10.239.154.58]) by fmsmga002.fm.intel.com with ESMTP; 17 Aug 2021 18:29:38 -0700 Subject: Re: [PATCH v15] i2c: virtio: add a virtio i2c frontend driver To: Wolfram Sang , linux-i2c@vger.kernel.org, virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org, mst@redhat.com, arnd@arndb.de, jasowang@redhat.com, andriy.shevchenko@linux.intel.com, yu1.wang@intel.com, conghui.chen@intel.com, viresh.kumar@linaro.org, stefanha@redhat.com, gregkh@linuxfoundation.org, vincent.guittot@linaro.org, alex.bennee@linaro.org, jiedeng@alumni.sjtu.edu.cn References: From: Jie Deng Message-ID: Date: Wed, 18 Aug 2021 09:29:37 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021/8/18 4:22, Wolfram Sang wrote: > > Michael S. Tsirkin > Okay, with rc6 being released, I won't wait for an immutable branch > anymore. I applied this now and we will see if there will be a merge > conflict. If so, it will be trivial to handle, I'd think. So: > > Applied to for-next, thanks! Thanks Wolfram!