Re: [PATCH] usb: musb: fix runtime PM in debugfs

2017-01-10 Thread Bin Liu
On Tue, Jan 10, 2017 at 05:03:35PM +0100, Greg KH wrote: > On Mon, Jan 09, 2017 at 02:59:39PM -0600, Bin Liu wrote: > > MUSB driver now has runtime PM support, but the debugfs driver misses > > the PM _get/_put() calls, which could cause MUSB register access > > failure. > > > > Cc: sta...@vger.ke

Re: [PATCH] usb: musb: fix runtime PM in debugfs

2017-01-10 Thread Greg KH
On Mon, Jan 09, 2017 at 02:59:39PM -0600, Bin Liu wrote: > MUSB driver now has runtime PM support, but the debugfs driver misses > the PM _get/_put() calls, which could cause MUSB register access > failure. > > Cc: sta...@vger.kernel.org # 4.9+ > Acked-by: Tony Lindgren > Signed-off-by: Bin Liu

[PATCH] usb: musb: fix runtime PM in debugfs

2017-01-09 Thread Bin Liu
MUSB driver now has runtime PM support, but the debugfs driver misses the PM _get/_put() calls, which could cause MUSB register access failure. Cc: sta...@vger.kernel.org # 4.9+ Acked-by: Tony Lindgren Signed-off-by: Bin Liu --- drivers/usb/musb/musb_debugfs.c | 20 +++- 1 file

Re: [PATCH] usb: musb: fix runtime PM in debugfs

2016-12-20 Thread Tony Lindgren
* Bin Liu [161219 12:46]: > MUSB driver now has runtime PM support, but the debugfs driver misses > the PM _get/_put() calls, which could cause MUSB register access > failure. Acked-by: Tony Lindgren -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message

[PATCH] usb: musb: fix runtime PM in debugfs

2016-12-19 Thread Bin Liu
MUSB driver now has runtime PM support, but the debugfs driver misses the PM _get/_put() calls, which could cause MUSB register access failure. Cc: sta...@vger.kernel.org # 4.9+ Signed-off-by: Bin Liu --- drivers/usb/musb/musb_debugfs.c | 20 +++- 1 file changed, 19 insertions(+)