Re: [PATCH 1/2] MAINTAINERS: add a git repo for the Stratix10 Service driver

From: Dinh Nguyen
Date: Fri Mar 18 2022 - 03:38:13 EST




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 <dinguyen@xxxxxxxxxx>
---
  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