From: Baruch Siach <baruch@tkos.co.il>
To: Barry Song <Barry.Song@csr.com>
Cc: torvalds@linux-foundation.org, Rong Wang <Rong.Wang@csr.com>,
Bin Shi <Bin.Shi@csr.com>,
Linus Walleij <linus.walleij@linaro.org>,
linux-kernel@vger.kernel.org, workgroup.linux@csr.com,
linux-serial@vger.kernel.org, Barry Song <Baohua.Song@csr.com>,
linux-arm-kernel@lists.infradead.org, alan@linux.intel.com
Subject: Re: [PATCH] UART: add CSR SiRFprimaII SoC on-chip uart drivers
Date: Fri, 28 Oct 2011 09:11:29 +0200 [thread overview]
Message-ID: <20111028071129.GA2362@tarshish> (raw)
In-Reply-To: <1319772453-1275-1-git-send-email-Barry.Song@csr.com>
Hi Barry,
On Thu, Oct 27, 2011 at 08:27:33PM -0700, Barry Song wrote:
> From: Rong Wang <Rong.Wang@csr.com>
>
> SiRFprimaII is the latest generation application processor from CSR’s
> multi-function SoC product family.
> The SoC support codes are in arch/arm/mach-prima2 from Linux mainline
> 3.0.
>
> There are three dedicated UARTs in system. This patch adds basic driver
> support for them.
>
> It has used the newest pinmux subsystem from Linus Walleij.
>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Rong Wang <Rong.Wang@csr.com>
> Signed-off-by: Bin Shi <Bin.Shi@csr.com>
> Signed-off-by: Barry Song <Baohua.Song@csr.com>
> Acked-by: Alan Cox <alan@linux.intel.com>
> ---
[snip]
> +config SERIAL_SIRFSOC
> + tristate "SiRF SoC Platform Serial port support"
> + depends on ARM && ARCH_PRIMA2
> + select SERIAL_CORE
> + help
> + Support for the on-chip UART on the CSR SiRFprimaII series,
> + providing /dev/ttyS0, 1 and 2 (note, some machines may not
> + provide all of these ports, depending on how the serial port
> + pins are configured.
Unbalanced parentheses.
baruch
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
--
To unsubscribe from this list: send the line "unsubscribe linux-serial" 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: baruch@tkos.co.il (Baruch Siach)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] UART: add CSR SiRFprimaII SoC on-chip uart drivers
Date: Fri, 28 Oct 2011 09:11:29 +0200 [thread overview]
Message-ID: <20111028071129.GA2362@tarshish> (raw)
In-Reply-To: <1319772453-1275-1-git-send-email-Barry.Song@csr.com>
Hi Barry,
On Thu, Oct 27, 2011 at 08:27:33PM -0700, Barry Song wrote:
> From: Rong Wang <Rong.Wang@csr.com>
>
> SiRFprimaII is the latest generation application processor from CSR?s
> multi-function SoC product family.
> The SoC support codes are in arch/arm/mach-prima2 from Linux mainline
> 3.0.
>
> There are three dedicated UARTs in system. This patch adds basic driver
> support for them.
>
> It has used the newest pinmux subsystem from Linus Walleij.
>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Rong Wang <Rong.Wang@csr.com>
> Signed-off-by: Bin Shi <Bin.Shi@csr.com>
> Signed-off-by: Barry Song <Baohua.Song@csr.com>
> Acked-by: Alan Cox <alan@linux.intel.com>
> ---
[snip]
> +config SERIAL_SIRFSOC
> + tristate "SiRF SoC Platform Serial port support"
> + depends on ARM && ARCH_PRIMA2
> + select SERIAL_CORE
> + help
> + Support for the on-chip UART on the CSR SiRFprimaII series,
> + providing /dev/ttyS0, 1 and 2 (note, some machines may not
> + provide all of these ports, depending on how the serial port
> + pins are configured.
Unbalanced parentheses.
baruch
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
WARNING: multiple messages have this Message-ID (diff)
From: Baruch Siach <baruch@tkos.co.il>
To: Barry Song <Barry.Song@csr.com>
Cc: torvalds@linux-foundation.org, Rong Wang <Rong.Wang@csr.com>,
Bin Shi <Bin.Shi@csr.com>,
Linus Walleij <linus.walleij@linaro.org>,
linux-kernel@vger.kernel.org, workgroup.linux@csr.com,
linux-serial@vger.kernel.org, Barry Song <Baohua.Song@csr.com>,
linux-arm-kernel@lists.infradead.org, alan@linux.intel.com
Subject: Re: [PATCH] UART: add CSR SiRFprimaII SoC on-chip uart drivers
Date: Fri, 28 Oct 2011 09:11:29 +0200 [thread overview]
Message-ID: <20111028071129.GA2362@tarshish> (raw)
In-Reply-To: <1319772453-1275-1-git-send-email-Barry.Song@csr.com>
Hi Barry,
On Thu, Oct 27, 2011 at 08:27:33PM -0700, Barry Song wrote:
> From: Rong Wang <Rong.Wang@csr.com>
>
> SiRFprimaII is the latest generation application processor from CSR’s
> multi-function SoC product family.
> The SoC support codes are in arch/arm/mach-prima2 from Linux mainline
> 3.0.
>
> There are three dedicated UARTs in system. This patch adds basic driver
> support for them.
>
> It has used the newest pinmux subsystem from Linus Walleij.
>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Rong Wang <Rong.Wang@csr.com>
> Signed-off-by: Bin Shi <Bin.Shi@csr.com>
> Signed-off-by: Barry Song <Baohua.Song@csr.com>
> Acked-by: Alan Cox <alan@linux.intel.com>
> ---
[snip]
> +config SERIAL_SIRFSOC
> + tristate "SiRF SoC Platform Serial port support"
> + depends on ARM && ARCH_PRIMA2
> + select SERIAL_CORE
> + help
> + Support for the on-chip UART on the CSR SiRFprimaII series,
> + providing /dev/ttyS0, 1 and 2 (note, some machines may not
> + provide all of these ports, depending on how the serial port
> + pins are configured.
Unbalanced parentheses.
baruch
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
next prev parent reply other threads:[~2011-10-28 7:12 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-28 3:27 [PATCH] UART: add CSR SiRFprimaII SoC on-chip uart drivers Barry Song
2011-10-28 3:27 ` Barry Song
2011-10-28 3:27 ` Barry Song
2011-10-28 7:11 ` Baruch Siach [this message]
2011-10-28 7:11 ` Baruch Siach
2011-10-28 7:11 ` Baruch Siach
2011-10-28 7:35 ` Barry Song
2011-10-28 7:35 ` Barry Song
2011-10-28 7:35 ` Barry Song
2011-11-01 11:42 ` Alan Cox
2011-11-01 11:42 ` Alan Cox
2011-11-01 12:48 ` Barry Song
2011-11-01 12:48 ` Barry Song
2011-11-01 13:10 ` Greg KH
2011-11-01 13:10 ` Greg KH
2011-11-01 13:28 ` Barry Song
2011-11-01 13:28 ` Barry Song
2011-11-01 13:40 ` Greg KH
2011-11-01 13:40 ` Greg KH
-- strict thread matches above, loose matches on Subject: below --
2011-11-17 15:17 Barry Song
2011-10-13 6:28 Barry Song
2011-10-13 6:28 ` Barry Song
2011-10-13 9:55 ` Alan Cox
2011-10-13 9:55 ` Alan Cox
2011-10-13 13:45 ` Barry Song
2011-10-13 13:45 ` Barry Song
2011-10-13 14:27 ` Alan Cox
2011-10-13 14:27 ` Alan Cox
2011-10-13 14:49 ` Barry Song
2011-10-13 14:49 ` Barry Song
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=20111028071129.GA2362@tarshish \
--to=baruch@tkos.co.il \
--cc=Baohua.Song@csr.com \
--cc=Barry.Song@csr.com \
--cc=Bin.Shi@csr.com \
--cc=Rong.Wang@csr.com \
--cc=alan@linux.intel.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=workgroup.linux@csr.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.