Re: [U-Boot] [PATCH] Add code for spi half duplex operation for enc28j60

2014-01-08 Thread Jagan Teki
On Sat, Dec 21, 2013 at 12:40 AM, Jagan Teki wrote: > On Fri, Oct 4, 2013 at 4:43 PM, Jagan Teki wrote: >> Hi >> >> Seems like some issues with checkpatch.pl and use proper commit msg header. >> >> Please fix and use u-boot-spi.git repo with master-probe branch. >> Please test the same on your hw

Re: [U-Boot] [PATCH] Add code for spi half duplex operation for enc28j60

2013-12-20 Thread Jagan Teki
On Fri, Oct 4, 2013 at 4:43 PM, Jagan Teki wrote: > Hi > > Seems like some issues with checkpatch.pl and use proper commit msg header. > > Please fix and use u-boot-spi.git repo with master-probe branch. > Please test the same on your hw and let me know for any issues. > > > On Tue, Aug 13, 2013 a

Re: [U-Boot] [PATCH] Add code for spi half duplex operation for enc28j60

2013-10-04 Thread Jagan Teki
Hi Seems like some issues with checkpatch.pl and use proper commit msg header. Please fix and use u-boot-spi.git repo with master-probe branch. Please test the same on your hw and let me know for any issues. On Tue, Aug 13, 2013 at 8:15 AM, Asok Subramanian wrote: > Add code for spi half duple

[U-Boot] [PATCH] Add code for spi half duplex operation for enc28j60

2013-08-12 Thread Asok Subramanian
Add code for spi half duplex operation for enc28j60 The current  code assumes full duplex spi operation. But there are processors like imx23 which only permit half duplex operation. This fix does half duplex operation based on the definition of CONFIG_SPI_HALF_DUPLEX Signed-off-by: Asok Subra