Add a git repo entry for the Stratix10 Service driver.
Signed-off-by: Dinh Nguyen <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index ea3e6c914384..5752236bea80 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9890,6 +9890,7 @@ F: drivers/firmware/stratix10-rsu.c
F: drivers/firmware/stratix10-svc.c
F: include/linux/firmware/intel/stratix10-smc.h
F: include/linux/firmware/intel/stratix10-svc-client.h
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
INTEL TELEMETRY DRIVER
M: Rajneesh Bhardwaj <[email protected]>
--
2.25.1
On 2/23/22 6:49 AM, Dinh Nguyen wrote:
> Add a git repo entry for the Stratix10 Service driver.
>
> Signed-off-by: Dinh Nguyen <[email protected]>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ea3e6c914384..5752236bea80 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9890,6 +9890,7 @@ F: drivers/firmware/stratix10-rsu.c
> F: drivers/firmware/stratix10-svc.c
> F: include/linux/firmware/intel/stratix10-smc.h
> F: include/linux/firmware/intel/stratix10-svc-client.h
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
Can you check if your tree is ok ?
Tom
> git clone
git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
Cloning into 'linux'...
remote: Enumerating objects: 185, done.
remote: Counting objects: 100% (185/185), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 8723742 (delta 182), reused 181 (delta 181), pack-reused
8723557
Receiving objects: 100% (8723742/8723742), 2.41 GiB | 2.78 MiB/s, done.
Resolving deltas: 100% (7135708/7135708), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.
>
> INTEL TELEMETRY DRIVER
> M: Rajneesh Bhardwaj <[email protected]>
On 3/15/22 06:09, Tom Rix wrote:
>
> On 2/23/22 6:49 AM, Dinh Nguyen wrote:
>> Add a git repo entry for the Stratix10 Service driver.
>>
>> Signed-off-by: Dinh Nguyen <[email protected]>
>> ---
>> MAINTAINERS | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index ea3e6c914384..5752236bea80 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -9890,6 +9890,7 @@ F: drivers/firmware/stratix10-rsu.c
>> F: drivers/firmware/stratix10-svc.c
>> F: include/linux/firmware/intel/stratix10-smc.h
>> F: include/linux/firmware/intel/stratix10-svc-client.h
>> +T: git
>> git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
>
> Can you check if your tree is ok ?
>
> Tom
>
>
> > git clone
> git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
>
> Cloning into 'linux'...
> remote: Enumerating objects: 185, done.
> remote: Counting objects: 100% (185/185), done.
> remote: Compressing objects: 100% (4/4), done.
> remote: Total 8723742 (delta 182), reused 181 (delta 181), pack-reused
> 8723557
> Receiving objects: 100% (8723742/8723742), 2.41 GiB | 2.78 MiB/s, done.
> Resolving deltas: 100% (7135708/7135708), done.
> warning: remote HEAD refers to nonexistent ref, unable to checkout.
>
Hmm...seeing the issue. Not sure what's going on, will troubleshoot.
Dinh
On 3/18/22 02:25, Dinh Nguyen wrote:
>
>
> On 3/15/22 06:09, Tom Rix wrote:
>>
>> On 2/23/22 6:49 AM, Dinh Nguyen wrote:
>>> Add a git repo entry for the Stratix10 Service driver.
>>>
>>> Signed-off-by: Dinh Nguyen <[email protected]>
>>> ---
>>> MAINTAINERS | 1 +
>>> 1 file changed, 1 insertion(+)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index ea3e6c914384..5752236bea80 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -9890,6 +9890,7 @@ F: drivers/firmware/stratix10-rsu.c
>>> F: drivers/firmware/stratix10-svc.c
>>> F: include/linux/firmware/intel/stratix10-smc.h
>>> F: include/linux/firmware/intel/stratix10-svc-client.h
>>> +T: git
>>> git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
>>
>> Can you check if your tree is ok ?
>>
>> Tom
>>
>>
>> > git clone
>> git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
>>
>> Cloning into 'linux'...
>> remote: Enumerating objects: 185, done.
>> remote: Counting objects: 100% (185/185), done.
>> remote: Compressing objects: 100% (4/4), done.
>> remote: Total 8723742 (delta 182), reused 181 (delta 181), pack-reused
>> 8723557
>> Receiving objects: 100% (8723742/8723742), 2.41 GiB | 2.78 MiB/s, done.
>> Resolving deltas: 100% (7135708/7135708), done.
>> warning: remote HEAD refers to nonexistent ref, unable to checkout.
>>
>
>
> Hmm...seeing the issue. Not sure what's going on, will troubleshoot.
>
Looks like I just fixed it, please try again. I didn't have a 'master'
branch.
Dinh