commit | c5537ea531d83b7d02ce2d52a5e2b90f526449d0 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Thu Oct 20 18:43:07 2011 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Mon Dec 12 11:48:19 2011 +0200 |
tree | a003b14a5994ff8df10c4d121b5a9d3b13dd0dbd | |
parent | 7ae4fc4dc835033067096639bd26416b3df744c7 [diff] |
usb: dwc3: debugfs: hold the lock in during mode change The read and write operation is atomic and we need no locking around this operations. What we need however is a lock that is held which ensures that the content of the DWC3_GCTL has not been changed. With this, the conten may have been change changed after the first but before our write back. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com>