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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F275AC433EF for ; Sat, 16 Jul 2022 05:26:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230351AbiGPF0f (ORCPT ); Sat, 16 Jul 2022 01:26:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49866 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229448AbiGPF0e (ORCPT ); Sat, 16 Jul 2022 01:26:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7CA493E77D for ; Fri, 15 Jul 2022 22:26:33 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1A73760B2C for ; Sat, 16 Jul 2022 05:26:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 25478C34114; Sat, 16 Jul 2022 05:26:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1657949192; bh=GKXCcoSZneVBRzdo8ThZPeiaRbHw/x+/tXUxp5tObYc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TUXuehasiKe0+jcgiZfhyqDViu2i9gdivf0+4xwH75W8uVXAOEhDeTAO7hO376X7a NkGK4zfM9HmScyoCQABz064NFcJ7Ix72oo6OiLYW3bp73itOeR2OoAWXG0RCExpL4/ IvbpVyDybzWltLZkRd9E9OxJr7P+wSbO52ZA9KmY= Date: Sat, 16 Jul 2022 07:25:27 +0200 From: Greg Kroah-Hartman To: Chanwoo Choi Cc: Linux Kernel Mailing List , Chanwoo Choi , Chanwoo Choi , MyungJoo Ham Subject: Re: [GIT PULL] extcon next for 5.20 Message-ID: References: <29565f20-400e-b64d-148f-b1e958b052e3@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <29565f20-400e-b64d-148f-b1e958b052e3@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jul 16, 2022 at 03:15:03AM +0900, Chanwoo Choi wrote: > Dear Greg, > > This is extcon-next pull request for v5.20. 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 32346491ddf24599decca06190ebca03ff9de7f8: > > Linux 5.19-rc6 (2022-07-10 14:40:51 -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.20 Pulled and pushed out, thanks. greg k-h