Re: [U-Boot] [PATCH V3] i.MX6: mx6q_sabrelite: add SATA bindings

2012-04-30 Thread Eric Nelson
Hi Marek, On 04/29/2012 07:27 PM, Marek Vasut wrote: Dear Eric Nelson, Signed-off-by: Eric Nelsoneric.nel...@boundarydevices.com --- V2 has been stripped of the board-independent changes and uses clrsetbits_le32() instead of twiddling bits by hand. snip +int setup_sata(void) +{ +

Re: [U-Boot] [PATCH V3] i.MX6: mx6q_sabrelite: add SATA bindings

2012-04-29 Thread Stefano Babic
On 28/04/2012 17:36, Eric Nelson wrote: Hi Dirk, On 04/28/2012 07:51 AM, Dirk Behme wrote: Hi Eric, On 26.04.2012 01:50, Eric Nelson wrote: Signed-off-by: Eric Nelsoneric.nel...@boundarydevices.com --- V2 has been stripped of the board-independent changes and uses clrsetbits_le32()

Re: [U-Boot] [PATCH V3] i.MX6: mx6q_sabrelite: add SATA bindings

2012-04-29 Thread Marek Vasut
Dear Eric Nelson, Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- V2 has been stripped of the board-independent changes and uses clrsetbits_le32() instead of twiddling bits by hand. V3 returns immediately from setup_sata() if enable_sata_clock() returns an error.

Re: [U-Boot] [PATCH V3] i.MX6: mx6q_sabrelite: add SATA bindings

2012-04-28 Thread Dirk Behme
Hi Eric, On 26.04.2012 01:50, Eric Nelson wrote: Signed-off-by: Eric Nelsoneric.nel...@boundarydevices.com --- V2 has been stripped of the board-independent changes and uses clrsetbits_le32() instead of twiddling bits by hand. V3 returns immediately from setup_sata() if enable_sata_clock()

Re: [U-Boot] [PATCH V3] i.MX6: mx6q_sabrelite: add SATA bindings

2012-04-28 Thread Eric Nelson
Hi Dirk, On 04/28/2012 07:51 AM, Dirk Behme wrote: Hi Eric, On 26.04.2012 01:50, Eric Nelson wrote: Signed-off-by: Eric Nelsoneric.nel...@boundarydevices.com --- V2 has been stripped of the board-independent changes and uses clrsetbits_le32() instead of twiddling bits by hand. V3 returns

[U-Boot] [PATCH V3] i.MX6: mx6q_sabrelite: add SATA bindings

2012-04-25 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- V2 has been stripped of the board-independent changes and uses clrsetbits_le32() instead of twiddling bits by hand. V3 returns immediately from setup_sata() if enable_sata_clock() returns an error.