From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 23 Jan 2012 12:52:26 -0700 Subject: [U-Boot] [PATCH V2 0/6] mxc_spi refactoring (for mx6q and mx6qsabrelite) In-Reply-To: References: <1327337214-3328-1-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <4F1DBA7A.4060700@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 01/23/2012 10:51 AM, Fabio Estevam wrote: > >> > Patch 4 modifies the 'sf' command to allow a default chip-select >> > to be specified by board headers as is done on efika et al. This allows >> > a bare 'sf' probe command: >> > U-Boot> sf probe >> > instead of the more cumbersome usage when a GPIO is tacked onto >> > the chip-select. Otherwise, this command-line would be needed >> > to specify GP3:19 on SabreLite: >> > U-Boot> sf probe 0x5300 > I think this comment is very useful and it would be nice to have it in > the commit log of the patch. > Works for me. Any other requests before V3?