Re: [U-Boot] [PATCH 1/2] net: fm: fix spi flash probe for using driver model

2016-08-02 Thread Qianyu Gong
Hi York, > -Original Message- > From: york sun > Sent: Wednesday, August 03, 2016 12:08 AM > To: Qianyu Gong ; 'Jagan Teki' > > Cc: u-boot@lists.denx.de; Prabhakar Kushwaha ; > Zhiqiang Hou ; Wenbin Song ; > Mingkai Hu > Subject: Re: [U-Boot] [PATCH

Re: [U-Boot] [PATCH 1/2] net: fm: fix spi flash probe for using driver model

2016-08-02 Thread york sun
On 07/29/2016 04:00 AM, Qianyu Gong wrote: > Hi Jagan, > > Thanks. I'll fix it in the next version. > Qianyu, Is there anything you need to fix? York ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2] net: fm: fix spi flash probe for using driver model

2016-07-29 Thread Qianyu Gong
Zhiqiang Hou ; > Wenbin Song ; Mingkai Hu > Subject: Re: [U-Boot] [PATCH 1/2] net: fm: fix spi flash probe for using > driver > model > > On 28 July 2016 at 08:06, Qianyu Gong wrote: > > > > > >> -Original Message- > >> From: york sun &

Re: [U-Boot] [PATCH 1/2] net: fm: fix spi flash probe for using driver model

2016-07-28 Thread Jagan Teki
On 28 July 2016 at 08:06, Qianyu Gong wrote: > > >> -Original Message- >> From: york sun >> Sent: Thursday, July 28, 2016 1:35 AM >> To: Qianyu Gong ; u-boot@lists.denx.de; Prabhakar >> Kushwaha ; Mingkai Hu >> Cc: Shaohui Xie ; Zhiqiang Hou ; >> Wenbin Song >> Subject: Re: [PATCH 1/2] n

Re: [U-Boot] [PATCH 1/2] net: fm: fix spi flash probe for using driver model

2016-07-27 Thread Qianyu Gong
> -Original Message- > From: york sun > Sent: Thursday, July 28, 2016 1:35 AM > To: Qianyu Gong ; u-boot@lists.denx.de; Prabhakar > Kushwaha ; Mingkai Hu > Cc: Shaohui Xie ; Zhiqiang Hou ; > Wenbin Song > Subject: Re: [PATCH 1/2] net: fm: fix spi flash probe for using driver model > >

Re: [U-Boot] [PATCH 1/2] net: fm: fix spi flash probe for using driver model

2016-07-27 Thread york sun
On 07/20/2016 03:51 AM, Gong Qianyu wrote: > The current code would always use the speed and mode set by > CONFIG_ENV_SPI_MAX_HZ and CONFIG_ENV_SPI_MODE. But if using > SPI driver model it should get the values from DT. > > Signed-off-by: Gong Qianyu > --- > drivers/net/fm/fm.c | 10 ++ >

[U-Boot] [PATCH 1/2] net: fm: fix spi flash probe for using driver model

2016-07-20 Thread Gong Qianyu
The current code would always use the speed and mode set by CONFIG_ENV_SPI_MAX_HZ and CONFIG_ENV_SPI_MODE. But if using SPI driver model it should get the values from DT. Signed-off-by: Gong Qianyu --- drivers/net/fm/fm.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/ne