[PATCH] serial: 8250_uniphier: add UniPhier serial driver
Masahiro Yamada
yamada.masahiro at socionext.com
Sun May 17 20:24:19 PDT 2015
Hi Matthias,
2015-05-16 18:17 GMT+09:00 Matthias Brugger <matthias.bgg at gmail.com>:
>> +/*
>> + * The register map is slightly different from that of 8250.
>> + * IO callbacks must be overridden for correct access to FCR, LCR, and MCR.
>> + */
>> +static unsigned int uniphier_serial_in(struct uart_port *p, int offset)
>> +{
>> + int valshift = 0;
>> +
>> + switch (offset) {
>> + case UART_LCR:
>> + valshift = 8;
>
> Please use a define for the value. Something like UNIPHIER_UART_LCR_SHIFT maybe.
>
Will do in v2.
Thank you!
--
Best Regards
Masahiro Yamada
More information about the linux-arm-kernel
mailing list