Re: [PATCH v2] mtd: nand: add Cadence/Evatronix NAND flash driver
Ralph Siemsen <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Aug 15, 2026 at 12:28:01AM +0200, Marek Vasut wrote: >On 8/14/26 8:31 PM, Ralph Siemsen wrote: >>Taken from >>https://github.com/renesas-rz/rzn1_u-boot/commit/76c8d3bf19dc64697dd964d7f69ccb3f4fae0094 >Would it be possible to port the mainline Linux driver instead , >rather than some downstream one ? > >drivers/mtd/nand/raw/renesas-nand-controller.c I did try to get that one working first. After a week I managed to get it to detect the flash chip. However I couldn't work out how to hook up the exec_op() correctly, meanwhile cmdfunc() was growing larger. So I decided to try the "old" driver which worked right away. Ralph