linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] winbond-cir: Fix initialization
@ 2012-09-07 18:06 Sean Young
  2012-09-07 18:06 ` [PATCH v3 1/2] 8250_pnp: do pnp probe before legacy probe Sean Young
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sean Young @ 2012-09-07 18:06 UTC (permalink / raw)
  To: Alan Cox, Greg Kroah-Hartman, linux-serial
  Cc: David Härdeman, Mauro Carvalho Chehab

The serial driver will detect the winbond cir device as a serial port,
since it looks exactly like a serial port unless you know what it is
from the PNP ID.

v2:
Alan Cox pointed out[1] that the pnp serial probe should be done before
the legacy probe and we should keep track of any IR ports during the
pnp scan. This is an implementation of that idea.

[1] http://www.spinics.net/lists/linux-serial/msg06757.html

v3:
 - Removed IrDA entries
 - Renamed PORT_IR to PORT_8250_CIR
 - commit message rewording

Diffed against tty-next.

Sean Young (2):
  8250_pnp: do pnp probe before legacy probe
  8250: blacklist Winbond CIR port

 drivers/tty/serial/8250/8250.c     |   47 ++++++++++++++++++++++++-----------
 drivers/tty/serial/8250/8250.h     |    9 +++++++
 drivers/tty/serial/8250/8250_pnp.c |   31 +++++++++++++----------
 drivers/tty/serial/8250/Kconfig    |   16 ++++++------
 drivers/tty/serial/8250/Makefile   |    5 ++-
 include/linux/serial_core.h        |    3 +-
 6 files changed, 72 insertions(+), 39 deletions(-)

-- 
1.7.2.5


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

end of thread, other threads:[~2012-09-24 13:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-07 18:06 [PATCH v3 0/2] winbond-cir: Fix initialization Sean Young
2012-09-07 18:06 ` [PATCH v3 1/2] 8250_pnp: do pnp probe before legacy probe Sean Young
2012-09-07 18:06 ` [PATCH v3 2/2] 8250: blacklist Winbond CIR port Sean Young
2012-09-24  9:53 ` [PATCH v3 0/2] winbond-cir: Fix initialization Sean Young
2012-09-24 13:18   ` Alan Cox

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