From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6BCF83A3E9E for ; Tue, 7 Apr 2026 08:06:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775549206; cv=none; b=gjmIVoh/uJvdtm0T33p4fRl2jXWehvfFi1X80u1YY496a83mYD0txPn50zDPp8Y5Y1o9BL2mw15vuJUO1dtUARKzTFKKuDOPa83Duhndi34No+/4RRf4LZWpjP8ts/jLZJ2/i4/Zt8uLY3TwMoLaPVY6Dv9c7HHgWLbRxZ/PPcM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775549206; c=relaxed/simple; bh=lBhhK4nfLcjxSSpJaKHkzFpQv3yuFc9mRIMY9AcVL6I=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JJXbf+qeetFbFnANtmxM0vDIsQ3/A1SVcd2yUp4nsi341MTGKFFZUJjBQ1xYSQZruyZXZbkmm368OeNQ/6GPC6+kiaKo82A4G7dOft37XE8we0uc7G1l6BPLTuSGDagAp4eX3ydS+nGcFRmj1aplws7SMdIu6JOJ/By3jbkwkdM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=KErhZRyE; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="KErhZRyE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C8DA4C116C6; Tue, 7 Apr 2026 08:06:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1775549206; bh=lBhhK4nfLcjxSSpJaKHkzFpQv3yuFc9mRIMY9AcVL6I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KErhZRyEvi6N8UJb6D7dczJZhHuD5QBl8eRRJHSpqLWAfbNg2fEtXDHK4b3j7ZKBH jscY0zXiT2WIfhKVjbY4GIHq1WuX6taEampFuvnP/qwC8mAseYim6PCVVhbP1Fk4cA Idkh6RwpvEhrQmtvxicr5NMU5iWqvj9RxbXGnPlM= Date: Tue, 7 Apr 2026 10:06:21 +0200 From: Greg KH To: Choi Chanwoo Cc: linux-kernel@vger.kernel.org, cw00.choi@samsung.com, chanwoo@kernel.org, myungjoo.ham@samsung.com Subject: Re: [GIT PULL] extcon next for 7.1 Message-ID: <2026040710-tropical-timothy-02a8@gregkh> References: <744e241d-646c-4d87-8039-e4500447fd5e@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <744e241d-646c-4d87-8039-e4500447fd5e@gmail.com> On Sat, Apr 04, 2026 at 03:01:59AM +0900, Choi Chanwoo wrote: > Dear Greg, > > This is extcon-next pull request. I add detailed description of > this pull request on below. Please pull extcon with following updates. > > I'm sorry that I did not send the separate fixes pull request. > This pull request does not contain any problematic patches according to your comment. > > Best Regards, > Chanwoo Choi > > The following changes since commit f338e77383789c0cae23ca3d48adcc5e9e137e3c: > > Linux 7.0-rc4 (2026-03-15 13:52:05 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-7.1 > Pulled and pushed out, thanks. greg k-h