Re: [PATCH 0/2] serial: 8250_pci: Fintek products patches

2015-03-18 Thread Greg KH
On Mon, Mar 16, 2015 at 09:35:34AM +0800, Peter Hung wrote:
> Hello,
> 
> Greg KH 於 2015/3/15 下午 05:25 寫道:
> >Why did you cc: the linux-usb@vger mailing list on these?  Don't you
> >mean linux-serial@vger?
> >
> 
> Sorry for my fault. Should I resend it with correct mail-list with V2 ??
> or just send this series patches ?

Please resend the whole thing, as v2, to not confuse those of us who are
on both lists.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/2] serial: 8250_pci: Fintek products patches

2015-03-18 Thread Greg KH
On Mon, Mar 16, 2015 at 09:35:34AM +0800, Peter Hung wrote:
 Hello,
 
 Greg KH 於 2015/3/15 下午 05:25 寫道:
 Why did you cc: the linux-usb@vger mailing list on these?  Don't you
 mean linux-serial@vger?
 
 
 Sorry for my fault. Should I resend it with correct mail-list with V2 ??
 or just send this series patches ?

Please resend the whole thing, as v2, to not confuse those of us who are
on both lists.

thanks,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/2] serial: 8250_pci: Fintek products patches

2015-03-15 Thread Peter Hung

Hello,

Greg KH 於 2015/3/15 下午 05:25 寫道:

Why did you cc: the linux-usb@vger mailing list on these?  Don't you
mean linux-serial@vger?



Sorry for my fault. Should I resend it with correct mail-list with V2 ??
or just send this series patches ?

Thanks
--
With Best Regards,
Peter Hung
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/2] serial: 8250_pci: Fintek products patches

2015-03-15 Thread Greg KH
On Fri, Mar 13, 2015 at 10:00:11AM +0800, Peter Hung wrote:
> These series patches works for Fintek F81504/F81508/F81512 PCI to Serial Port.
> and patch 0002 is following with patch 0001.
> 
> patch 0001 is just cleanup non-used source code.
> patch 0002 is major patch.
> 
> The serial port of our product will failed after wakeup from S3(STR).
> 
> It's due to when the system wakeup from S3(STR), this PCI device's
> configuration space from 0x40 to 0x40 + max_port * 0x08 should be
> re-configured. If had no re-configure, It's will all zero.
> 
> We move all initialization from pci_fintek_setup() to pci_fintek_init() and
> set it to pci_serial_quirks struct .init section. It's will re-init this 
> device when system wakeup from pciserial_resume_ports().
> 
> Peter Hung (2):
>   serial: 8250_pci: remove non-used var for F81504
>   serial: 8250_pci: port failed after wakeup from S3
> 
>  drivers/tty/serial/8250/8250_pci.c | 121 
> +++--
>  1 file changed, 50 insertions(+), 71 deletions(-)

Why did you cc: the linux-usb@vger mailing list on these?  Don't you
mean linux-serial@vger?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/2] serial: 8250_pci: Fintek products patches

2015-03-15 Thread Greg KH
On Fri, Mar 13, 2015 at 10:00:11AM +0800, Peter Hung wrote:
 These series patches works for Fintek F81504/F81508/F81512 PCI to Serial Port.
 and patch 0002 is following with patch 0001.
 
 patch 0001 is just cleanup non-used source code.
 patch 0002 is major patch.
 
 The serial port of our product will failed after wakeup from S3(STR).
 
 It's due to when the system wakeup from S3(STR), this PCI device's
 configuration space from 0x40 to 0x40 + max_port * 0x08 should be
 re-configured. If had no re-configure, It's will all zero.
 
 We move all initialization from pci_fintek_setup() to pci_fintek_init() and
 set it to pci_serial_quirks struct .init section. It's will re-init this 
 device when system wakeup from pciserial_resume_ports().
 
 Peter Hung (2):
   serial: 8250_pci: remove non-used var for F81504
   serial: 8250_pci: port failed after wakeup from S3
 
  drivers/tty/serial/8250/8250_pci.c | 121 
 +++--
  1 file changed, 50 insertions(+), 71 deletions(-)

Why did you cc: the linux-usb@vger mailing list on these?  Don't you
mean linux-serial@vger?
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/2] serial: 8250_pci: Fintek products patches

2015-03-15 Thread Peter Hung

Hello,

Greg KH 於 2015/3/15 下午 05:25 寫道:

Why did you cc: the linux-usb@vger mailing list on these?  Don't you
mean linux-serial@vger?



Sorry for my fault. Should I resend it with correct mail-list with V2 ??
or just send this series patches ?

Thanks
--
With Best Regards,
Peter Hung
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/2] serial: 8250_pci: Fintek products patches

2015-03-12 Thread Peter Hung
These series patches works for Fintek F81504/F81508/F81512 PCI to Serial Port.
and patch 0002 is following with patch 0001.

patch 0001 is just cleanup non-used source code.
patch 0002 is major patch.

The serial port of our product will failed after wakeup from S3(STR).

It's due to when the system wakeup from S3(STR), this PCI device's
configuration space from 0x40 to 0x40 + max_port * 0x08 should be
re-configured. If had no re-configure, It's will all zero.

We move all initialization from pci_fintek_setup() to pci_fintek_init() and
set it to pci_serial_quirks struct .init section. It's will re-init this 
device when system wakeup from pciserial_resume_ports().

Peter Hung (2):
  serial: 8250_pci: remove non-used var for F81504
  serial: 8250_pci: port failed after wakeup from S3

 drivers/tty/serial/8250/8250_pci.c | 121 +++--
 1 file changed, 50 insertions(+), 71 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/2] serial: 8250_pci: Fintek products patches

2015-03-12 Thread Peter Hung
These series patches works for Fintek F81504/F81508/F81512 PCI to Serial Port.
and patch 0002 is following with patch 0001.

patch 0001 is just cleanup non-used source code.
patch 0002 is major patch.

The serial port of our product will failed after wakeup from S3(STR).

It's due to when the system wakeup from S3(STR), this PCI device's
configuration space from 0x40 to 0x40 + max_port * 0x08 should be
re-configured. If had no re-configure, It's will all zero.

We move all initialization from pci_fintek_setup() to pci_fintek_init() and
set it to pci_serial_quirks struct .init section. It's will re-init this 
device when system wakeup from pciserial_resume_ports().

Peter Hung (2):
  serial: 8250_pci: remove non-used var for F81504
  serial: 8250_pci: port failed after wakeup from S3

 drivers/tty/serial/8250/8250_pci.c | 121 +++--
 1 file changed, 50 insertions(+), 71 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/