summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/au0828
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-08-29media: au0828: Use USB API functions rather than constantsChen Ni-3/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-3/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-8/+8
2024-10-28media: usb: drop vb2_ops_wait_prepare/finishHans Verkuil-4/+0
2024-05-03media: au0828: Use umin macroRicardo Ribalda-4/+1
2023-05-25media: mc: Make media_get_pad_index() use pad type flagSakari Ailus-1/+1
2023-04-11media: mc-device: remove unnecessary __must_checkJason Kim-7/+2
2023-04-11media: au0828: remove unnecessary (void*) conversionsYu Zhe-3/+3
2022-11-25media: vb2/au0828: move the v4l_vb2q_enable_media_source to the au0828 driverHans Verkuil-0/+3
2022-09-24media: mc: convert pipeline funcs to take media_padTomi Valkeinen-4/+4
2022-08-29media: avoid use of 'videobuf'Hans Verkuil-2/+2
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab-3/+3
2021-11-29media: au0828-i2c: drop a duplicated functionMauro Carvalho Chehab-7/+0
2021-06-02media: au0828: fix a NULL vs IS_ERR() checkDan Carpenter-2/+2
2020-11-16media: au0828: Consolidate dmesg outputThomas Gleixner-3/+2
2020-11-16media: au0828: use semicolons rather than commas to separate statementsJulia Lawall-1/+1
2020-09-03media: rc: harmonize infrared durations to microsecondsSean Young-4/+4
2020-08-28media: media/usb: use vb2_video_unregister_device()Hans Verkuil-8/+4
2020-02-24media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil-2/+2
2019-07-23media: drivers/media: don't set pix->priv = 0Hans Verkuil-2/+0
2019-07-22media: media/usb: don't set description in ENUM_FMTHans Verkuil-4/+0
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab-87/+8
2019-06-05media: media/usb: set device_caps in struct video_deviceHans Verkuil-11/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-87/+8
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab-14/+2
2019-05-22media: au0828: fix null dereference in error pathSean Young-6/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada-2/+2
2019-04-22media: au0828: stop video streaming only when last user stopsHans Verkuil-5/+8
2019-04-22media: au0828: Fix NULL pointer dereference in au0828_analog_stream_enable()Shuah Khan-0/+3
2019-04-22media: au0828: fix enable and disable source audio and video inconsistenciesShuah Khan-39/+149
2019-04-22media: change au0828 to use Media Device Allocator APIShuah Khan-8/+8
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab-3/+3
2019-03-19media: au0828: minor fix to a misleading comment in _close()Shuah Khan-2/+2
2019-03-01media: a few more typos at staging, pci, platform, radio and usbMauro Carvalho Chehab-1/+1
2019-03-01media: usb: fix several typosMauro Carvalho Chehab-2/+2
2018-11-20media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil-6/+6
2018-11-20media: cropcap/g_selection splitHans Verkuil-7/+23
2018-10-04media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young-4/+1
2018-09-24media: au0828: Fix incorrect error messagesBrad Love-2/+2
2018-09-24media: au0828: cannot kfree dev before usb disconnectBrad Love-1/+0
2018-09-17media: au0828: use signals instead of hardcoding a pad numberMauro Carvalho Chehab-5/+7
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab-9/+9
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab-3/+3
2018-08-03media: au0828: fix spelling mistake: "completition" -> "completion"Colin Ian King-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-3/+3
2018-03-21media: add tuner standby op, use where neededHans Verkuil-2/+2