All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: Yocto Project <yocto@yoctoproject.org>,
	Bruce Ashfield <bruce.ashfield@windriver.com>,
	Tom Zanussi <tom.zanussi@intel.com>
Subject: [PATCH 00/11][linux-yocto-3.0] Backport fixes and add FRI2 support to pch_uart
Date: Thu,  1 Mar 2012 15:58:41 -0800	[thread overview]
Message-ID: <cover.1330643860.git.dvhart@linux.intel.com> (raw)

Backport 7 patches bringing pch_uart up to date with required fixes and new
features to support the 4 new patches (from me) enabling the FRI2 serial port.

My patches have been sent to LKML and have received the approval one of the
driver maintainers. They are currently pending review and a pull from Greg KH.

Please apply to yocto/standard/base.

The following changes since commit c578f3a1f357142a6e02a1df4ae9aa16f45094d6:

  Merge branch 'yocto/base' into yocto/standard/base (2012-02-26 00:04:15 -0500)

are available in the git repository at:

  git://git.infradead.org/users/dvhart/linux-yocto-3.0.git dvhart/yocto/standard/pch_uart
  http://git.infradead.org/users/dvhart/linux-yocto-3.0.git/shortlog/refs/heads/dvhart/yocto/standard/pch_uart

Alexander Stein (3):
  pch_uart: add missing comment about OKI ML7223
  pch_uart: Add MSI support
  drivers/tty/serial/pch_uart.c: add console support

Darren Hart (4):
  pch_uart: Use uartclk instead of base_baud
  pch_uart: Add Fish River Island II uart clock quirks
  pch_uart: Add user_uartclk parameter
  pch_uart: Use existing default_baud in setup_console

Jiri Slaby (1):
  TTY: serial, fix includes in some drivers

Tomoya MORINAGA (2):
  pch_uart: Set PCIe bus number using probe parameter
  pch_uart: Change company name OKI SEMICONDUCTOR to LAPIS
    Semiconductor

Uwe Kleine-König (1):
  serial/pch: use global div helper instead of creating a private one

 drivers/tty/serial/Kconfig                  |    9 +
 drivers/tty/serial/apbuart.c                |    1 +
 drivers/tty/serial/cpm_uart/cpm_uart_core.c |    1 +
 drivers/tty/serial/dz.c                     |    1 +
 drivers/tty/serial/ioc3_serial.c            |    1 +
 drivers/tty/serial/ioc4_serial.c            |    1 +
 drivers/tty/serial/m32r_sio.c               |    1 +
 drivers/tty/serial/max3100.c                |    2 +
 drivers/tty/serial/max3107.c                |    2 +
 drivers/tty/serial/mpc52xx_uart.c           |    1 +
 drivers/tty/serial/msm_serial_hs.c          |    2 +
 drivers/tty/serial/mux.c                    |    2 +
 drivers/tty/serial/nwpserial.c              |    1 +
 drivers/tty/serial/pch_uart.c               |  227 ++++++++++++++++++++++++---
 drivers/tty/serial/sb1250-duart.c           |    1 +
 drivers/tty/serial/serial_ks8695.c          |    1 +
 drivers/tty/serial/serial_txx9.c            |    2 +
 drivers/tty/serial/sn_console.c             |    1 +
 drivers/tty/serial/timbuart.c               |    2 +
 drivers/tty/serial/uartlite.c               |    1 +
 drivers/tty/serial/ucc_uart.c               |    4 +-
 drivers/tty/serial/xilinx_uartps.c          |    4 +-
 drivers/tty/serial/zs.c                     |    1 +
 23 files changed, 246 insertions(+), 23 deletions(-)

-- 
1.7.6.5



             reply	other threads:[~2012-03-02  0:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-01 23:58 Darren Hart [this message]
2012-03-01 23:58 ` [PATCH 01/11] pch_uart: add missing comment about OKI ML7223 Darren Hart
2012-03-01 23:58 ` [PATCH 02/11] pch_uart: Set PCIe bus number using probe parameter Darren Hart
2012-03-01 23:58 ` [PATCH 03/11] TTY: serial, fix includes in some drivers Darren Hart
2012-03-01 23:58 ` [PATCH 04/11] pch_uart: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor Darren Hart
2012-03-01 23:58 ` [PATCH 05/11] pch_uart: Add MSI support Darren Hart
2012-03-01 23:58 ` [PATCH 06/11] drivers/tty/serial/pch_uart.c: add console support Darren Hart
2012-03-01 23:58 ` [PATCH 07/11] serial/pch: use global div helper instead of creating a private one Darren Hart
2012-03-01 23:58 ` [PATCH 08/11] pch_uart: Use uartclk instead of base_baud Darren Hart
2012-03-01 23:58 ` [PATCH 09/11] pch_uart: Add Fish River Island II uart clock quirks Darren Hart
2012-03-01 23:58 ` [PATCH 10/11] pch_uart: Add user_uartclk parameter Darren Hart
2012-03-01 23:58 ` [PATCH 11/11] pch_uart: Use existing default_baud in setup_console Darren Hart
2012-03-02 21:03 ` [PATCH 00/11][linux-yocto-3.0] Backport fixes and add FRI2 support to pch_uart Bruce Ashfield

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.1330643860.git.dvhart@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=bruce.ashfield@windriver.com \
    --cc=tom.zanussi@intel.com \
    --cc=yocto@yoctoproject.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 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.