public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: Matt Schulte <matts@commtech-fastcom.com>
Cc: linux-serial@vger.kernel.org, Greg KH <greg@kroah.com>
Subject: Re: [PATCH v2] serial/8250: Add support for Exar's XR17V35x family of multi-port PCIe UARTs
Date: Wed, 14 Nov 2012 23:00:36 +0000	[thread overview]
Message-ID: <20121114230036.2504063c@pyramind.ukuu.org.uk> (raw)
In-Reply-To: <CAJp1Oe7tdGRzBAfXq67kzehgfUnw2FeeJRUEiX7RGya4NWkw7g@mail.gmail.com>

> +	/* Fixme: needs tidying up */
> +	check = serial_in(up, UART_EXAR_DVID);
> +	if ((check == 0x82) || (check == 0x84) || (check == 0x88))
> +		p->handle_irq = exar_handle_irq;

Can't you check the port type here rather than re-probing stuff ?


Otherwise looks good

  reply	other threads:[~2012-11-14 22:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-14 18:06 [PATCH v2] serial/8250: Add support for Exar's XR17V35x family of multi-port PCIe UARTs Matt Schulte
2012-11-14 23:00 ` Alan Cox [this message]
2012-11-14 23:05   ` Matt Schulte
2012-11-15 16:14     ` Matt Schulte
2012-11-15 20:46       ` Alan Cox
2012-11-15 21:37         ` Matt Schulte
2012-11-15 22:08           ` Alan Cox

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=20121114230036.2504063c@pyramind.ukuu.org.uk \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=greg@kroah.com \
    --cc=linux-serial@vger.kernel.org \
    --cc=matts@commtech-fastcom.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox