From: Simon Horman <horms+renesas@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 00/11] Second Round of Renesas SH SCI updates for v3.14
Date: Tue, 24 Dec 2013 14:14:11 +0000 [thread overview]
Message-ID: <cover.1387887969.git.horms+renesas@verge.net.au> (raw)
Hi Kevin, Hi Olof, Hi Arnd,
please consider this second round of Renesas SH SCI updates for v3.14.
They have been acked by Greg Kroah-Hartman to be taken
through my tree. The reason for this is that they are dependencies
for subsequent changes to use the common clock framework.
This pull-request is based on the first round of such changes,
tagged as renesas-sh-sci-for-v3.14, which I have previously sent
a pull-request for.
The following changes since commit b016b646e8676858f39ea9be760494b04b9ee0af:
serial: sh-sci: Convert to clk_prepare/unprepare (2013-12-14 09:59:31 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-sh-sci2-for-v3.14
for you to fetch changes up to ec09c5eb491834d4011c72538e58d8b7096076bd:
serial: sh-sci: Rework baud rate calculation (2013-12-24 11:17:53 +0900)
----------------------------------------------------------------
Second Round of Renesas SH SCI updates for v3.14
* Rework baud rate calculation
* Compute overrun_bit without using baud rate algo
* Remove unused GPIO request code
* Move overrun_bit and error_mask fields out of pdata
* Support resources passed through platform resources
* Don't check IRQ in verify port operation
* Set the UPF_FIXED_PORT flag
* Remove duplicate interrupt check in verify port op
* Simplify baud rate calculation algorithms
* Remove baud rate calculation algorithm 5
* Sort headers alphabetically
----------------------------------------------------------------
Laurent Pinchart (11):
serial: sh-sci: Sort headers alphabetically
serial: sh-sci: Remove baud rate calculation algorithm 5
serial: sh-sci: Simplify baud rate calculation algorithms
serial: sh-sci: Remove duplicate interrupt check in verify port op
serial: sh-sci: Set the UPF_FIXED_PORT flag
serial: sh-sci: Don't check IRQ in verify port operation
serial: sh-sci: Support resources passed through platform resources
serial: sh-sci: Move overrun_bit and error_mask fields out of pdata
serial: sh-sci: Remove unused GPIO request code
serial: sh-sci: Compute overrun_bit without using baud rate algo
serial: sh-sci: Rework baud rate calculation
drivers/tty/serial/sh-sci.c | 281 +++++++++++++++++++++-----------------------
drivers/tty/serial/sh-sci.h | 2 +-
include/linux/serial_sci.h | 34 ++----
3 files changed, 142 insertions(+), 175 deletions(-)
next reply other threads:[~2013-12-24 14:14 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-24 14:14 Simon Horman [this message]
2013-12-24 14:14 ` [PATCH 01/11] serial: sh-sci: Sort headers alphabetically Simon Horman
2013-12-24 14:14 ` [PATCH 02/11] serial: sh-sci: Remove baud rate calculation algorithm 5 Simon Horman
2013-12-24 14:14 ` [PATCH 03/11] serial: sh-sci: Simplify baud rate calculation algorithms Simon Horman
2013-12-24 14:14 ` [PATCH 04/11] serial: sh-sci: Remove duplicate interrupt check in verify port op Simon Horman
2013-12-24 14:14 ` [PATCH 05/11] serial: sh-sci: Set the UPF_FIXED_PORT flag Simon Horman
2013-12-24 14:14 ` [PATCH 06/11] serial: sh-sci: Don't check IRQ in verify port operation Simon Horman
2013-12-24 14:14 ` [PATCH 07/11] serial: sh-sci: Support resources passed through platform resources Simon Horman
2013-12-24 14:14 ` [PATCH 08/11] serial: sh-sci: Move overrun_bit and error_mask fields out of pdata Simon Horman
2013-12-24 14:14 ` [PATCH 09/11] serial: sh-sci: Remove unused GPIO request code Simon Horman
2013-12-24 14:14 ` [PATCH 10/11] serial: sh-sci: Compute overrun_bit without using baud rate algo Simon Horman
2013-12-24 14:14 ` [PATCH 11/11] serial: sh-sci: Rework baud rate calculation Simon Horman
2014-01-02 18:33 ` [GIT PULL 00/11] Second Round of Renesas SH SCI updates for v3.14 Olof Johansson
2014-02-13 8:03 ` [GIT PULL 00/11] Second Round of Renesas ARM Based SoC Board Updates for v3.15 Simon Horman
2014-02-13 8:03 ` [PATCH 01/11] ARM: shmobile: Lager: pass Ether PHY IRQ Simon Horman
2014-02-13 8:03 ` [PATCH 02/11] ARM: shmobile: Koelsch: " Simon Horman
2014-02-13 8:03 ` [PATCH 03/11] ARM: shmobile: koelsch: Add I2C support Simon Horman
2014-02-13 8:03 ` [PATCH 04/11] ARM: shmobile: bockw: use wp-gpios instead of WP pin Simon Horman
2014-02-13 8:03 ` [PATCH 05/11] ARM: shmobile: Lager USB0 cable detection workaround Simon Horman
2014-02-13 8:03 ` [PATCH 06/11] ARM: shmobile: lager: add sound support Simon Horman
2014-02-13 8:03 ` [PATCH 07/11] Revert "ARM: shmobile: marzen: Conditionally select SMSC_PHY" Simon Horman
2014-02-13 8:03 ` [PATCH 08/11] ARM: shmobile: genmai legacy: Add RSPI support Simon Horman
2014-02-13 8:03 ` [PATCH 09/11] ARM: shmobile: koelsch legacy: Add QSPI support Simon Horman
2014-02-13 8:03 ` [PATCH 10/11] ARM: shmobile: lager legacy: Switch QSPI to named IRQs Simon Horman
2014-02-13 8:03 ` [PATCH 11/11] ARM: shmobile: genmai: Enable r7s72100-ether Simon Horman
2014-02-20 9:26 ` [GIT PULL 00/11] Second Round of Renesas ARM Based SoC Board Updates for v3.15 Olof Johansson
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=cover.1387887969.git.horms+renesas@verge.net.au \
--to=horms+renesas@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).