Re: [U-Boot] [PATCH V5] ARM: OMAP: I2C: New read, write and probe functions

2013-06-01 Thread Heiko Schocher
Hello Lubomir, Am 01.06.2013 18:44, schrieb Lubomir Popov: > New i2c_read, i2c_write and i2c_probe functions, tested on OMAP4 > (4430/60/70), OMAP5 (5430) and AM335X (3359); should work on older > OMAPs and derivatives as well. The only anticipated exception would > be the OMAP2420, which shall re

[U-Boot] [PATCH V5] ARM: OMAP: I2C: New read, write and probe functions

2013-06-01 Thread Lubomir Popov
New i2c_read, i2c_write and i2c_probe functions, tested on OMAP4 (4430/60/70), OMAP5 (5430) and AM335X (3359); should work on older OMAPs and derivatives as well. The only anticipated exception would be the OMAP2420, which shall require driver modification. - Rewritten i2c_read to operate correctly

Re: [U-Boot] [PATCH 2/3] am33xx: Correct NON_SECURE_SRAM_START/END

2013-06-01 Thread Tom Rini
On Fri, May 31, 2013 at 10:56:52PM +0200, Peter Korsgaard wrote: > > "Tom" == Tom Rini writes: > > Tom> Prior to Sricharan's cleanup of the boot parameter saving code, we > Tom> did not make use of NON_SECURE_SRAM_START on am33xx, so it wasn't a > Tom> problem that the address was pointing

Re: [U-Boot] Pull request v2: nand flash

2013-06-01 Thread Tom Rini
On Fri, May 31, 2013 at 05:17:39PM -0500, Scott Wood wrote: > v2: Amended the resync commit due to include/mtd/mtd-abi.h being > missing (it was present locally as an uncommitted file, which is why I > didn't see build failures). > > The following changes since commit 8bcb6f43e98ffc76e998349e0ec3

Re: [U-Boot] [PATCH 1/6] ARM: add secure monitor handler to switch to non-secure state

2013-06-01 Thread Albert ARIBAUD
On Sat, 1 Jun 2013 12:06:24 +0200, Albert ARIBAUD wrote: > Hi Christoffer, > > On Fri, 31 May 2013 16:50:09 -0700, Christoffer Dall > wrote: > > > On Fri, May 31, 2013 at 11:23:16AM +0200, Andre Przywara wrote: > > > On 05/31/2013 03:02 AM, Christoffer Dall wrote: > > > > This is added later

Re: [U-Boot] [PATCH 1/6] ARM: add secure monitor handler to switch to non-secure state

2013-06-01 Thread Albert ARIBAUD
Hi Christoffer, On Fri, 31 May 2013 16:50:09 -0700, Christoffer Dall wrote: > On Fri, May 31, 2013 at 11:23:16AM +0200, Andre Przywara wrote: > > On 05/31/2013 03:02 AM, Christoffer Dall wrote: > > This is added later in 5/6. For reviewing purposes I split the > > patches up to do the non-secur

Re: [U-Boot] TFTP timeouts, i.mx fec problem?

2013-06-01 Thread Ruud Commandeur
In fact, it does wait for the link-up bit in miiphy_wait_aneg( ), which is called from fec_open. So after the init and before starting to send the first packet, you notice a delay for about half as second (enabled some debug printing) waiting for this bit to get set and then the phy should be up