• R
    [SERIAL] Convert fifosize to an unsigned int · 947deee8
    Russell King 提交于
    Some UARTs have more than 255 bytes of FIFO, which can't be
    represented by an unsigned char.  Change the kernel's internal
    structure to be an unsigned int, but still export an unsigned char
    via the TIOCGSERIAL ioctl.  If the TIOCSSERIAL ioctl provides a
    fifo size of 0, assume this means "don't change" otherwise we'll
    corrupt the larger fifo sizes.
    Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
    947deee8
mpc52xx_uart.c 22.0 KB