From: <Balamanikandan.Gunasundar@microchip.com>
To: <michael@amarulasolutions.com>
Cc: <u-boot@lists.denx.de>, <Sandeep.Sheriker@microchip.com>,
<Eugen.Hristev@microchip.com>,
<dario.binacchi@amarulasolutions.com>,
<Durai.ManickamKR@microchip.com>, <Sergiu.Moga@microchip.com>,
<Mihai.Sain@microchip.com>, <hs@denx.de>,
<Tudor.Ambarus@microchip.com>, <sjg@chromium.org>,
<kettenis@openbsd.org>, <ascull@google.com>, <ye.li@nxp.com>,
<peng.fan@nxp.com>, <Hari.PrasathGE@microchip.com>
Subject: Re: [PATCH v3 1/9] nand: atmel: Add DM based NAND driver
Date: Wed, 26 Oct 2022 05:40:53 +0000 [thread overview]
Message-ID: <106297ec-a2bb-d6fb-e60d-fb0713c9907c@microchip.com> (raw)
In-Reply-To: <CAOf5uwmvivnaA0hNZ0koAp-2zQT3XnHivujmB65jVnc8NEgS2A@mail.gmail.com>
On 25/10/22 4:36 pm, Michael Nazzareno Trimarchi wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> Hi
>
> On Tue, Oct 25, 2022 at 12:52 PM Balamanikandan Gunasundar
> <balamanikandan.gunasundar@microchip.com> wrote:
>>
>> This implementation is ported from the rework done by Boris Brezillon
>> in Linux. This porting is done based on linux-5.4-at91. The driver is
>> tested in sam9x60ek, sama5d3_xplained, sam9x75eb and sama7g54-ddr3-eb.
>>
>> Changes done includes
>>
>> - Adapt GPIO descriptor apis for U-Boot. Use gpio_request_by_name_nodev,
>> dm_gpio_get_value etc.
>> - Use U_BOOT_DRIVER instead of platform_driver.
>> - Replace struct platform_device with struct udevice
>> - Check the status of nfc exec operation by polling the status
>> register instead of interrupt based handling
>> - DMA operations not supported. Remove it
>> - Adapt DT parsing to U-Boot APIs
>>
>> Signed-off-by: Balamanikandan Gunasundar <balamanikandan.gunasundar@microchip.com>
>>
>> Signed-off-by: Balamanikandan Gunasundar <balamanikandan.gunasundar@microchip.com>
>
> Kindle, fix signed off and describe change from V2 to V3
>
> Michael
>
Hi Michael,
I described all the v3 changes in the cover letter. Is it OK if I
describe the changes in each patch specifically.
Bala.
>> ---
>> drivers/mtd/nand/raw/Kconfig | 8 +
>> drivers/mtd/nand/raw/Makefile | 1 +
>> drivers/mtd/nand/raw/atmel/Makefile | 4 +
>> drivers/mtd/nand/raw/atmel/nand-controller.c | 2286 ++++++++++++++++++
>> 4 files changed, 2299 insertions(+)
>> create mode 100644 drivers/mtd/nand/raw/atmel/Makefile
>> create mode 100644 drivers/mtd/nand/raw/atmel/nand-controller.c
>>
>>
>
>
> --
> Michael Nazzareno Trimarchi
> Co-Founder & Chief Executive Officer
> M. +39 347 913 2170
> michael@amarulasolutions.com
> __________________________________
>
> Amarula Solutions BV
> Joop Geesinkweg 125, 1114 AB, Amsterdam, NL
> T. +31 (0)85 111 9172
> info@amarulasolutions.com
> www.amarulasolutions.com
next prev parent reply other threads:[~2022-10-26 5:41 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-25 10:51 [PATCH v3 0/9] Add DM support for atmel NAND driver Balamanikandan Gunasundar
2022-10-25 10:51 ` [PATCH v3 1/9] nand: atmel: Add DM based " Balamanikandan Gunasundar
2022-10-25 11:06 ` Michael Nazzareno Trimarchi
2022-10-26 5:00 ` Balamanikandan.Gunasundar
2022-10-26 5:40 ` Balamanikandan.Gunasundar [this message]
2022-10-25 10:51 ` [PATCH v3 2/9] nand: atmel: Add pmecc driver Balamanikandan Gunasundar
2022-10-25 10:51 ` [PATCH v3 3/9] mfd: syscon: Add atmel-matrix registers definition Balamanikandan Gunasundar
2022-10-25 10:51 ` [PATCH v3 4/9] memory: atmel-ebi: add Atmel EBI (External Bus Interface) driver Balamanikandan Gunasundar
2022-10-25 10:51 ` [PATCH v3 5/9] mfd: syscon: atmel-smc: Add new helpers to ease SMC regs manipulation Balamanikandan Gunasundar
2022-10-25 10:51 ` [PATCH v3 6/9] configs: at91: sam9x60ek: Enable DM based nand driver Balamanikandan Gunasundar
2022-10-25 10:51 ` [PATCH v3 7/9] ARM: dts: at91: sam9x60: Add nodes for EBI and NAND Balamanikandan Gunasundar
2022-10-25 10:51 ` [PATCH v3 8/9] ARM: dts: at91: sam9x60ek: Enable NAND support Balamanikandan Gunasundar
2022-10-25 10:51 ` [PATCH v3 9/9] board: sam9x60ek: remove nand init from board file Balamanikandan Gunasundar
2022-12-08 16:12 ` [PATCH v3 0/9] Add DM support for atmel NAND driver Eugen.Hristev
2022-12-08 16:18 ` Michael Nazzareno Trimarchi
2022-12-09 7:52 ` Eugen.Hristev
2022-12-09 7:55 ` Michael Nazzareno Trimarchi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=106297ec-a2bb-d6fb-e60d-fb0713c9907c@microchip.com \
--to=balamanikandan.gunasundar@microchip.com \
--cc=Durai.ManickamKR@microchip.com \
--cc=Eugen.Hristev@microchip.com \
--cc=Hari.PrasathGE@microchip.com \
--cc=Mihai.Sain@microchip.com \
--cc=Sandeep.Sheriker@microchip.com \
--cc=Sergiu.Moga@microchip.com \
--cc=Tudor.Ambarus@microchip.com \
--cc=ascull@google.com \
--cc=dario.binacchi@amarulasolutions.com \
--cc=hs@denx.de \
--cc=kettenis@openbsd.org \
--cc=michael@amarulasolutions.com \
--cc=peng.fan@nxp.com \
--cc=sjg@chromium.org \
--cc=u-boot@lists.denx.de \
--cc=ye.li@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox