From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Tue, 01 May 2012 13:23:58 -0700 Subject: [U-Boot] [PATCH V5] i.MX6: mx6q_sabrelite: add SATA bindings In-Reply-To: <201205012209.20743.marex@denx.de> References: <1335902111-10159-1-git-send-email-eric.nelson@boundarydevices.com> <201205012209.20743.marex@denx.de> Message-ID: <4FA0465E.8020203@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/01/2012 01:09 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 removes extra #include and addresses a style issue as discussed >> on the ML. >> >> V5 addresses another (hopefully last) style issue. > > Sorry for torturing you so much :-) > No worries. I think I have a high threshold... > Acked-by: Marek Vasut > Thanks for the ack.