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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 8929BC4361B for ; Fri, 11 Dec 2020 08:49:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 508A423F35 for ; Fri, 11 Dec 2020 08:49:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392863AbgLKItO (ORCPT ); Fri, 11 Dec 2020 03:49:14 -0500 Received: from mail.kernel.org ([198.145.29.99]:40468 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2392462AbgLKIsY (ORCPT ); Fri, 11 Dec 2020 03:48:24 -0500 Date: Fri, 11 Dec 2020 09:48:42 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1607676463; bh=xOCT7y4SwVssF613mOM0wzoGAp4GHbR6vud7FlNin/o=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=s8d0u1RBofu3LgQ4J5qdGneaEFHm8NQT7cM+nx+x2MHVE9Amrxmx6UMaWe6w7zebW S6MjQ3YgX18+tPu5hwoqTuLQl9gZMoBlRemsVLFP2uiEedYaiVPAk0htxWOkOxFCx/ AxohsO3q7WcpoxKrQp0HiiioFWDXMnJ7GtyzJkvk= 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] extcon next for v5.11 Message-ID: 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 Fri, Dec 11, 2020 at 05:27:24PM +0900, Chanwoo Choi wrote: > Dear Greg, > > This is extcon-next pull request for v5.11. I add detailed description of > this pull request on below. Please pull extcon with following updates. > > Best Regards, > Chanwoo Choi > > > The following changes since commit 0477e92881850d44910a7e94fc2c46f96faa131f: > > Linux 5.10-rc7 (2020-12-06 14:25:12 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-5.11 Pulled and pushed out, thanks. greg k-h