diff options
author | Darwin Dingel <darwin.dingel@alliedtelesis.co.nz> | 2018-12-10 11:27:39 +1300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-12-17 16:02:57 +0100 |
commit | bdb48e4c7d0796850d4c1a24fe1386677e8a922c (patch) | |
tree | 4cb83385189f4d5d2b0f5c964be149ca46ea2cf2 /drivers/tty/serial/8250/8250_core.c | |
parent | 64a428077758383518c258641e81d57fcd454792 (diff) | |
download | linux-bdb48e4c7d0796850d4c1a24fe1386677e8a922c.tar.bz2 |
dt-bindings: serial: 8250: Add rate limit for serial port input overruns
When a serial port continuously experiences input overrun from
(1) continuous receive characters from remote and or (2) hardware
issues, its interrupt handler can preempt other tasks especially
when the system is busy (ie. boot up period). This can cause other
tasks to get starved of processing time from the CPU.
When this dts binding is enabled and input overrun on the serial port
is detected, serial port receive will be throttled to give some breathing
room for processing other tasks. Value provided will be in milliseconds.
&serial0{
overrun-throttle-ms = <500>;
};
Signed-off-by: Darwin Dingel <darwin.dingel@alliedtelesis.co.nz>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/8250/8250_core.c')
0 files changed, 0 insertions, 0 deletions