Re: [PATCH v6 04/11] media: uvcvideo: Add uvc_ctrl_status_event_direct

2020-12-23 Thread Laurent Pinchart
Hi Ricardo, Thank you for the patch. On Wed, Dec 23, 2020 at 12:04:39AM +0100, Ricardo Ribalda wrote: > Provide a code path for events that can be sent without a work-queue, > this is, that do not belong to an URB and are not handled in the top > half on an irq-handled. > > Signed-off-by: Ricard

[PATCH v6 04/11] media: uvcvideo: Add uvc_ctrl_status_event_direct

2020-12-22 Thread Ricardo Ribalda
Provide a code path for events that can be sent without a work-queue, this is, that do not belong to an URB and are not handled in the top half on an irq-handled. Signed-off-by: Ricardo Ribalda --- drivers/media/usb/uvc/uvc_ctrl.c | 35 +++- drivers/media/usb/uvc/uvcv