Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753724AbcJREJI (ORCPT ); Tue, 18 Oct 2016 00:09:08 -0400 Received: from lucky1.263xmail.com ([211.157.147.134]:48786 "EHLO lucky1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750703AbcJREI7 (ORCPT ); Tue, 18 Oct 2016 00:08:59 -0400 X-263anti-spam: KSV:0; X-MAIL-GRAY: 1 X-MAIL-DELIVERY: 0 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-ADDR-CHECKED4: 1 X-RL-SENDER: shawn.lin@rock-chips.com X-FST-TO: adrian.hunter@intel.com X-SENDER-IP: 58.22.7.114 X-LOGIN-NAME: shawn.lin@rock-chips.com X-UNIQUE-TAG: <55f82964178722194b318b5849c69016> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Subject: Re: [PATCH] MAINTAINERS: mmc: Move the mmc tree to kernel.org To: Jaehoon Chung , Ulf Hansson , linux-mmc@vger.kernel.org References: <1476708880-5333-1-git-send-email-ulf.hansson@linaro.org> Cc: shawn.lin@rock-chips.com, linux-kernel@vger.kernel.org, Adrian Hunter From: Shawn Lin Message-ID: <78f0352f-70a5-a836-c8df-6c4a02182c6e@rock-chips.com> Date: Tue, 18 Oct 2016 12:08:45 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=gbk; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1461 Lines: 58 ?? 2016/10/18 11:52, Jaehoon Chung ะด??: > On 10/18/2016 12:19 PM, Shawn Lin wrote: >> Hi Ulf, >> >> On 2016/10/17 20:54, Ulf Hansson wrote: >>> Signed-off-by: Ulf Hansson >>> --- >>> MAINTAINERS | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index a009e00..e685724 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -8164,7 +8164,7 @@ F: include/linux/mfd/ >>> MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM >>> M: Ulf Hansson >>> L: linux-mmc@vger.kernel.org >>> -T: git git://git.linaro.org/people/ulf.hansson/mmc.git >>> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git >> >> I cannot clone this tree, and I have tried some of my servers, although. >> >> remote: Total 5031043 (delta 4225582), reused 5030965 (delta 4225531) >> Resolving deltas: 100% (4225582/4225582), done. >> Checking connectivity... done. >> warning: remote HEAD refers to nonexistent ref, unable to checkout. > > you have to checkout to "next" yep, it does need to assign a HEAD blob after cloning. But I never did it when cloning other maintainers' tree. Thanks. > e.g) git checkout next > > Best Regards, > Jaehoon Chung > >> >> ...then the clone process failed. >> >>> S: Maintained >>> F: Documentation/devicetree/bindings/mmc/ >>> F: drivers/mmc/ >>> >> >> > > > > -- Best Regards Shawn Lin