Re: [PATCH 05/16] TTY: add tty_port_tty_wakeup helper

2013-03-18 Thread Greg KH
On Fri, Mar 08, 2013 at 08:02:09PM +0100, Jiri Slaby wrote: > On 03/08/2013 04:02 PM, Peter Hurley wrote: > > On Thu, 2013-03-07 at 13:12 +0100, Jiri Slaby wrote: > >> It allows for cleaning up on a considerable amount of places. They did > >> port_get, wakeup, kref_put. Now the only thing needed

Re: [PATCH 05/16] TTY: add tty_port_tty_wakeup helper

2013-03-18 Thread Greg KH
On Fri, Mar 08, 2013 at 08:02:09PM +0100, Jiri Slaby wrote: On 03/08/2013 04:02 PM, Peter Hurley wrote: On Thu, 2013-03-07 at 13:12 +0100, Jiri Slaby wrote: It allows for cleaning up on a considerable amount of places. They did port_get, wakeup, kref_put. Now the only thing needed is to

Re: [PATCH 05/16] TTY: add tty_port_tty_wakeup helper

2013-03-08 Thread Jiri Slaby
On 03/08/2013 04:02 PM, Peter Hurley wrote: > On Thu, 2013-03-07 at 13:12 +0100, Jiri Slaby wrote: >> It allows for cleaning up on a considerable amount of places. They did >> port_get, wakeup, kref_put. Now the only thing needed is to call >> tty_port_tty_wakeup which does exactly that. >> >> One

Re: [PATCH 05/16] TTY: add tty_port_tty_wakeup helper

2013-03-08 Thread Peter Hurley
On Thu, 2013-03-07 at 13:12 +0100, Jiri Slaby wrote: > It allows for cleaning up on a considerable amount of places. They did > port_get, wakeup, kref_put. Now the only thing needed is to call > tty_port_tty_wakeup which does exactly that. > > One exception is ifx6x60 where tty_wakeup was

Re: [PATCH 05/16] TTY: add tty_port_tty_wakeup helper

2013-03-08 Thread Peter Hurley
On Thu, 2013-03-07 at 13:12 +0100, Jiri Slaby wrote: It allows for cleaning up on a considerable amount of places. They did port_get, wakeup, kref_put. Now the only thing needed is to call tty_port_tty_wakeup which does exactly that. One exception is ifx6x60 where tty_wakeup was open-coded.

Re: [PATCH 05/16] TTY: add tty_port_tty_wakeup helper

2013-03-08 Thread Jiri Slaby
On 03/08/2013 04:02 PM, Peter Hurley wrote: On Thu, 2013-03-07 at 13:12 +0100, Jiri Slaby wrote: It allows for cleaning up on a considerable amount of places. They did port_get, wakeup, kref_put. Now the only thing needed is to call tty_port_tty_wakeup which does exactly that. One exception

[PATCH 05/16] TTY: add tty_port_tty_wakeup helper

2013-03-07 Thread Jiri Slaby
It allows for cleaning up on a considerable amount of places. They did port_get, wakeup, kref_put. Now the only thing needed is to call tty_port_tty_wakeup which does exactly that. One exception is ifx6x60 where tty_wakeup was open-coded. We now call tty_wakeup properly there. Signed-off-by:

[PATCH 05/16] TTY: add tty_port_tty_wakeup helper

2013-03-07 Thread Jiri Slaby
It allows for cleaning up on a considerable amount of places. They did port_get, wakeup, kref_put. Now the only thing needed is to call tty_port_tty_wakeup which does exactly that. One exception is ifx6x60 where tty_wakeup was open-coded. We now call tty_wakeup properly there. Signed-off-by: