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 C3C313C3BFA for ; Thu, 4 Jun 2026 20:56:22 +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=1780606584; cv=none; b=l2R4487r9umDQfvaZnqQNNxuF4YraRO+mhT5MI5Ft9g1NhyVzpLTqNqt72rhqWHIkxuKT6KOhP29l04A7oAhfPZMximhIKz6fH/vKdT+4Hf35zOaRbhoWk5wCDYSDHP46DOLODKq07l8jN+kEtE7HObPPhiQIml632IHPXoMyvk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780606584; c=relaxed/simple; bh=1MU11fCp1suOobS7IcwTKueR2OWCePZuQAg74ypde0M=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=nO9jJH/wEBhPCIJBKyx2nfjEq4ruipGfKcxVbInEdjwV/1iNlaxl/F1fn7YYKklyRTrXTWw5Z7bj1d/dx8H2I5Q6rsQoZLOPyZZq5Uq4LI/SL6yF58rQzNQJal8NdtSO6Mt9pvmM/zaS5cqxVYZN0s2kQ/osIkOePBBXP0oIX/0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Qa8Aq21e; 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="Qa8Aq21e" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 066B51F00893; Thu, 4 Jun 2026 20:56:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780606582; bh=oAnaD7K58dOSyRTyPYJ08Op1MjTztNi7Y/JPqq7+G6Q=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=Qa8Aq21eT7QiNL4ptW10cV3PerpHQ70C5zBuUkQRw8cLWK1IlRCQEdJB4VDlvLQRg 9GLD/tW9TPQZnz6fuMKpKhgxLpQSMEseqgGqDWBLAGUvuq2YfElRlSbCW2VaJG1Bgq eSILeV5V4y1/I5PAtviFXCKFDLLTTEM8weZdxiQxmAgCg3r8eK42UQm5KoxJZDBGRk lt6oZNyWsE/rtfa371yu7KO95UTg6EtDpBq79Bdt1WA07shiks1TwQejE5P+Nrca6b 9a7WcqwNPWIHVqHgAsa6oVgl8SVG4wyF7nMAkfFWjWFzk9vTSJ+/xAXdTFU2bZxSUK SlhmdK6PH2HEg== Date: Thu, 4 Jun 2026 14:56:21 -0600 (MDT) From: Paul Walmsley To: Anirudh Srinivasan cc: Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] riscv: defconfig: Enable Eswin SoCs In-Reply-To: <20260603-eswin_defconfig-v1-1-8471691d3153@oss.tenstorrent.com> Message-ID: <99cbc9ab-41ae-3b82-779e-bced60181ac5@kernel.org> References: <20260603-eswin_defconfig-v1-1-8471691d3153@oss.tenstorrent.com> 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 On Wed, 3 Jun 2026, Anirudh Srinivasan wrote: > Enable support for Eswin SoCs in the default configuration, so that > defconfig kernel/DTs are bootable on Hifive Premier P550 Board. > > Signed-off-by: Anirudh Srinivasan Thanks, queued for v7.2. - Paul