Hi, This is the v3 of the RFC for UART4 addition for 3630 chips. Changes with respect to v2 [1]: - Merged patches for control bits. - Fix umproper check during globals setting. cpu_is_omap3630 was invalid at that point. (now 3630 boards are bootable gain!) - Fix hardcode to use PER domain on UART3 only. Indirect dependencies: - Tested with Thomas Weber's patch [2]. Thanks for Paul Walmsley and Tony Lindgreen for their initial comments. Detailed patchlist summary: Sergio Aguirre (6): OMAP3: serial: Check for zero-based physical addr omap2/3/4: serial: Remove condition for getting uart4_phys ARM: OMAP3630: PRCM: Add UART4 control bits OMAP clock: Add uart4_ick/fck definitions for 3630 OMAP3: PRCM: Consider UART4 for 3630 chip in prcm_setup_regs omap3: serial: Fix uart4 handling for 3630 arch/arm/mach-omap2/clock3xxx_data.c | 22 +++++++++++++++++++++ arch/arm/mach-omap2/cm-regbits-34xx.h | 2 + arch/arm/mach-omap2/pm34xx.c | 8 +++++- arch/arm/mach-omap2/prcm-common.h | 4 +++ arch/arm/mach-omap2/serial.c | 34 +++++++++++++++++++------------- 5 files changed, 54 insertions(+), 16 deletions(-) [1] http://marc.info/?l=linux-omap&m=126719959007695&w=2 [2] http://marc.info/?l=linux-kernel&m=126709078514087&w=2 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html