Linux MultiMedia Card development
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: mmc: Move the mmc tree to kernel.org
@ 2016-10-17 12:54 Ulf Hansson
  2016-10-18  3:19 ` Shawn Lin
  0 siblings, 1 reply; 6+ messages in thread
From: Ulf Hansson @ 2016-10-17 12:54 UTC (permalink / raw)
  To: linux-mmc, Ulf Hansson; +Cc: linux-kernel, Jaehoon Chung, Adrian Hunter

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
---
 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 <ulf.hansson@linaro.org>
 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
 S:	Maintained
 F:	Documentation/devicetree/bindings/mmc/
 F:	drivers/mmc/
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: mmc: Move the mmc tree to kernel.org
  2016-10-17 12:54 [PATCH] MAINTAINERS: mmc: Move the mmc tree to kernel.org Ulf Hansson
@ 2016-10-18  3:19 ` Shawn Lin
  2016-10-18  3:52   ` Jaehoon Chung
  2016-10-18  7:17   ` Ulf Hansson
  0 siblings, 2 replies; 6+ messages in thread
From: Shawn Lin @ 2016-10-18  3:19 UTC (permalink / raw)
  To: Ulf Hansson, linux-mmc
  Cc: shawn.lin, linux-kernel, Jaehoon Chung, Adrian Hunter

Hi Ulf,

On 2016/10/17 20:54, Ulf Hansson wrote:
> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
> ---
>  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 <ulf.hansson@linaro.org>
>  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.

...then the clone process failed.

>  S:	Maintained
>  F:	Documentation/devicetree/bindings/mmc/
>  F:	drivers/mmc/
>


-- 
Best Regards
Shawn Lin


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: mmc: Move the mmc tree to kernel.org
  2016-10-18  3:19 ` Shawn Lin
@ 2016-10-18  3:52   ` Jaehoon Chung
  2016-10-18  4:08     ` Shawn Lin
  2016-10-18  7:17   ` Ulf Hansson
  1 sibling, 1 reply; 6+ messages in thread
From: Jaehoon Chung @ 2016-10-18  3:52 UTC (permalink / raw)
  To: Shawn Lin, Ulf Hansson, linux-mmc; +Cc: linux-kernel, Adrian Hunter

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 <ulf.hansson@linaro.org>
>> ---
>>  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 <ulf.hansson@linaro.org>
>>  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"
e.g) git checkout next

Best Regards,
Jaehoon Chung

> 
> ...then the clone process failed.
> 
>>  S:    Maintained
>>  F:    Documentation/devicetree/bindings/mmc/
>>  F:    drivers/mmc/
>>
> 
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: mmc: Move the mmc tree to kernel.org
  2016-10-18  3:52   ` Jaehoon Chung
@ 2016-10-18  4:08     ` Shawn Lin
  2016-10-18  4:11       ` Jaehoon Chung
  0 siblings, 1 reply; 6+ messages in thread
From: Shawn Lin @ 2016-10-18  4:08 UTC (permalink / raw)
  To: Jaehoon Chung, Ulf Hansson, linux-mmc
  Cc: shawn.lin, linux-kernel, Adrian Hunter

在 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 <ulf.hansson@linaro.org>
>>> ---
>>>  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 <ulf.hansson@linaro.org>
>>>  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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: mmc: Move the mmc tree to kernel.org
  2016-10-18  4:08     ` Shawn Lin
@ 2016-10-18  4:11       ` Jaehoon Chung
  0 siblings, 0 replies; 6+ messages in thread
From: Jaehoon Chung @ 2016-10-18  4:11 UTC (permalink / raw)
  To: Shawn Lin, Ulf Hansson, linux-mmc; +Cc: linux-kernel, Adrian Hunter

On 10/18/2016 01:08 PM, Shawn Lin wrote:
> 在 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 <ulf.hansson@linaro.org>
>>>> ---
>>>>  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 <ulf.hansson@linaro.org>
>>>>  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.

Indeed. 

Best Regards,
Jaehoon Chung

> 
> 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/
>>>>
>>>
>>>
>>
>>
>>
>>
> 
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: mmc: Move the mmc tree to kernel.org
  2016-10-18  3:19 ` Shawn Lin
  2016-10-18  3:52   ` Jaehoon Chung
@ 2016-10-18  7:17   ` Ulf Hansson
  1 sibling, 0 replies; 6+ messages in thread
From: Ulf Hansson @ 2016-10-18  7:17 UTC (permalink / raw)
  To: Shawn Lin
  Cc: linux-mmc, linux-kernel@vger.kernel.org, Jaehoon Chung,
	Adrian Hunter

On 18 October 2016 at 05:19, Shawn Lin <shawn.lin@rock-chips.com> wrote:
> Hi Ulf,
>
> On 2016/10/17 20:54, Ulf Hansson wrote:
>>
>> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
>> ---
>>  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 <ulf.hansson@linaro.org>
>>  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.

The reason for the error message was the default HEAD pointed to a
non-existent "master" branch.
As I can't change the default HEAD (because kernel.org's gitolite
server configurations don't allow it), I decided to publish a master
branch. That should resolve the problem, sorry for inconvenience!

BTW. In case your aren't familiar with using remote branches in git;
those are really convenient as you don't need to do a complete new
clone.
git remote add mmc http://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
git remote update

Kind regards
Uffe

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-10-18  7:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-17 12:54 [PATCH] MAINTAINERS: mmc: Move the mmc tree to kernel.org Ulf Hansson
2016-10-18  3:19 ` Shawn Lin
2016-10-18  3:52   ` Jaehoon Chung
2016-10-18  4:08     ` Shawn Lin
2016-10-18  4:11       ` Jaehoon Chung
2016-10-18  7:17   ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox