From: Greg KH <gregkh@linuxfoundation.org>
To: Peter Hung <hpeter@gmail.com>
Cc: jslaby@suse.cz, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org, tom_tsai@fintek.com.tw,
peter_hong@fintek.com.tw,
Peter Hung <hpeter+linux_kernel@gmail.com>
Subject: Re: [PATCH 0/2] serial: 8250_pci: Fintek products patches
Date: Sun, 15 Mar 2015 10:25:20 +0100 [thread overview]
Message-ID: <20150315092520.GB7975@kroah.com> (raw)
In-Reply-To: <1426212013-2801-1-git-send-email-hpeter+linux_kernel@gmail.com>
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?
next prev parent reply other threads:[~2015-03-15 9:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-13 2:00 Peter Hung
2015-03-13 2:00 ` [PATCH 1/2] serial: 8250_pci: remove non-used var for F81504 Peter Hung
2015-03-13 2:00 ` [PATCH 2/2] serial: 8250_pci: port failed after wakeup from S3 Peter Hung
2015-03-15 9:25 ` Greg KH [this message]
2015-03-16 1:35 ` [PATCH 0/2] serial: 8250_pci: Fintek products patches Peter Hung
2015-03-18 15:08 ` Greg KH
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=20150315092520.GB7975@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=hpeter+linux_kernel@gmail.com \
--cc=hpeter@gmail.com \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=peter_hong@fintek.com.tw \
--cc=tom_tsai@fintek.com.tw \
/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
Powered by JetHome