lkml.org 
[lkml]   [2018]   [Sep]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 4.18 109/131] mfd: rave-sp: Initialize flow control and parity of the port
    Date
    From: Andrey Smirnov <andrew.smirnov@gmail.com>

    [ Upstream commit 6c450bdf13ebe110821a74960936cec936edae49 ]

    Relying on serial port defaults for flow control and parity can result
    in complete breakdown of communication with RAVE SP on some platforms
    where defaults are not what we need them to be. One such case is
    VF610-base ZII SPU3 board (not supported upstream). To avoid this
    problem in the future, add code to explicitly configure both.

    Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
    ---
    drivers/mfd/rave-sp.c | 7 +++++++
    1 file changed, 7 insertions(+)

    diff --git a/drivers/mfd/rave-sp.c b/drivers/mfd/rave-sp.c
    index 36dcd98977d6..4f545fdc6ebc 100644
    --- a/drivers/mfd/rave-sp.c
    +++ b/drivers/mfd/rave-sp.c
    @@ -776,6 +776,13 @@ static int rave_sp_probe(struct serdev_device *serdev)
    return ret;

    serdev_device_set_baudrate(serdev, baud);
    + serdev_device_set_flow_control(serdev, false);
    +
    + ret = serdev_device_set_parity(serdev, SERDEV_PARITY_NONE);
    + if (ret) {
    + dev_err(dev, "Failed to set parity\n");
    + return ret;
    + }

    ret = rave_sp_get_status(sp);
    if (ret) {
    --
    2.17.1
    \
     
     \ /
      Last update: 2018-09-02 15:28    [W:4.060 / U:0.160 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site