[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID:
<PN0PR01MB9166E5F6249600B5764B6602FEC32@PN0PR01MB9166.INDPRD01.PROD.OUTLOOK.COM>
Date: Tue, 25 Feb 2025 08:17:00 +0800
From: Chen Wang <unicorn_wang@...look.com>
To: Longbin Li <looong.bin@...il.com>, Mark Brown <broonie@...nel.org>,
Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Inochi Amaoto <inochiama@...il.com>,
Paul Walmsley <paul.walmsley@...ive.com>, Palmer Dabbelt
<palmer@...belt.com>, Albert Ou <aou@...s.berkeley.edu>
Cc: linux-spi@...r.kernel.org, devicetree@...r.kernel.org,
sophgo@...ts.linux.dev, linux-kernel@...r.kernel.org,
linux-riscv@...ts.infradead.org
Subject: Re: [PATCH 0/3] spi: sophgo: add Sophgo SPI NOR controller driver
hi, Longbin,
I think this patch is only for SG2044, right? However, the file name you
used and the description in the patch all use "sophgo" directly, which
makes it seem that it applies to all sophgo products. I suggest you
correct this, otherwise there will be conflicts when other sophgo
products such as SG2042 submit patches to SPIFMC.
Regards,
Chen
On 2025/2/24 18:11, Longbin Li wrote:
> Add SPI NOR driver for Sophgo, including read, write operations.
> This driver is only suitable for NOR flash.
>
> Longbin Li (3):
> dt-bindings: spi: add Sophgo SPI NOR controller driver
> spi: sophgo: add Sophgo SPI NOR controller driver
> riscv: dts: sophgo: add Sophgo SPI NOR controller driver
>
> .../bindings/spi/spi-sophgo-nor.yaml | 52 ++
> .../boot/dts/sophgo/sg2044-sophgo-sd3-10.dts | 18 +
> arch/riscv/boot/dts/sophgo/sg2044.dtsi | 24 +
> drivers/spi/Kconfig | 9 +
> drivers/spi/Makefile | 1 +
> drivers/spi/spi-sophgo-nor.c | 501 ++++++++++++++++++
> 6 files changed, 605 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/spi/spi-sophgo-nor.yaml
> create mode 100644 drivers/spi/spi-sophgo-nor.c
>
> --
> 2.48.1
Powered by blists - more mailing lists