aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-inline.h
diff options
context:
space:
mode:
authorJun Li <[email protected]>2019-09-10 14:54:57 +0800
committerPeter Chen <[email protected]>2019-11-18 16:45:30 +0800
commit72dc8df7920fc24eba0f586c56e900a1643ff2b3 (patch)
treec9caf1c2e45a8864e3e496bb62f03f475bdb6fc5 /lib/mpi/mpi-inline.h
parentd16ab536aad208421c5ed32cdcb01b5ab6aa1f19 (diff)
usb: chipidea: udc: protect usb interrupt enable
We hit the problem with below sequence: - ci_udc_vbus_session() update vbus_active flag and ci->driver is valid, - before calling the ci_hdrc_gadget_connect(), usb_gadget_udc_stop() is called by application remove gadget driver, - ci_udc_vbus_session() will contine do ci_hdrc_gadget_connect() as gadget_ready is 1, so udc interrupt is enabled, but ci->driver is NULL. - USB connection irq generated but ci->driver is NULL. As udc irq only should be enabled when gadget driver is binded, so add spinlock to protect the usb irq enable for vbus session handling. Signed-off-by: Jun Li <[email protected]> Signed-off-by: Peter Chen <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-inline.h')
0 files changed, 0 insertions, 0 deletions