From mboxrd@z Thu Jan 1 00:00:00 1970 From: Soeren Moch Date: Thu, 27 Nov 2014 07:53:04 +0100 Subject: [U-Boot] [PATCH] sata: fix reset_sata for dwc_ahsata In-Reply-To: References: <54752EB7.9060108@web.de> <1417002047-4644-1-git-send-email-smoch@web.de> <54760FF8.6050002@compulab.co.il> <547662F7.2030807@web.de> Message-ID: <5476CA50.5070902@web.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabio, On 27.11.2014 02:12, Fabio Estevam wrote: > Hi Soeren, > > On Wed, Nov 26, 2014 at 9:32 PM, Soeren Moch wrote: > >> off the sata controller clock. I'm even not sure that my patch would >> work for i.MX6SX, if I further think about it. It is already not easy to > > No need to worry about it: there is no sata on solox ;-) > Of course, but does the code compile for it? OK, probably yes, because nobody would define CMD_SATA for such board. Even better if you think the patch will work for all mx6 variants. Maybe I should send a second version of the patch with fixed typecast. Soeren