lkml.org 
[lkml]   [2015]   [Aug]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[v4 0/2] *** 8250_dw ***
    Date
    From: Noam Camus <noamc@ezchip.com>

    v4 change
    Remove patch for skipping looptest through DT option.
    This is now handled in our simulator model.
    Thanks to Vineet Gupta from Synopsys for his help.

    We are left with 2 patches which adds BIG endian support.

    V3 change:
    Use second level accessors for big/little endian port.
    The new accessors are now pointed from uart_port->private_data
    These accessors are initialized during driver probe().
    Driver shouldn't access directly to readl/writel but to
    these new second level accessors (first level is at uart_port).
    e.g. at dw8250_check_LCR() and dw8250_setup_port() I replaced such
    direct calls.

    V2 changes:
    1) better description for each commit.
    2) adding to CC list the device tree maintainer.
    3) rename dw8250_check_control() --> dw8250_check_LCR().
    4) remove bad patch of "add UPF_FIXED_TYPE to flags".

    Noam Camus (2):
    serial: 8250_dw: Add support for big-endian MMIO accesses
    serial: 8250_dw: dw8250_setup_port() use endianness aware read.

    drivers/tty/serial/8250/8250_dw.c | 72 ++++++++++++++++++++++++++++++++-----
    1 files changed, 63 insertions(+), 9 deletions(-)



    \
     
     \ /
      Last update: 2015-08-21 13:01    [W:3.830 / U:0.000 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site