From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 E0CFE57310; Thu, 4 Apr 2024 07:06:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712214399; cv=none; b=cLnIjaQHXPHm2jCRd1M7hGMgBjh7Bewy5IbSc1hs+fOm6RzAzG541tvDUxZcrqDSETIe1hVmvmA5KOr5ZGG6txHPZWfigBHaCFuRXTTYuB2k1s3KBEUMPpxDu3fJoT4m0cfXgme63xbH6EfXphgDIYE+6m+CMj5/3Sojp6WCAfE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712214399; c=relaxed/simple; bh=7wDvLbPYyMM9tMvA54Q637lo5w2wg+oz7qp0/dB26zo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=HV9nE5mdDNitRCrAxUVth34+JC80OCj5Cxd1lq9i5NyYSnbQSibRjLjqG0xuNlNs2XifqQNGgWo0zvsaq25JK48OKSKP5CKdTU0PZJZhA/k/XtKuuI7xcY92P+Kp0Hu8TQcyxVvD3dYZnevGAURnTMBDs0nhGvKK3ddyYo/Kasw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lLJJTmEz; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="lLJJTmEz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4F4FAC433C7; Thu, 4 Apr 2024 07:06:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712214398; bh=7wDvLbPYyMM9tMvA54Q637lo5w2wg+oz7qp0/dB26zo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lLJJTmEzEGNK+wzoDFCki6hGfnJoPH2zXhWFB4ifPniz6i7aIrceshem837xezXxY lv92zQPwhfmpJZPy0FwEBKtC0q4bRq6HtcVXZ0U+7qpUYYWisMw4wzvpxQGpTh70En 4aZvJlMSk4qe1YqCL36s0NxWqh+kAgO2clibUaNeet5rQwV1724zrRZTKNegl3ktWz nwuuu1hHp8s2WSI1qD8DXWuWMKRlSA/H9tQRyb0sVsT1jbiQMyI/RcEM08WExiBct2 xryw+DHSPpa5YW2ZMMvi+Ej/g8RmKMs6EOJ/Whry1cQIIe1wAT6Y/rVK6qnrX3YNFh aDIOkLWkHtliA== Date: Thu, 4 Apr 2024 09:06:23 +0200 From: Niklas Cassel To: Yoshinori Sato Cc: linux-sh@vger.kernel.org, Damien Le Moal , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Geert Uytterhoeven , Michael Turquette , Stephen Boyd , David Airlie , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Thomas Gleixner , Bjorn Helgaas , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Greg Kroah-Hartman , Jiri Slaby , Magnus Damm , Daniel Lezcano , Rich Felker , John Paul Adrian Glaubitz , Lee Jones , Helge Deller , Heiko Stuebner , Shawn Guo , Sebastian Reichel , Chris Morgan , Linus Walleij , Arnd Bergmann , David Rientjes , Hyeonggon Yoo <42.hyeyoo@gmail.com>, Vlastimil Babka , Baoquan He , Andrew Morton , Guenter Roeck , Kefeng Wang , Stephen Rothwell , Javier Martinez Canillas , Guo Ren , Azeem Shaikh , Max Filippov , Jonathan Corbet , Jacky Huang , Herve Codina , Manikanta Guntupalli , Anup Patel , Biju Das , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Sam Ravnborg , Sergey Shtylyov , Laurent Pinchart , linux-ide@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-pci@vger.kernel.org, linux-serial@vger.kernel.org, linux-fbdev@vger.kernel.org Subject: Re: [PATCH v7 00/37] Device Tree support for SH7751 based board 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 Thu, Apr 04, 2024 at 01:59:25PM +0900, Yoshinori Sato wrote: > This is an updated version of something I wrote about 7 years ago. > Minimum support for R2D-plus and LANDISK. > I think R2D-1 will work if you add AX88796 to dts. > And board-specific functions and SCI's SPI functions are not supported. > > You can get it working with qemu found here. > https://gitlab.com/yoshinori.sato/qemu/-/tree/landisk Why send this as one huge series? These are the mailing lists that you have on CC: linux-ide, devicetree, linux-kernel, linux-renesas-soc, linux-clk, dri-devel, linux-pci, linux-serial, linux-fbdev I really think that you will be able to get all these changes accepted much faster if you split this series in to one series per subsystem/mailing list. Kind regards, Niklas