[PATCH 1/1] bootm: add global bootm.{image/initrd}.loadaddr support

2013-08-31 Thread Jean-Christophe PLAGNIOL-VILLARD
To be able to pass the loadaddr of the image and the initrd. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- commands/bootm.c | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/commands/bootm.c b/commands/bootm.c index 6ce2ca9..60c2ece 100644 --- a/com

[PATCH 1/1] arm: mmu: catch NULL pointer dereferences

2013-08-31 Thread Jean-Christophe PLAGNIOL-VILLARD
For high vectors if memory start at 0x0. We have to live without being able to catch NULL pointer dereferences. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- arch/arm/cpu/mmu.c | 27 +-- 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/arch/arm/cpu/mmu

Re: [PATCHi v2] i2c-omap: fix am33xx and omap3 fclk_rate

2013-08-31 Thread Sascha Hauer
On Fri, Aug 30, 2013 at 02:45:32PM +0200, Jan Weitzel wrote: > commit f64ed12b accidentally swap fclk_rate from am33xx and omap3. > Revert this change. > > Signed-off-by: Jan Weitzel Applied, thanks Sascha > --- > v2: > Fix also omap3 fclk_rate > Rename patch "i2c-omap: fix am33xx fclk_rate" >

Re: [PATCH] net/phy: support of mmd register read and write

2013-08-31 Thread Sascha Hauer
On Fri, Aug 30, 2013 at 10:01:20AM +0200, Jan Weitzel wrote: > Add function for indirect access of the mmd registers, based on linux. > phy_read_mmd_indirect > phy_write_mmd_indirect > > Also clean some private mmd functions > > Signed-off-by: Jan Weitzel Applied, thanks Sascha > --- > arch/

Re: [PATCH for next] PCM051: Fixup DDRPLL

2013-08-31 Thread Sascha Hauer
On Thu, Aug 29, 2013 at 02:54:15PM +0200, Teresa Gámez wrote: > The correct DDRPLL for PCM051 is 303MHz. > > Signed-off-by: Teresa Gámez Applied, thanks Sascha > --- > As the board runs also fine with 266MHz. There > is no need to fix it in master. > > arch/arm/boards/pcm051/lowlevel.c