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 D4136C433F5 for ; Thu, 19 May 2022 15:21:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240774AbiESPVb (ORCPT ); Thu, 19 May 2022 11:21:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236473AbiESPVX (ORCPT ); Thu, 19 May 2022 11:21:23 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 396495D1BE for ; Thu, 19 May 2022 08:21:22 -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 ams.source.kernel.org (Postfix) with ESMTPS id DCF7DB824E4 for ; Thu, 19 May 2022 15:21:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 156FBC385AA; Thu, 19 May 2022 15:21:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1652973679; bh=AeaOWcAzr5/QRwxntANUGlhKpE9vTR9Yi1H7OmlIku4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uzJyGfWADbxlwQMsNfLQfsR68OouVLiMnUMCkvIWEa2vZ1y6Or2ySvK/aSZ8J3nRI oahf7b14U1ZY7JqY53+4fTRfIEknK9qcy8TEnRT4qEwfcD2GCPY8JhiR8kEh1Q6r91 SsBie2gYg/roTAfaVk9iHZZ0YLxdyo4VhW/FQIeE= Date: Thu, 19 May 2022 17:16:20 +0200 From: Greg Kroah-Hartman To: Chanwoo Choi Cc: Chanwoo Choi , Linux Kernel Mailing List , Chanwoo Choi , MyungJoo Ham Subject: Re: [GIT PULL] extcon next for 5.19 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, May 13, 2022 at 06:09:53PM +0900, Chanwoo Choi wrote: > Dear Greg, > > This is extcon-next pull request for v5.19. 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 672c0c5173427e6b3e2a9bbb7be51ceeec78093a: > > Linux 5.18-rc5 (2022-05-01 13:57:58 -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.19 Pulled and pushed out,t hanks. greg k-h