From: Dan Williams <dan.j.williams@intel.com>
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org,
alan@linux.intel.com
Subject: [PATCH v2 0/4] rework quirks for the "kt" serial port
Date: Mon, 09 Apr 2012 11:21:58 -0700 [thread overview]
Message-ID: <20120409182041.317.33360.stgit@dwillia2-linux.jf.intel.com> (raw)
Changes since v1: http://marc.info/?l=linux-serial&m=133373702606784&w=2
1/ rebased series on 3.4-rc2 to fix up a collision in patch 2 and
dropped the recently accepted patches out of this series
2/ introduced quirk infrastructure for open firmware serial devices and
hooked it up for Tegra's serial quirk
3/ updated the changelog in patch 4 to show the problems with quirk
handling during resume
4/ added Alan's ack to patches 2-4. patch 1 is new.
Patch 1-3 are targetted at 3.5 (pending an ack from Tegra folks), patch
4 is a RFC as the KT resume case was already fixed by "Revert
"serial/8250_pci: init-quirk msi support for kt serial controller"
---
Dan Williams (3):
of_serial: add support for setup quirks
tegra, serial8250: add ->handle_break() uart_port op
serial/8250_pci: fix suspend/resume vs init/exit quirks
Sudhakar Mamillapalli (1):
serial/8250_pci: Clear FIFOs for Intel ME Serial Over Lan device on BI
arch/arm/configs/tegra_defconfig | 1
arch/arm/mach-tegra/board-harmony.c | 4 +
arch/arm/mach-tegra/board-paz00.c | 5 ++
arch/arm/mach-tegra/board-seaboard.c | 4 +
arch/arm/mach-tegra/board-trimslice.c | 4 +
arch/arm/mach-tegra/devices.h | 1
drivers/tty/serial/8250/8250.c | 44 +++++----------
drivers/tty/serial/8250/8250.h | 2 +
drivers/tty/serial/8250/8250_pci.c | 45 ++++++++++++++++
drivers/tty/serial/Kconfig | 8 +++
drivers/tty/serial/of_serial.c | 95 ++++++++++++++++++++++++++-------
include/linux/of_serial.h | 17 ++++++
include/linux/serial_8250.h | 1
include/linux/serial_core.h | 5 ++
14 files changed, 183 insertions(+), 53 deletions(-)
create mode 100644 include/linux/of_serial.h
next reply other threads:[~2012-04-09 18:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-09 18:21 Dan Williams [this message]
2012-04-09 18:22 ` [PATCH v2 1/4] of_serial: add support for setup quirks Dan Williams
2012-04-09 18:49 ` Arnd Bergmann
2012-04-09 19:15 ` Williams, Dan J
2012-04-09 19:15 ` Williams, Dan J
2012-04-09 18:22 ` [PATCH v2 2/4] tegra, serial8250: add ->handle_break() uart_port op Dan Williams
2012-04-09 18:22 ` [PATCH v2 3/4] serial/8250_pci: Clear FIFOs for Intel ME Serial Over Lan device on BI Dan Williams
2012-04-09 18:22 ` [PATCH v2 4/4] serial/8250_pci: fix suspend/resume vs init/exit quirks Dan Williams
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=20120409182041.317.33360.stgit@dwillia2-linux.jf.intel.com \
--to=dan.j.williams@intel.com \
--cc=alan@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.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.