Re: [U-Boot] [RFC, 1/2] NVMe: add NVMe driver support

2017-07-28 Thread Jon Nettleton
Well it is a series. Some can probably be squashed. I can post it to a branch in github if it is easier. Otherwise here is the rest. From f1ab1f30fe52bea7dc5c647b0570d73d907b8d90 Mon Sep 17 00:00:00 2001 From: Jon Nettleton Date: Fri, 28 Jul 2017 08:54:09 +0200 Subject: [PATCH 1/6] nvme: Only

Re: [U-Boot] [RFC, 1/2] NVMe: add NVMe driver support

2017-07-28 Thread Bin Meng
Hi Jon, On Fri, Jul 28, 2017 at 3:51 PM, Jon Nettleton wrote: > Zhikang and Tom, > > Sorry for entering the list like this, however I wanted to reply to > this topic from my work account. I attempted to email Zhikang > separately however the email was bounced back. > > I needed to make some chan

Re: [U-Boot] [RFC, 1/2] NVMe: add NVMe driver support

2017-04-13 Thread Tom Rini
On Thu, Apr 13, 2017 at 08:54:52AM +, Z.K. Zhang wrote: > Hi Tom, > > Do you mean I should only support BLK? Yes, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/lis

Re: [U-Boot] [RFC, 1/2] NVMe: add NVMe driver support

2017-04-13 Thread Z.K. Zhang
Hi Tom, Do you mean I should only support BLK? Thank you! Best regards, Zhikang Zhang -Original Message- From: Tom Rini [mailto:tr...@konsulko.com] Sent: Tuesday, April 11, 2017 9:18 PM To: Z.K. Zhang Cc: york sun ; u-boot@lists.denx.de; Wenbin Song Subject: Re: [U-Boot] [RFC, 1/2

Re: [U-Boot] [RFC, 1/2] NVMe: add NVMe driver support

2017-04-11 Thread Tom Rini
On Tue, Apr 11, 2017 at 02:33:40AM +, Z.K. Zhang wrote: > Hi Tom, > > As I know, the CONFIG_BLK is not supported on some platforms' > defconfig (# CONFIG_BLK is not set), such as the fsl-qoriq platform. > I find when 'CONFIG_BLK=y', then 'fsl-esdhc-mmc' device can't work normally. > > So, in

Re: [U-Boot] [RFC, 1/2] NVMe: add NVMe driver support

2017-04-11 Thread Z.K. Zhang
ilable on all the platforms, I support for both with and without BLK. Thank you! Best regards, Zhikang Zhang -Original Message- From: Tom Rini [mailto:tr...@konsulko.com] Sent: Tuesday, April 11, 2017 5:49 AM To: Z.K. Zhang Cc: york sun ; u-boot@lists.denx.de; Wenbin Song Subject: Re:

Re: [U-Boot] [RFC, 1/2] NVMe: add NVMe driver support

2017-04-10 Thread Tom Rini
On Thu, Apr 06, 2017 at 04:40:33PM +0800, Zhikang Zhang wrote: > Add Support of devices that follow the NVM Express standard > > basic functions: > nvme init/scan > nvme info - show the basic information of device > nvme Read/Write > > driver model: > Use block device(C