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 j.weit...@phytec.de Applied, thanks Sascha --- v2: Fix also omap3 fclk_rate Rename patch i2c-omap: fix am33xx

[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 plagn...@jcrosoft.com --- arch/arm/cpu/mmu.c | 27 +-- 1 file changed, 21 insertions(+), 6 deletions(-) diff