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 jagannadh.t...@gmail.com wrote: On Fri, Oct 4, 2013 at 4:43 PM, Jagan Teki jagannadh.t...@gmail.com 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

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 jagannadh.t...@gmail.com 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

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 a...@vyassoft.com wrote: Add code

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

2013-08-13 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