Tony,
Please find attached pull request for your convenience.
Regards,
Sergio
> -----Original Message-----
> From: Aguirre, Sergio
> Sent: Friday, March 12, 2010 2:00 PM
> To: Tony Lindgren
> Cc: [email protected]; Kevin Hilman; Pandita, Vikram; Paul
> Walmsley; Felipe Balbi; Aguirre, Sergio
> Subject: [PATCH 0/7] omap3: serial code for 3630 and zoom2/3 fixes
>
> Hi,
>
> This series contains fixes for omap2/3/4 serial code, and are
> fixing:
> - Avoid doing ioremapp 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).
>
> 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
>
> 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
The following changes since commit a842b5f9ce70e1b738eabb4d719860070180ed1c:
Tony Lindgren (1):
Revert "omap: Add DSI regulator supply to OMAP3EVM board file"
are available in the git repository at:
git://dev.omapzoom.org/pub/scm/saaguirre/linux-omap-camera.git omap-fixes
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(-)