Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Marek Vasut's avatar
    cc61c31d
    serial: arm: Implement CONFIG_SERIAL_MULTI into s3c64xx serial driver · cc61c31d
    Marek Vasut authored
    
    Implement support for CONFIG_SERIAL_MULTI into s3c64xx serial driver.
    This driver was so far only usable directly, but this patch also adds
    support for the multi method. This allows using more than one serial
    driver alongside the s3c64xx driver. Also, add a weak implementation
    of default_serial_console() returning this driver.
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>
    Cc: Marek Vasut <marek.vasut@gmail.com>
    Cc: Tom Rini <trini@ti.com>
    Cc: John Rigby <john.rigby@linaro.org>
    Cc: Minkyu Kang <mk7.kang@samsung.com>
    cc61c31d
    History
    serial: arm: Implement CONFIG_SERIAL_MULTI into s3c64xx serial driver
    Marek Vasut authored
    
    Implement support for CONFIG_SERIAL_MULTI into s3c64xx serial driver.
    This driver was so far only usable directly, but this patch also adds
    support for the multi method. This allows using more than one serial
    driver alongside the s3c64xx driver. Also, add a weak implementation
    of default_serial_console() returning this driver.
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>
    Cc: Marek Vasut <marek.vasut@gmail.com>
    Cc: Tom Rini <trini@ti.com>
    Cc: John Rigby <john.rigby@linaro.org>
    Cc: Minkyu Kang <mk7.kang@samsung.com>