On Tue, 2007-03-27 at 14:30 -0400, [EMAIL PROTECTED] wrote:
> Minor point: the chip part numbers are actually IT887x, not ITE887x.
You are correct. Vendor is ITE, product IT887x (id=8872). What is the
advised naming convention for something like this?
> I STFW for a data sheet, but didn't have im
Minor point: the chip part numbers are actually IT887x, not ITE887x.
I STFW for a data sheet, but didn't have immediate luck. Does anyone know
where to find
documentation?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More
The Super I/O 887x-chipsets of ITE, are currently not completely
supported. This patch adds support for the serial ports of several
ITE 887x chips.
Signed-off-by: Niels de Vos <[EMAIL PROTECTED]>
---
On Tue, 2007-03-27 at 15:17 +0100, Russell King wrote:
> > +static void __devexit pci_ite887x_ex
On Tue, Mar 27, 2007 at 04:03:03PM +0200, Niels de Vos wrote:
> +static int __devinit pci_ite887x_init(struct pci_dev *dev)
> +{
> ...
> + if (ret > 0) {
> + dev->dev.driver_data = iobase;
> + } else {
> + /* the device has no UARTs if we get here */
> +
The Super I/O 887x-chipsets of ITE, are currently not completely
supported. This patch adds support for the serial ports of several
ITE 887x chips.
Signed-off-by: Niels de Vos <[EMAIL PROTECTED]>
---
Thanks Russell and Andrey for your comments. I've taken your suggestions
into account and reworke
On Mon, Mar 26, 2007 at 04:17:02PM +0200, Niels de Vos wrote:
> +/*
> + * ITE support by Niels de Vos <[EMAIL PROTECTED]>
> + */
> +
> +static int __devinit pci_ite887x_init(struct pci_dev *dev)
> +{
> + /* inta_addr are the configuration addresses of the ITE */
> + short inta_addr[] = { 0x
On 085, 03 26, 2007 at 04:17:02PM +0200, Niels de Vos wrote:
> Hi,
>
> the Super I/O 887x-chipsets of ITE, are currently not completely
> supported. Only parport_pc has the ability to activate the (optional)
> parallel port. This patch adds support for the serial ports.
>
> Signed-off-by: Niels d
Hi,
the Super I/O 887x-chipsets of ITE, are currently not completely
supported. Only parport_pc has the ability to activate the (optional)
parallel port. This patch adds support for the serial ports.
Signed-off-by: Niels de Vos <[EMAIL PROTECTED]>
--- linux-2.6.20.3/drivers/serial/8250_pci.c.ori
8 matches
Mail list logo