[SERIAL] Move custom_divisor from uart_state to uart_port.
This is another step towards moving the divisor calculations into the low level drivers, thereby allowing the faster baud rates mentioned in the previous cset. Moving this field to uart_port means that the low level drivers do not have to know about the uart_state structure.
Showing
Please register or sign in to comment