commit | 6675144668883a506f0c11db668b582bd5a3161d | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@ti.com> | Mon Nov 26 16:56:26 2012 +0200 |
committer | Roger Quadros <rogerq@ti.com> | Wed Feb 13 13:22:43 2013 +0200 |
tree | 2d206b4682c321b8e3135ec1e4ab0e7445e5094f | |
parent | 7ed8619141198191d09f63fa6f172af361ad280d [diff] |
mfd: omap-usb-tll: serialize access to TLL device Get rid of the unnecessary spin_lock_irqsave/restore() as there is no interrupt handler for this driver. Instead we serialize access to tll_dev using a global spinlock. Signed-off-by: Roger Quadros <rogerq@ti.com> Reviewed-by: Felipe Balbi <balbi@ti.com>