From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Fri, 6 Nov 2015 09:09:53 +0800 Subject: [U-Boot] [PATCH v4 2/3] cfi_flash: convert to driver model In-Reply-To: <5638BC7C.7050608@denx.de> References: <1444289667-23775-1-git-send-email-thomas@wytron.com.tw> <1446556146-9876-1-git-send-email-thomas@wytron.com.tw> <1446556146-9876-2-git-send-email-thomas@wytron.com.tw> <5638BC7C.7050608@denx.de> Message-ID: <563BFDE1.70908@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefan, On 2015?11?03? 21:54, Stefan Roese wrote: > On 03.11.2015 14:09, Thomas Chou wrote: >> Convert cfi flash to driver model. >> >> Signed-off-by: Thomas Chou >> --- >> v2 >> add dts binding. >> add more help to Kconfig. >> move struct platdata to top of file as Simon suggested. >> v3 >> change to MTD uclass. >> v4 >> fix fdt addr and size cells in cfi_flash_probe(). >> move probe uclass to cfi_flash_dm_init(). >> add comment as suggested by Stefan. > > Thanks Thomas. Looks pretty good now. If nobody else objects, > I'll pull this series in via the cfi-flash repository in the > next days. May I pick up this series and push into u-boot-nios? I have some nios2 related patches depended on this. It would be helpful to send them to Tom in correct sequence. Thanks a lot. Best regards, Thomas