Re: [U-Boot] [PATCH 2/2] spi: add common spi3 controller driver

2014-12-02 Thread Jagan Teki
On 18 November 2014 at 14:28, Scott Jiang wrote: > 2014-11-17 3:23 GMT+08:00 Jagan Teki : >> Hi Scott, >> >> On 25 September 2014 14:55, Scott Jiang wrote: >>> SPI3 controller is not only used on BF609 platform. So we add a common >>> controller >>> driver and leave machine specific configuratio

Re: [U-Boot] [PATCH 2/2] spi: add common spi3 controller driver

2014-11-18 Thread Scott Jiang
2014-11-17 3:23 GMT+08:00 Jagan Teki : > Hi Scott, > > On 25 September 2014 14:55, Scott Jiang wrote: >> SPI3 controller is not only used on BF609 platform. So we add a common >> controller >> driver and leave machine specific configuration in board drivers. >> Remove obsolete spi6xx.h and select

Re: [U-Boot] [PATCH 2/2] spi: add common spi3 controller driver

2014-11-16 Thread Jagan Teki
Hi Scott, On 25 September 2014 14:55, Scott Jiang wrote: > SPI3 controller is not only used on BF609 platform. So we add a common > controller > driver and leave machine specific configuration in board drivers. > Remove obsolete spi6xx.h and select new board driver in configuration file. > > Sig

Re: [U-Boot] [PATCH 2/2] spi: add common spi3 controller driver

2014-11-12 Thread Scott Jiang
Hi Jagan, Could you merge these two patches first? Then I'll send a patch like "adi_spi:convert to use dm spi". Because these patches are for different task. Regards, Scott 2014-11-13 5:50 GMT+08:00 Jagan Teki : > Hi Scott, > > Sorry for the late response, Can you add the driver to dm-spi. > > P

Re: [U-Boot] [PATCH 2/2] spi: add common spi3 controller driver

2014-11-12 Thread Jagan Teki
Hi Scott, Sorry for the late response, Can you add the driver to dm-spi. Please see any info to doc/driver-model/spi-howto.txt Let me know for any inputs/questions. On 25 September 2014 14:55, Scott Jiang wrote: > SPI3 controller is not only used on BF609 platform. So we add a common > contro

Re: [U-Boot] [PATCH 2/2] spi: add common spi3 controller driver

2014-11-06 Thread Scott Jiang
Ping. Scott 2014-09-25 17:25 GMT+08:00 Scott Jiang : > SPI3 controller is not only used on BF609 platform. So we add a common > controller > driver and leave machine specific configuration in board drivers. > Remove obsolete spi6xx.h and select new board driver in configuration file. > > Signed-

[U-Boot] [PATCH 2/2] spi: add common spi3 controller driver

2014-09-24 Thread Scott Jiang
SPI3 controller is not only used on BF609 platform. So we add a common controller driver and leave machine specific configuration in board drivers. Remove obsolete spi6xx.h and select new board driver in configuration file. Signed-off-by: Scott Jiang --- drivers/spi/Makefile