From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2F7F9421886 for ; Fri, 10 Jul 2026 15:51:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783698723; cv=none; b=KMd9lM3dpOLSErewSMqrJjS6GAyv9pSLQ+Dip2t1h5L0wpJJrf7ztsfLq9LBExa8VO9NwbcqVDey9Tr5TNowEFVRdJs3sZEqhng/puKrNTEVJ/M49E/POBeSW9zye2NEvVgRaYriAupBSUSiQKHjF+L2N2DGUJsLi/fz0SUshWM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783698723; c=relaxed/simple; bh=+BN29xlmR6TzmS5AJwn5S8KbW77w48dse3YAodjlLrg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qGgloNyQ8CJ3lwaPI5MKi2PNeQlTqYBuALf0B28vMGZqefRRxPmggU5wcggoRndDE9y9nh0n6k4UVTbqPyPyt26Mxw16i83jLsDlmf9ntAfCTXf8pK0+RAw5esy9nv6kdPfHjUMfEOkXGQGehFm2KTW/1qc2nHP2hzSKSlvqrn0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jAWE/UXL; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="jAWE/UXL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ECF921F000E9; Fri, 10 Jul 2026 15:51:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783698719; bh=0Sgoh7/RxsFePSFsMzG9fKuzgPHgLtxTqVoyNO11ia4=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=jAWE/UXLy+qngfTw9rxZFmgWyYnkZaeBz4l0Yn4XxasgdrrruSe4DnKmbzqIIfSEf nudYP7EzE8bv3mQvXiX12I4SqlkgG57ZFne6Qv7pCdynmqIj6aflpMknIR8NktBPEi rgMKIjPwFzzNTrDN51ShNbrMC1gdwSz1Hwp8Cf86N7WiwmPSMcTqJvvuamYCjzfLG1 zWXOa57dk9oz+mcmyO41SznnoW5J/f4RznnaZ0SisEU0U39NPpht2z/qMdR+EnEFjV Q9uCVD8bz+8OT7UA+qv0ez4sv2L/KFFkAUhanJsuQsLy+WPhu5BjS/QqhgNucp22dD D6j5NAvIOo+Gg== Date: Fri, 10 Jul 2026 08:51:55 -0700 From: Drew Fustini To: Arnd Bergmann Cc: soc@kernel.org, Alexandre Belloni , Linus Walleij , Conor Dooley , Paul Walmsley , Marek Szyprowski , linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org Subject: Re: [GIT PULL] RISC-V defconfig changes for v7.2 Message-ID: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Fri, Jul 10, 2026 at 04:23:54PM +0200, Arnd Bergmann wrote: > On Mon, Jun 15, 2026, at 18:52, Drew Fustini wrote: > > Hi, this is a late pull request so no problem if it misses this window. > > It is just a single patch for the WiFi driver on the TH1520-based LPi4a. > > > > I recently setup new branches for riscv defconfig patches and they have > > been added to linux-next. I talked with Conor and this seemed like a > > good way to pull in defconfig patches that RISC-V SoCs need without > > adding more to the plate of the arch maintainer (Paul). > > > > Thanks, > > Drew > > > > The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731: > > > > Linux 7.1-rc1 (2026-04-26 14:19:00 -0700) > > > > are available in the Git repository at: > > > > git@github.com:tenstorrent/linux.git riscv-config-for-v7.2 > > > > Hi Drew, > > I assume you saw that this didn't make it into v7.2 and you > already plan to send it again for 7.3. If not, note that > the URL above is invalid and the tag is no longer there. > > When resending, please use an https:// type URL. > > Arnd Thanks for replying. Yeah, I sent it very late, and looking at it now, I also did the pull request command incorrectly as it is actually in fustini/linux.git. I'll cleanup for 7.3 and make sure to use https://. Thanks, Drew