]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ISDN-irqsave-and-usb_fill_int_urb'
authorDavid S. Miller <davem@davemloft.net>
Fri, 22 Jun 2018 04:54:39 +0000 (13:54 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Jun 2018 04:54:39 +0000 (13:54 +0900)
commit884a3fc3507f4e3edc8a9db8ebfa48825a48f8ad
tree3bf240c6b0b3a55ce69d9a7d7bcade61abed6bdd
parent272718d94f1d57af231130ec3e415d331dadd951
parent599a719a0274a02e3385f801e1ccb921b8c465f7
Merge branch 'ISDN-irqsave-and-usb_fill_int_urb'

Sebastian Andrzej Siewior says:

====================
ISDN: use irqsave() in URB completion + usb_fill_int_urb

This series is mostly about using _irqsave() primitives in the
completion callback in order to get rid of local_irq_save() in
__usb_hcd_giveback_urb(). While at it, I also tried to move drivers to
use usb_fill_int_urb() otherwise it is hard find users of a certain API.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>