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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 75830C433F5 for ; Fri, 18 Mar 2022 07:39:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232045AbiCRHj0 (ORCPT ); Fri, 18 Mar 2022 03:39:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58370 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231796AbiCRHj0 (ORCPT ); Fri, 18 Mar 2022 03:39:26 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D415E1275C8; Fri, 18 Mar 2022 00:38:06 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 019BDCE2682; Fri, 18 Mar 2022 07:38:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9CC11C340E8; Fri, 18 Mar 2022 07:38:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647589083; bh=AxYa/zqlb23t9aNEqNoBxeXNyxxUNH9velVcUXnbrBs=; h=Date:Subject:From:To:Cc:References:In-Reply-To:From; b=ZXsqqZwt3MTxzjLunOt951KQr3p351rn53IEJEQHaSADxUR1o1ZZ/ZzMEE2nTfGfY o9ZPacgSbdvFVNjfVIAZx1arc3IBoNi/m4H8AM9n6UnPcyKW2IeAah/JbSAT8bO8DP VYhzTmurArv58yUap15lz5sLETCd3oIrtyzhGZ/tPufFSUDnG2bYecz4riGG3NPhDt SeUGEvF+caPoSFToSVhV35xCVB5wL7W4TLmua75hcORf7bKgBICKMRVVm9O6gcOGSb wS/dkGare4OkMq4Lug1N+Gv0NMQyQOYouCNdT8hDiLG4aPrlnU1OX9ec5W7GkDfpdc 6iq3bTcNwUmbA== Message-ID: Date: Fri, 18 Mar 2022 02:38:01 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH 1/2] MAINTAINERS: add a git repo for the Stratix10 Service driver Content-Language: en-US From: Dinh Nguyen To: Tom Rix , gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, linux-fpga@vger.kernel.org References: <20220223144908.399522-1-dinguyen@kernel.org> <4d443650-1db3-fced-3167-e3476b6e20aa@redhat.com> <93d1365c-2943-56e0-4ba8-6a4fe6194f3b@kernel.org> In-Reply-To: <93d1365c-2943-56e0-4ba8-6a4fe6194f3b@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org 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 >>> --- >>>   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