From: Tony Lindgren <tony@atomide.com>
To: Sergio Aguirre <saaguirre@ti.com>
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: Re: [PATCH 0/7] omap3: serial code for 3630 and zoom2/3 fixes
Date: Mon, 22 Mar 2010 14:16:05 -0700 [thread overview]
Message-ID: <20100322211604.GV11448@atomide.com> (raw)
In-Reply-To: <1268694252-21985-1-git-send-email-saaguirre@ti.com>
* Sergio Aguirre <saaguirre@ti.com> [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
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/7] omap3: serial code for 3630 and zoom2/3 fixes
Date: Mon, 22 Mar 2010 14:16:05 -0700 [thread overview]
Message-ID: <20100322211604.GV11448@atomide.com> (raw)
In-Reply-To: <1268694252-21985-1-git-send-email-saaguirre@ti.com>
* Sergio Aguirre <saaguirre@ti.com> [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 at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2010-03-22 21:14 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-15 23:04 [PATCH 0/7] omap3: serial code for 3630 and zoom2/3 fixes Sergio Aguirre
2010-03-15 23:04 ` Sergio Aguirre
2010-03-15 23:04 ` [PATCH 1/7] OMAP3: serial: Check for zero-based physical addr Sergio Aguirre
2010-03-15 23:04 ` Sergio Aguirre
2010-03-15 23:04 ` [PATCH 2/7] OMAP3: serial: Use dev_* macros instead of printk Sergio Aguirre
2010-03-15 23:04 ` Sergio Aguirre
2010-03-15 23:04 ` [PATCH 3/7] omap2/3/4: serial: Remove condition for getting uart4_phys Sergio Aguirre
2010-03-15 23:04 ` Sergio Aguirre
2010-03-15 23:04 ` [PATCH 4/7] omap3: zoom2/3 / 3630sdp: Don't init always all uarts Sergio Aguirre
2010-03-15 23:04 ` Sergio Aguirre
2010-03-15 23:04 ` [PATCH 5/7] omap3: 3630sdp: Explicitly enable all UARTs Sergio Aguirre
2010-03-15 23:04 ` Sergio Aguirre
2010-03-15 23:04 ` [PATCH 6/7] omap3: zoom 2/3: Change debugboard serial port id Sergio Aguirre
2010-03-15 23:04 ` Sergio Aguirre
2010-03-15 23:04 ` [PATCH 7/7] omap3: zoom2/3: Register only 1 8250 port Sergio Aguirre
2010-03-15 23:04 ` Sergio Aguirre
2010-03-22 21:16 ` Tony Lindgren [this message]
2010-03-22 21:16 ` [PATCH 0/7] omap3: serial code for 3630 and zoom2/3 fixes Tony Lindgren
-- strict thread matches above, loose matches on Subject: below --
2010-03-12 20:00 Sergio Aguirre
2010-03-15 20:36 ` Aguirre, Sergio
2010-03-15 21:15 ` Tony Lindgren
2010-03-15 21:50 ` Aguirre, Sergio
2010-03-15 22:48 ` Tony Lindgren
2010-03-15 23:03 ` Aguirre, Sergio
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100322211604.GV11448@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=saaguirre@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.