linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] winbond-cir: Fix initialization v2
@ 2012-09-06 22:20 Sean Young
  2012-09-06 22:20 ` [PATCH 1/2] 8250_pnp: merge into 8250 module so pnp probe can done first Sean Young
  2012-09-06 22:20 ` [PATCH 2/2] 8250: blacklist IR ports Sean Young
  0 siblings, 2 replies; 7+ messages in thread
From: Sean Young @ 2012-09-06 22:20 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.

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.

Diffed against tty-next.

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

Sean Young (2):
  8250_pnp: merge into 8250 module so pnp probe can done first
  8250: blacklist IR ports

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

-- 
1.7.11.4


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

end of thread, other threads:[~2012-09-07 11:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 22:20 [PATCH 0/2] winbond-cir: Fix initialization v2 Sean Young
2012-09-06 22:20 ` [PATCH 1/2] 8250_pnp: merge into 8250 module so pnp probe can done first Sean Young
2012-09-06 22:20 ` [PATCH 2/2] 8250: blacklist IR ports Sean Young
2012-09-07  0:01   ` Alan Cox
2012-09-07  9:30     ` Sean Young
2012-09-07 10:25       ` Alan Cox
2012-09-07 11:37         ` Sean Young

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