Age | Commit message (Expand) | Author | Files | Lines |
2021-05-13 | media: gspca: properly check for errors in po1030_probe() | Greg Kroah-Hartman | 1 | -3/+7 |
2021-05-13 | Revert "media: gspca: Check the return value of write_bridge for timeout" | Greg Kroah-Hartman | 1 | -6/+2 |
2021-05-13 | media: gspca: mt9m111: Check write_bridge for timeout | Alaa Emad | 1 | -6/+8 |
2021-05-13 | Revert "media: gspca: mt9m111: Check write_bridge for timeout" | Greg Kroah-Hartman | 1 | -5/+3 |
2021-05-13 | Revert "media: usb: gspca: add a missed check for goto_low_power" | Greg Kroah-Hartman | 1 | -5/+1 |
2021-05-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+0 |
2021-05-07 | treewide: remove editor modelines and cruft | Masahiro Yamada | 1 | -3/+0 |
2021-05-04 | Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2 | -26/+73 |
2021-04-28 | Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 20 | -129/+211 |
2021-04-28 | Fix misc new gcc warnings | Linus Torvalds | 1 | -1/+1 |
2021-04-09 | media: gscpa/stv06xx: fix memory leak | Hans Verkuil | 3 | -0/+12 |
2021-04-09 | media: dvb-usb: avoid -Wempty-body warnings | Arnd Bergmann | 1 | -6/+7 |
2021-04-09 | media: flexcop: avoid -Wempty-body warning | Arnd Bergmann | 1 | -4/+4 |
2021-04-09 | media: dvb-usb: fix memory leak in dvb_usb_adapter_init | Pavel Skripkin | 1 | -4/+16 |
2021-04-09 | media: dvb-usb-remote: fix dvb_usb_nec_rc_key_to_event type mismatch | Arnd Bergmann | 1 | -1/+2 |
2021-04-06 | media: em28xx/em28xx.h: Remove duplicate struct declaration | Wan Jiabing | 1 | -2/+0 |
2021-04-06 | media: cx231xx/cx231xx.h: Remove repeated struct declaration | Wan Jiabing | 1 | -2/+0 |
2021-04-06 | media: uvcvideo: Support devices that report an OT as an entity source | Laurent Pinchart | 1 | -0/+32 |
2021-04-06 | media: uvcvideo: Fix XU id print in forward scan | Laurent Pinchart | 1 | -1/+1 |
2021-04-06 | media: em28xx: fix memory leak | Muhammad Usama Anjum | 1 | -0/+1 |
2021-03-22 | media: media/usb: fix kernel-doc header issues | Hans Verkuil | 3 | -38/+73 |
2021-03-22 | media: gspca/sq905.c: fix uninitialized variable | Hans Verkuil | 1 | -1/+1 |
2021-03-22 | media: media/usb/gspca/w996Xcf.c: /** -> /* | Hans Verkuil | 1 | -2/+1 |
2021-03-22 | media: flexcop-usb: delete unneeded return | Julia Lawall | 1 | -1/+0 |
2021-03-19 | media: uvcvideo: Use dma_alloc_noncontiguous API | Ricardo Ribalda | 2 | -26/+73 |
2021-03-17 | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 3 | -4/+0 |
2021-03-11 | media: anysee: simplify the return expression of anysee_ci_* function | Liu Shixin | 1 | -18/+3 |
2021-03-11 | media: fix incorrect kernel doc usages | Hans Verkuil | 1 | -1/+1 |
2021-03-11 | media: drivers/media/usb: fix memory leak in zr364xx_probe | Pavel Skripkin | 1 | -7/+6 |
2021-03-11 | media: media/usb:Remove superfluous "breaks" in the ttusb_dec.c | dingsenjie | 1 | -4/+0 |
2021-03-11 | media: media/usb:Remove superfluous "breaks" | dingsenjie | 1 | -8/+0 |
2021-03-11 | media: usbtv: constify static structs | Rikard Falkeborn | 1 | -3/+3 |
2021-03-11 | media: dvb-usb: Fix use-after-free access | Takashi Iwai | 1 | -10/+13 |
2021-03-11 | media: dvb-usb: Fix memory leak at error in dvb_usb_device_init() | Takashi Iwai | 1 | -16/+31 |
2021-03-11 | media: em28xx: Add pid for bulk revision of Hauppauge 461eV2 | Brad Love | 1 | -0/+2 |
2021-03-11 | media: em28xx: Add pid for bulk revision of Hauppauge 461e | Brad Love | 1 | -0/+2 |
2021-03-11 | media: usbtv: Fix deadlock on suspend | Maxim Mikityanskiy | 1 | -1/+1 |
2021-02-06 | media: uvc: strncpy -> strscpy | Hans Verkuil | 1 | -1/+1 |
2021-02-06 | media: em28xx: Add support for Hauppauge USB QuadHD | Brad Love | 4 | -0/+74 |
2021-02-06 | media: em28xx-core: Fix i2c error debug | Brad Love | 1 | -1/+5 |
2021-02-06 | media: em28xx-core: Fix TS2 active led | Brad Love | 1 | -1/+3 |
2021-01-27 | media: uvcvideo: Rename debug functions | Joe Perches | 8 | -352/+333 |
2021-01-27 | media: uvcvideo: use dev_printk() for uvc_trace() | Ricardo Ribalda | 8 | -253/+289 |
2021-01-27 | media: uvcvideo: New macro uvc_trace_cont | Ricardo Ribalda | 2 | -36/+27 |
2021-01-27 | media: uvcvideo: Use dev_ printk aliases | Ricardo Ribalda | 6 | -79/+83 |
2021-01-27 | media: uvcvideo: Add Privacy control based on EXT_GPIO | Ricardo Ribalda | 1 | -0/+18 |
2021-01-27 | media: uvcvideo: Implement UVC_EXT_GPIO_UNIT | Ricardo Ribalda | 4 | -0/+147 |
2021-01-27 | media: uvcvideo: Allow entity-defined get_info and get_cur | Ricardo Ribalda | 2 | -4/+23 |
2021-01-27 | media: uvcvideo: Provide sync and async uvc_ctrl_status_event | Ricardo Ribalda | 3 | -12/+20 |
2021-01-27 | media: uvcvideo: Allow entities with no pads | Ricardo Ribalda | 1 | -2/+5 |