On Sun, Feb 09, 2025 at 10:02:39PM +0100, Benjamin Larsson wrote: > The Airoha familty of SoCs have a UART hardware that is 16550-compatible > with the exception of the baud rate settings. > > This patch implements code for calculating the baud rate for the Airoha > UART and HSUART. > > Signed-off-by: Benjamin Larsson <benjamin.larsson@xxxxxxxxxx> > --- > Changes in v4: > - Removed COMPILE_TEST from Kconfig No, please don't do that. > - Removed Kconfig option to build as module No do that, you want your code as a module so that it can work in a system that is built as a "generic system image" that does not force your driver to be built into the main kernel image, wasting memory if the hardware is not present. thanks, greg k-h