Skip to content
  • Stefan Roese's avatar
    Revert "serial: ns16550: Add RX interrupt buffer support" · 7fded0ce
    Stefan Roese authored and Bin Meng's avatar Bin Meng committed
    This reverts commit 6822cf3e
    
    .
    
    As Bin Meng has tested and pointed out, we don't need the RX interrupt
    for the RX buffer support at all. Just reading all available characters
    into a buffer is sufficient to solve the problem with the dropped
    characters upon long lines pasted into the U-Boot prompt. Since this
    RX buffer support can be implemented in a generic way, without any
    device specifica (e.g. for the ns16550), I'll post a new patch with
    a new serial RX buffer support for DM, which all DM based serial
    drivers can use.
    
    Signed-off-by: default avatarStefan Roese <sr@denx.de>
    Cc: Simon Glass <sjg@chromium.org>
    Cc: Bin Meng <bmeng.cn@gmail.com>
    Cc: Tom Rini <trini@konsulko.com>
    Reviewed-by: Bin Meng's avatarBin Meng <bmeng.cn@gmail.com>
    7fded0ce