From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rabin Vincent Date: Fri, 5 Jun 2009 18:39:39 +0530 Subject: [U-Boot] [PATCH] mmc: fix SD card SCR register decoding on little endian systems In-Reply-To: References: Message-ID: <20090605130939.GA2494@debian> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Jun 02, 2009 at 05:47:09PM +0200, Herrmann Ulrich wrote: > Rabin Vincent's fix for little endian systems fixes only the issues > regarding responses received on the command line. > However the SD card's SCR register is received on the DAT0 line > - therefore it must be handled in an endian independent way. > > This is an addendum to "[PATCH 4/5] mmc: fix response decoding on little > endian" from rabin at rab.in. > > Signed-off-by: Ulrich Herrmann Thanks for this. Due to unrelated reasons the usage of the SEND_SCR command had to be disabled for my controller, so I missed this. Rabin