linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 00/11] Second Round of Renesas SH SCI updates for v3.14
@ 2013-12-24 14:14 Simon Horman
  2013-12-24 14:14 ` [PATCH 01/11] serial: sh-sci: Sort headers alphabetically Simon Horman
                   ` (12 more replies)
  0 siblings, 13 replies; 26+ messages in thread
From: Simon Horman @ 2013-12-24 14:14 UTC (permalink / raw)
  To: linux-arm-kernel

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(-)

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2014-02-20  9:26 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-24 14:14 [GIT PULL 00/11] Second Round of Renesas SH SCI updates for v3.14 Simon Horman
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

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).