From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 6 Nov 2015 07:04:01 +0100 Subject: [U-Boot] [PATCH v4 2/3] cfi_flash: convert to driver model In-Reply-To: <563BFDE1.70908@wytron.com.tw> 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> <563BFDE1.70908@wytron.com.tw> Message-ID: <563C42D1.4070704@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Thomas, On 06.11.2015 02:09, Thomas Chou wrote: > 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. I am okay with you picking up these patches and pushing them via your nios2 repository. But we should wait until Simon is okay with this DM stuff. Thanks, Stefan