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 A9CEA1B4144 for ; Sun, 12 Jan 2025 12:45:15 +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=1736685915; cv=none; b=Qj2azYooMz1Ns3b9uW4nflIzbMlFro/KLoh1Z/jVzbLzlIm5smH2+whLUCzmaYTP1y+7DuIB6oGn6AnHzskjmi2ym0mijnzsTsMetLuwhDkDSmNJQkoH8sP06PYQlX6Iv8GL8FwucjbyIIcKIu1lc1/k4aXZvyUhgLF9ySHiS8Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736685915; c=relaxed/simple; bh=oRtoni7SGRkx52N/cX3IiS8V9+uO7ns2rPVsBxvp4jg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QfVPYyCKaJBrERxSv3fohKwCkvfneYheAs0mrqsAwl8AOqkMAUNTk3T/LBO1bvXTSBIqlON5k/A/NyBp5r5cZWcKe9RnXblnPjgWh8gqWcuXaJwXJwfXdmEWAXE16TBqrCbal9cmjPnwtBQBEMYxJ5RCauhREW6IJjx0NCMZEsE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=JVzV67jU; 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="JVzV67jU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4EC03C4CEDF; Sun, 12 Jan 2025 12:45:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1736685915; bh=oRtoni7SGRkx52N/cX3IiS8V9+uO7ns2rPVsBxvp4jg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JVzV67jU3TUM0vJmGIxLQjPvWLK+csn3+Pm531kxa1nZ8qLrahuRGboVhkBfgU77A iagqaq4ogGnrwW+8dcC7dQlSxq8TlU7fO2dZ8BVS9VALWzo8N69wMM3SFRyza2rYoJ 2+vcdcb2Ca9LWJJ3Uh/CoYEBczQqm8kwxlszraq0= Date: Sun, 12 Jan 2025 13:45:04 +0100 From: Greg Kroah-Hartman To: Chanwoo Choi Cc: Linux Kernel Mailing List , Chanwoo Choi Subject: Re: [GIT PULL] extcon next for 6.14 Message-ID: <2025011256-scribing-skiing-5785@gregkh> References: 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: On Sat, Jan 11, 2025 at 08:55:56PM +0900, Chanwoo Choi wrote: > Dear Greg, > > This is extcon-next pull request for v6.14. 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 40384c840ea1944d7c5a392e8975ed088ecf0b37: > > Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-6.14 Pulled and pushed out, thanks. greg k-h