From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 0/7] omap3: serial code for 3630 and zoom2/3 fixes Date: Mon, 22 Mar 2010 14:16:05 -0700 Message-ID: <20100322211604.GV11448@atomide.com> References: <1268694252-21985-1-git-send-email-saaguirre@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:55645 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754736Ab0CVVOb (ORCPT ); Mon, 22 Mar 2010 17:14:31 -0400 Content-Disposition: inline In-Reply-To: <1268694252-21985-1-git-send-email-saaguirre@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Sergio Aguirre Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org * Sergio Aguirre [100315 15:59]: > Hi, > > This series contains fixes for omap2/3/4 serial code, and are > fixing: > - Avoid doing ioremap of a zero-based physical address. > (causing a kernel panic during early init on 3630boards) > - Unproper omap_revision check during uart globals setup. > (omap_revision is not yet filled at that point) > - Don't try to enable all uarts generically for zoom2/3 > and 3630sdp. > - Make zoom2/3 just register one serial port (ttyS0). Thanks, I've pulled this into omap-fixes-for-linus. Regards, Tony > This is a subset of the original series found here: [1] > > Thanks to: > - Vikram Pandita > - Paul Walmsley > - Kevin Hilman > - Manjunath Kondaiah > - Felipe Balbi > - Tony Lindgreen > > For all the feedback recieved so far. > > Regards, > Sergio > > Detailed changelog: > > Sergio Aguirre (7): > OMAP3: serial: Check for zero-based physical addr > OMAP3: serial: Use dev_* macros instead of printk > omap2/3/4: serial: Remove condition for getting uart4_phys > omap3: zoom2/3 / 3630sdp: Don't init always all uarts > omap3: 3630sdp: Explicitly enable all UARTs > omap3: zoom 2/3: Change debugboard serial port id > omap3: zoom2/3: Register only 1 8250 port > > arch/arm/configs/omap_zoom2_defconfig | 2 +- > arch/arm/configs/omap_zoom3_defconfig | 2 +- > arch/arm/mach-omap2/board-3630sdp.c | 1 + > arch/arm/mach-omap2/board-zoom-debugboard.c | 2 +- > arch/arm/mach-omap2/board-zoom-peripherals.c | 1 - > arch/arm/mach-omap2/serial.c | 35 +++++++++++++------------ > 6 files changed, 22 insertions(+), 21 deletions(-) > > [1] http://marc.info/?l=linux-omap&m=126826639903105&w=2 > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html