From: Tony Chung <tony467913@gmail.com>
To: gregkh@linuxfoundation.org
Cc: johan@kernel.org, linux-kernel@vger.kernel.org,
linux-usb@vger.kernel.org, Tony Chung <tony467913@gmail.com>
Subject: [PATCH 0/3] drivers: usb: serial: mos7840: Improved baud rate support
Date: Thu, 24 Oct 2024 18:08:59 +0800 [thread overview]
Message-ID: <20241024100901.69883-1-tony467913@gmail.com> (raw)
This patch set has made some improvements for baud rate setup:
1. Optimized register configurations for common baud rates.
2. Added clock select registers to choose between 96M, 30M, or external clock sources,
allowing baud rate setup to 6M, matching the hardware's maximum data rate.
Tony Chung (3):
drivers: usb: serial: mos7840: Add defines for clock select register
offset
drivers: usb: serial: mos7840: added optimized register setups for
common baudrates.
driver: usb: serial: mos7840: add more baudrate options
drivers/usb/serial/mos7840.c | 273 ++++++++++++++++++++++++++++++++++-
1 file changed, 269 insertions(+), 4 deletions(-)
--
2.34.1
next reply other threads:[~2024-10-24 10:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-24 10:08 Tony Chung [this message]
2024-10-24 10:09 ` [PATCH 1/3] drivers: usb: serial: mos7840: Add defines for clock select register offset Tony Chung
2025-02-11 9:44 ` Johan Hovold
2024-10-24 10:09 ` [PATCH 2/3] drivers: usb: serial: mos7840: added optimized register setups for common baudrates Tony Chung
2025-02-11 10:16 ` Johan Hovold
2024-10-24 10:09 ` [PATCH 3/3] driver: usb: serial: mos7840: add more baudrate options Tony Chung
2025-02-11 13:08 ` Johan Hovold
2025-02-11 9:41 ` [PATCH 0/3] drivers: usb: serial: mos7840: Improved baud rate support Johan Hovold
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=20241024100901.69883-1-tony467913@gmail.com \
--to=tony467913@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=johan@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
/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