Re: [U-Boot] : sf: spansion: Add support for S25FL128S

2013-06-11 Thread Scott Wood
On 06/11/2013 05:14:53 PM, Fleming Andy-AFLEMING wrote: On Jun 10, 2013, at 1:34 PM, Jagan Teki wrote: > Hi, > > Request for few details here. > > I am not understanding why this is applied on tree, [even i din't see > the applied note on mailing list, may be i am missing] I've been bad ab

Re: [U-Boot] [PATCH v3 00/17] sf: Update sf framework to support all sizes of flashes

2013-06-11 Thread Simon Glass
Hi Jagan, On Tue, Jun 11, 2013 at 12:23 PM, Jagannadha Sutradharudu Teki < jagannadha.sutradharudu-t...@xilinx.com> wrote: > This series is v3 for the patch series sent few weeks back with a head > "sf: Update sf framework to support all sizes of flashes" > > All patch are looks same for v2 and v

Re: [U-Boot] [PATCH RFC] NET: TSEC: make PHY addresses software configurable

2013-06-11 Thread Andy Fleming
On Mon, Jun 10, 2013 at 8:45 AM, Wolfgang Denk wrote: > Some systems use a SoM (system on module) in such a way that the PHY > addresses depend on the carrier board used, or even on the geographic > position of the SoM on the carrier board. This patch adds support for > runtime assignment of the

Re: [U-Boot] : sf: spansion: Add support for S25FL128S

2013-06-11 Thread Tom Rini
On Tue, Jun 11, 2013 at 10:14:53PM +, Fleming Andy-AFLEMING wrote: > > On Jun 10, 2013, at 1:34 PM, Jagan Teki wrote: > > > Hi, > > > > Request for few details here. > > > > I am not understanding why this is applied on tree, [even i din't see > > the applied note on mailing list, may be i

Re: [U-Boot] : sf: spansion: Add support for S25FL128S

2013-06-11 Thread Fleming Andy-AFLEMING
On Jun 11, 2013, at 5:17 PM, Scott Wood wrote: > On 06/11/2013 05:14:53 PM, Fleming Andy-AFLEMING wrote: >> On Jun 10, 2013, at 1:34 PM, Jagan Teki wrote: >> > Hi, >> > >> > Request for few details here. >> > >> > I am not understanding why this is applied on tree, [even i din't see >> > the appl

Re: [U-Boot] fdt: remove unaligned access in fdt_fixup_ethernet()

2013-06-11 Thread Jerry Van Baren
Hi Stephen, Sorry for not applying this in a timely manner. Thanks, Tom, for covering for me. gvb On 06/07/2013 02:19 PM, Tom Rini wrote: On Mon, May 27, 2013 at 06:01:19PM -, Stephen Warren wrote: Some ARM compilers may emit code that makes unaligned accesses when faced with construc

[U-Boot] [PATCH v2] dfu: make data buffer size configurable

2013-06-11 Thread Heiko Schocher
Dfu transfer uses a buffer before writing data to the raw storage device. Make the size (in bytes) of this buffer configurable through environment variable "dfu_bufsiz". Defaut value is configurable through CONFIG_SYS_DFU_DATA_BUF_SIZE Signed-off-by: Heiko Schocher Cc: Pantelis Antoniou Cc: Tom

Re: [U-Boot] [PATCH] fsl_esdhc: Do not clear interrupt status bits until data processed

2013-06-11 Thread Dirk Behme
On 11.06.2013 17:34, Andrew Gabbasov wrote: After waiting for the command completion event, the interrupt status bits, that occured to be set by that time, are cleared by writing them back. It is supposed, that it should be command related bits (command complete and may be command errors). Howev

Re: [U-Boot] [PATCH v2] spi: mxc_spi: Update pre and post divider algorithm

2013-06-11 Thread Dirk Behme
On 11.05.2013 07:25, Dirk Behme wrote: The spi clock divisor is of the form x * (2**y), or x << y, where x is 1 to 16, and y is 0 to 15. Note the similarity with floating point numbers. Convert the desired divisor to the smallest number which is >= desired divisor, and can be represented in th

<    1   2