Re: [PATCH v1 0/6] console: unify return codes from ->setup() hook

2020-06-25 Thread Petr Mladek
On Thu 2020-06-18 19:47:45, Andy Shevchenko wrote: > Some of the console providers treat error code, returned by ->setup() hook, > differently. Here is the unification of the behaviour. > > The drivers checked by one of the below criteria: > 1/ the driver has explicit struct console .setup assignm

Re: [PATCH v1 0/6] console: unify return codes from ->setup() hook

2020-06-19 Thread Sergey Senozhatsky
On (20/06/19 13:26), Petr Mladek wrote: > On Fri 2020-06-19 19:21:32, Sergey Senozhatsky wrote: > > On (20/06/19 12:47), Andy Shevchenko wrote: > > > On Fri, Jun 19, 2020 at 11:39:18AM +0200, Petr Mladek wrote: > > > > On Thu 2020-06-18 19:47:45, Andy Shevchenko wrote: > > [..] > > > > I am going t

Re: [PATCH v1 0/6] console: unify return codes from ->setup() hook

2020-06-19 Thread Petr Mladek
On Fri 2020-06-19 19:21:32, Sergey Senozhatsky wrote: > On (20/06/19 12:47), Andy Shevchenko wrote: > > On Fri, Jun 19, 2020 at 11:39:18AM +0200, Petr Mladek wrote: > > > On Thu 2020-06-18 19:47:45, Andy Shevchenko wrote: > [..] > > > I am going to push it the following week via printk tree unless

Re: [PATCH v1 0/6] console: unify return codes from ->setup() hook

2020-06-19 Thread Sergey Senozhatsky
On (20/06/19 12:47), Andy Shevchenko wrote: > On Fri, Jun 19, 2020 at 11:39:18AM +0200, Petr Mladek wrote: > > On Thu 2020-06-18 19:47:45, Andy Shevchenko wrote: [..] > > I am going to push it the following week via printk tree unless > > anybody complains. > > Thanks, Petr, I guess you may also i

Re: [PATCH v1 0/6] console: unify return codes from ->setup() hook

2020-06-19 Thread Andy Shevchenko
On Fri, Jun 19, 2020 at 11:39:18AM +0200, Petr Mladek wrote: > On Thu 2020-06-18 19:47:45, Andy Shevchenko wrote: > > Some of the console providers treat error code, returned by ->setup() hook, > > differently. Here is the unification of the behaviour. > > > > The drivers checked by one of the bel

Re: [PATCH v1 0/6] console: unify return codes from ->setup() hook

2020-06-19 Thread Petr Mladek
On Thu 2020-06-18 19:47:45, Andy Shevchenko wrote: > Some of the console providers treat error code, returned by ->setup() hook, > differently. Here is the unification of the behaviour. > > The drivers checked by one of the below criteria: > 1/ the driver has explicit struct console .setup assignm

Re: [PATCH v1 0/6] console: unify return codes from ->setup() hook

2020-06-18 Thread Sergey Senozhatsky
On (20/06/18 19:47), Andy Shevchenko wrote: > Some of the console providers treat error code, returned by ->setup() hook, > differently. Here is the unification of the behaviour. > > The drivers checked by one of the below criteria: > 1/ the driver has explicit struct console .setup assignment > 2