Re: [PATCH 2 1/9] serial: core: move RS485 configuration tasks from drivers into core

From: Lino Sanfilippo
Date: Mon Feb 21 2022 - 18:21:03 EST



Hi,

On 21.02.22 at 19:39, Greg KH wrote:

>> diff --git a/include/uapi/linux/serial.h b/include/uapi/linux/serial.h
>> index fa6b16e5fdd8..859045a53231 100644
>> --- a/include/uapi/linux/serial.h
>> +++ b/include/uapi/linux/serial.h
>> @@ -128,6 +128,9 @@ struct serial_rs485 {
>> (if supported) */
>> __u32 delay_rts_before_send; /* Delay before send (milliseconds) */
>> __u32 delay_rts_after_send; /* Delay after send (milliseconds) */
>> +#define SER_RS485_MAX_RTS_DELAY 100 /* Max time with active
>> + RTS before/after
>> + data sent (msecs) */
>
> Why is this a userspace value now? What can userspace do with this
> number? Once we add this, it's fixed for forever.
>
> thanks,
>
> greg k-h
>


Ok, I think we do not really need to expose it to userspace, since we
clamp the delay anyway if it is too big. I will correct this in the next
patch version.

Regards,
Lino