[PATCH] Refresh palmz71_defconfig

2008-03-29 Thread Francisco Alecrim
Refresh palmz71_defconfig Signed-off-by: Francisco Alecrim <[EMAIL PROTECTED]> --- arch/arm/configs/palmz71_defconfig |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/configs/palmz71_defconfig b/arch/arm/configs/palmz71_defconfig index 22017c8..6361922 100644

[PATCH] i2c: Update twl4030's includes

2008-03-29 Thread Francisco Alecrim
Update twl4030's includes. Headers now available under include/linux/i2c. arch/arm/mach-omap2/board-2430sdp.c:41:34: error: asm/arch/twl4030-rtc.h: No such file or directory drivers/video/omap/lcd_2430sdp.c:30:30: error: asm/arch/twl4030.h: No such file or directory Signed-off-by: Francisco Ale

[PATCH] Fix TUSB6010 ID register offsets.

2008-03-29 Thread Andrzej Zaborowski
From: Andrzej Zaborowski <[EMAIL PROTECTED]> [Sorry, the previous patch was a copy/paste mistake, this one should be better] I have no access to the docs for this chip but I'm pretty sure the current address of the two DIDR1 registers is wrong because it's outside the TUSB-specific register space

[PATCH] Stop AIC23 driver from Oopsing.

2008-03-29 Thread Andrzej Zaborowski
From: Andrzej Zaborowski <[EMAIL PROTECTED]> Prevent AIC23 driver Oopsing when no AIC23 is present by moving some of the initialisation to after the chip is found. There seems to be more that should be fixed in this driver but with this change it can at least be compiled into a kernel safely. Si

[PATCH] Fix TUSB6010 ID register offsets.

2008-03-29 Thread Andrzej Zaborowski
From: Andrzej Zaborowski <[EMAIL PROTECTED]> I have no access to the docs for this chip but I'm pretty sure the current address of the two DIDR1 registers is wrong because it's outside the TUSB-specific register space. The modified address in turn has a good chance to be correct. Signed-off-by: