RE: [PATCH] phy: rcar-gen3-usb2: fix mutex_lock calling in interrupt

2016-06-29 Thread Yoshihiro Shimoda
Hi, > From: Kishon Vijay Abraham I > Sent: Wednesday, June 29, 2016 11:04 PM > > +Chanwoo > > Hi, > > On Monday 27 June 2016 12:06 PM, Yoshihiro Shimoda wrote: > > This patch fixes an issue that the extcon_set_cable_state_() is possible > > to cause "BUG: scheduling while atomic" because this

RE: [PATCH] phy: rcar-gen3-usb2: fix mutex_lock calling in interrupt

2016-06-29 Thread Yoshihiro Shimoda
Hi, > From: Kishon Vijay Abraham I > Sent: Wednesday, June 29, 2016 11:04 PM > > +Chanwoo > > Hi, > > On Monday 27 June 2016 12:06 PM, Yoshihiro Shimoda wrote: > > This patch fixes an issue that the extcon_set_cable_state_() is possible > > to cause "BUG: scheduling while atomic" because this

Re: [PATCH] phy: rcar-gen3-usb2: fix mutex_lock calling in interrupt

2016-06-29 Thread Kishon Vijay Abraham I
+Chanwoo Hi, On Monday 27 June 2016 12:06 PM, Yoshihiro Shimoda wrote: > This patch fixes an issue that the extcon_set_cable_state_() is possible > to cause "BUG: scheduling while atomic" because this driver calls > extcon_set_cable_state_() in the interrupt handler and mutex_lock() Doesn't

Re: [PATCH] phy: rcar-gen3-usb2: fix mutex_lock calling in interrupt

2016-06-29 Thread Kishon Vijay Abraham I
+Chanwoo Hi, On Monday 27 June 2016 12:06 PM, Yoshihiro Shimoda wrote: > This patch fixes an issue that the extcon_set_cable_state_() is possible > to cause "BUG: scheduling while atomic" because this driver calls > extcon_set_cable_state_() in the interrupt handler and mutex_lock() Doesn't