Greg,
The driver does indeed support the baud rates through which are a multiple of 24, through the custom divisor.
Using the custom divisor, one gets the baud rate of 12Mhz, 8Mhz, 6Mhz, and 4.8Mhz.
However I need the baud rate of 5,333,000 baud, which the device supports. This is why I need the changes.
Chip
On 03/05/2016 11:54 AM, Greg KH wrote:
On Sat, Mar 05, 2016 at 11:17:23AM -0500, serialman wrote:
I have a patch which will allow the ftdi232h serial port adapter to run at the following baud rates
This patch is was developed and tested on adafruit ft232h breakout board.
4800000,5053000,5333000,5647000,6000000, 8000000 ,12000000
What is the best way to submit this patch?
Please read Documentation/SubmittingPatches it should explain it.
And use scripts/get_maintainer.pl to determine who to send it to, after
running it through scripts/checkpatch to ensure you followed the correct
coding style rules.
But why is a patch needed, doesn't the driver already support arbritrary
baud rates?
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-serial" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html