Re: [PATCH v2] 8250-men-mcb: add support for 16z025 and 16z057

2018-03-03 Thread Andy Shevchenko
On Sat, Mar 3, 2018 at 6:51 AM, kbuild test robot wrote: > Hi Michael, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on tty/tty-testing] > [also build test ERROR on v4.16-rc3 next-20180302] > [if your patch is applied to the wrong git tree,

Re: [PATCH v2] 8250-men-mcb: add support for 16z025 and 16z057

2018-03-03 Thread Andy Shevchenko
On Sat, Mar 3, 2018 at 6:51 AM, kbuild test robot wrote: > Hi Michael, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on tty/tty-testing] > [also build test ERROR on v4.16-rc3 next-20180302] > [if your patch is applied to the wrong git tree, please drop us a

Re: [PATCH v2] 8250-men-mcb: add support for 16z025 and 16z057

2018-03-02 Thread kbuild test robot
Hi Michael, Thank you for the patch! Yet something to improve: [auto build test ERROR on tty/tty-testing] [also build test ERROR on v4.16-rc3 next-20180302] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2] 8250-men-mcb: add support for 16z025 and 16z057

2018-03-02 Thread kbuild test robot
Hi Michael, Thank you for the patch! Yet something to improve: [auto build test ERROR on tty/tty-testing] [also build test ERROR on v4.16-rc3 next-20180302] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v2] 8250-men-mcb: add support for 16z025 and 16z057

2018-02-28 Thread Michael Moese
Add support for two MEN UARTs (16z025 and 16z057) to the 8250_men_mcb driver. The 16z025 consists of up to four ports, the 16z057 has exactly four ports. Apart from that, all of them share the Port settings. Signed-off-by: Michael Moese Reported-by: Ben Turner

[PATCH v2] 8250-men-mcb: add support for 16z025 and 16z057

2018-02-28 Thread Michael Moese
Add support for two MEN UARTs (16z025 and 16z057) to the 8250_men_mcb driver. The 16z025 consists of up to four ports, the 16z057 has exactly four ports. Apart from that, all of them share the Port settings. Signed-off-by: Michael Moese Reported-by: Ben Turner Tested-by: Ben Turner ---