Re: [PATCH v1 1/1] hvc_console: Allow backends to set I/O buffer size

2024-02-20 Thread Christophe Leroy
Hi, Le 15/01/2023 à 20:56, Geoff Levand a écrit : > To allow HVC backends to set the I/O buffer sizes to values that are most > efficient for the backend, change the macro definitions where the buffer sizes > are set to be conditional on whether or not the macros are already defined. > Also, renam

[PATCH v1 1/1] hvc_console: Allow backends to set I/O buffer size

2023-01-15 Thread Geoff Levand
To allow HVC backends to set the I/O buffer sizes to values that are most efficient for the backend, change the macro definitions where the buffer sizes are set to be conditional on whether or not the macros are already defined. Also, rename the macros from N_OUTBUF to HVC_N_OUBUF and from N_INBUF