[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <oghkqkoilkg7ny5saa4fi77hcawkdbeih5zg5aaliv6kf42jee@2nmyxje7itse>
Date: Wed, 5 Mar 2025 09:29:24 +0800
From: Longbin Li <looong.bin@...il.com>
To: Chen Wang <unicorn_wang@...look.com>
Cc: Mark Brown <broonie@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>,
Paul Walmsley <paul.walmsley@...ive.com>, Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>, Inochi Amaoto <inochiama@...il.com>, linux-spi@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, linux-riscv@...ts.infradead.org,
sophgo@...ts.linux.dev
Subject: Re: [PATCH v2 0/2] spi: sophgo: add Sophgo SPI NOR controller driver
On Tue, Mar 04, 2025 at 06:14:54PM +0800, Chen Wang wrote:
>
> On 2025/3/4 16:35, Longbin Li wrote:
> > Add SPI NOR driver for Sophgo, including read, write operations.
> > This driver is only suitable for NOR flash.
> If there is a next patchset, please also replace "Sopgho" with "SG2044" in
> the cover letter, including the email title.
I will correct it, thanks.
> > ---
> >
> > Changes in v2:
> >
> > Fixed following issues as per comments from Yixun Lan, Chen Wang, Inochi Amaoto, thanks.
>
> I feel like you left out Rob, and you also left out his signature in the
> first patch ;)
>
My fault! I will add his signature in the next patch, thanks.
> >
> > - Replaced "sophgo" to "sg2044" to avoid conflicts with other drivers.
> > - Improve driver code:
> > - Improve coding style.
> > - Removed the [PATCH 3/3] in previous submission that based on the baseline not submitted.
> > - Added error handler to destroy mutex if probe fail.
> >
> > Changes in v1:
> > You can simply review or test the patches at the link [1].
> >
> > Link: https://lore.kernel.org/linux-riscv/20250224101213.26003-1-looong.bin@gmail.com/ [1]
> > ---
> >
> > Longbin Li (2):
> > dt-bindings: spi: add SG2044 SPI NOR controller driver
> > spi: sophgo: add SG2044 SPI NOR controller driver
> >
> > .../bindings/spi/spi-sg2044-nor.yaml | 52 ++
> > drivers/spi/Kconfig | 9 +
> > drivers/spi/Makefile | 1 +
> > drivers/spi/spi-sg2044-nor.c | 500 ++++++++++++++++++
> > 4 files changed, 562 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/spi/spi-sg2044-nor.yaml
> > create mode 100644 drivers/spi/spi-sg2044-nor.c
> >
> > --
> > 2.48.1
Powered by blists - more mailing lists