Re: [U-Boot] [PATCH 0/2] SPI flash enhancements: allow default bus and chip-selects

2012-01-31 Thread Mike Frysinger
On Monday 30 January 2012 15:02:24 Eric Nelson wrote: Patch 1 modifies the 'sf' command to allow a default bus and chip-select to be specified by board headers. This allows a bare 'sf' probe command: U-Boot sf probe instead of the more cumbersome usage when a GPIO is tacked onto the

Re: [U-Boot] [PATCH 0/2] SPI flash enhancements: allow default bus and chip-selects

2012-01-31 Thread Eric Nelson
On 01/31/2012 08:16 AM, Mike Frysinger wrote: On Monday 30 January 2012 15:02:24 Eric Nelson wrote: Patch 1 modifies the 'sf' command to allow a default bus and chip-select to be specified by board headers. This allows a bare 'sf' probe command: U-Boot sf probe instead of the more

Re: [U-Boot] [PATCH 0/2] SPI flash enhancements: allow default bus and chip-selects

2012-01-31 Thread Dirk Behme
On 31.01.2012 16:16, Mike Frysinger wrote: On Monday 30 January 2012 15:02:24 Eric Nelson wrote: Patch 1 modifies the 'sf' command to allow a default bus and chip-select to be specified by board headers. This allows a bare 'sf' probe command: U-Boot sf probe instead of the more

Re: [U-Boot] [PATCH 0/2] SPI flash enhancements: allow default bus and chip-selects

2012-01-31 Thread Mike Frysinger
On Tuesday 31 January 2012 11:21:29 Dirk Behme wrote: On 31.01.2012 16:16, Mike Frysinger wrote: On Monday 30 January 2012 15:02:24 Eric Nelson wrote: Patch 1 modifies the 'sf' command to allow a default bus and chip-select to be specified by board headers. This allows a bare 'sf' probe

[U-Boot] [PATCH 0/2] SPI flash enhancements: allow default bus and chip-selects

2012-01-30 Thread Eric Nelson
Patch 1 modifies the 'sf' command to allow a default bus and chip-select to be specified by board headers. 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