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

2012-05-01 Thread Eric Nelson
On 05/01/2012 02:11 PM, Marek Vasut wrote: Dear Eric Nelson, On 05/01/2012 12:25 PM, Marek Vasut wrote: Dear Eric Nelson, Signed-off-by: Eric Nelson --- V2 has been stripped of the board-independent changes and uses clrsetbits_le32() instead of twiddling bits by hand. V3 returns immediately

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

2012-05-01 Thread Marek Vasut
Dear Eric Nelson, > On 05/01/2012 12:25 PM, Marek Vasut wrote: > > Dear Eric Nelson, > > > >> Signed-off-by: Eric Nelson > >> --- > >> V2 has been stripped of the board-independent changes and > >> uses clrsetbits_le32() instead of twiddling bits by hand. > >> > >> V3 returns immediately from se

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

2012-05-01 Thread Eric Nelson
On 05/01/2012 12:25 PM, Marek Vasut wrote: Dear Eric Nelson, Signed-off-by: Eric Nelson --- 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. V4

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

2012-05-01 Thread Marek Vasut
Dear Eric Nelson, > Signed-off-by: Eric Nelson > --- > 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. > > V4 removes extra #include and

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

2012-05-01 Thread Eric Nelson
Signed-off-by: Eric Nelson --- 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. V4 removes extra #include and addresses a style issue as discussed