From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 3 Nov 2015 14:54:04 +0100 Subject: [U-Boot] [PATCH v4 2/3] cfi_flash: convert to driver model In-Reply-To: <1446556146-9876-2-git-send-email-thomas@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> Message-ID: <5638BC7C.7050608@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 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. Thanks, Stefan