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=-10.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 0F83DC433DF for ; Fri, 29 May 2020 08:04:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DCD9B208E4 for ; Fri, 29 May 2020 08:04:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590739447; bh=douQtXqt1bLulssMQ62YOJgjfN2ETkl+BkTbiEledHQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ZQ6tMivdjL0mfbf4I8ubVUGCGnVUMnGZbztiODSlecZGDRRdItpqL0uiSTUGXzHe7 bWuYvQnIkQoNyDaTV3LVGqV+QLHCAk5HhJdQjIz0b+rJFAHtH+WBHjYy4ftBTtHKoI wahYXQskkd0bcxpMgHLEd3gK2Kh6oyQlZcfbeTeQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726884AbgE2IEG (ORCPT ); Fri, 29 May 2020 04:04:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:33356 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726629AbgE2IDn (ORCPT ); Fri, 29 May 2020 04:03:43 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 074D0206F1; Fri, 29 May 2020 08:03:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590739423; bh=douQtXqt1bLulssMQ62YOJgjfN2ETkl+BkTbiEledHQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EoETBXB74eUUyusE3Qg9jdnipa71lglt+UrGVdjOD+g9sQBmC1izHTfodIUWZCA+s yHNdgsaOhgwGVr1Mhq6OVIXLVmK9m8oZt2J4t2h9eOBoh5EfhJzVec1+3lFVXB19W4 AktEhrLLBd338zvzOze03aOO2Dw63pbQJKj9wb8k= Date: Fri, 29 May 2020 10:03:41 +0200 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.8 Message-ID: <20200529080341.GB599635@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 29, 2020 at 12:11:03PM +0900, Chanwoo Choi wrote: > Dear Greg, > > This is extcon-next pull request for v5.8. 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 9cb1fd0efd195590b828b9b865421ad345a4a145: > > Linux 5.7-rc7 (2020-05-24 15:32:54 -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.8 As my char-misc-next branch is currently at 5.7-rc5, why did you need to make this against -rc7? Mind if I just rebase your patches against my tree instead of pulling the whole thing up to -rc7, or is there some dependancy there that you needed to do this? thanks, greg k-h