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=-14.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 CB0C7C4363A for ; Mon, 5 Oct 2020 10:37:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 88B1D20795 for ; Mon, 5 Oct 2020 10:37:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601894262; bh=YaDeC+L1wWm+9/9ZnDb7+J9I0W12Ne2LZepV/gq1oCo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=DNww81sx3Bvp2s97ry6lGsWOp7aXHhLUaiUJnU+M8VKnWujvEK7Rt3lwqR74WdALQ iayrWcMsjO2kE0Lzio5o/5gJR7CJDurixBoPejgQBEOh0ijjJfGWFWxWMKlewDPvTe LEx0NPsrCt/ws6Ft5OyDO36O/efkK06Uz52N+SdY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726070AbgJEKhl (ORCPT ); Mon, 5 Oct 2020 06:37:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:34452 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725936AbgJEKhl (ORCPT ); Mon, 5 Oct 2020 06:37:41 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3488F2078E; Mon, 5 Oct 2020 10:37:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601894260; bh=YaDeC+L1wWm+9/9ZnDb7+J9I0W12Ne2LZepV/gq1oCo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NbKfhhD3gyQL4ivuwEZWBQDXe9KpvAPuBLH6OYOmkeOgZNmbrNLoQP7h9krjX2UHX 0n2WkU/8lA4JZVDBoT/n6ZtXS2IzQbJ4pWtEhuolVD6S5HJeuqX9z4+Djc9ChoiYEb uBbRa3NmJoEACCdLRbMYZyf/MkFdkf5rqD72Eu+E= Date: Mon, 5 Oct 2020 12:37:55 +0200 From: Greg KH To: Chanwoo Choi Cc: "linux-kernel@vger.kernel.org" , "Chanwoo Choi (chanwoo@kernel.org)" , =?utf-8?B?7ZWo66qF7KO8?= Subject: Re: [GIT PULL v2] extcon next for v5.10 Message-ID: <20201005103755.GA245520@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 05, 2020 at 12:44:36PM +0900, Chanwoo Choi wrote: > Dear Greg, > > This is extcon-next pull request for v5.10. I add detailed description of > this pull request on below. Please pull extcon with following updates. > > Changes from v1: > - Fix the wrong commit id of patch. > > Best Regards, > Chanwoo Choi > > > The following changes since commit 856deb866d16e29bd65952e0289066f6078af773: > > Linux 5.9-rc5 (2020-09-13 16:06:00 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-5.10-v2 Pulled and pushed out, thanks. greg k-h