Re: [PATCH 0/3] drivers: usb: serial: mos7840: Improved baud rate support
From: Johan Hovold
Date: Tue Feb 11 2025 - 04:41:48 EST
On Thu, Oct 24, 2024 at 06:08:59PM +0800, Tony Chung wrote:
> 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
Thanks for these. As for the clean up series, use the established
patch prefix here too:
USB: serial: mos7840: ...
Johan