summaryrefslogtreecommitdiffstats
path: root/drivers/media
AgeCommit message (Expand)AuthorLines
2025-02-01Merge tag 'media/v6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-43/+27
2025-01-31Revert "media: uvcvideo: Require entities to have a non-zero unique ID"Thadeu Lima de Souza Cascardo-43/+27
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2025-01-25Merge tag 'media/v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-6102/+3829
2025-01-22Merge tag 'acpi-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-25/+4
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2025-01-20Merge branches 'acpi-battery', 'acpi-fan' and 'acpi-misc'Rafael J. Wysocki-25/+4
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman-2/+3
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker-1/+1
2025-01-08media: nuvoton: Fix an error check in npcm_video_ece_init()Zhen Lei-2/+2
2025-01-08media: dvb-usb-v2: af9035: fix ISO C90 compilation error on af9035_i2c_master...Desnes Nunes-6/+12
2025-01-08media: platform: rzg2l-cru: rzg2l-video: Fix the comment in rzg2l_cru_start_s...Biju Das-1/+1
2025-01-08media: fix secfeed undefined when filter alloc failjieqing.wang-1/+1
2025-01-07media: solo6x10: Use const 'struct bin_attribute' callbackThomas Weißschuh-2/+2
2025-01-07media: saa7164: Remove unused valuesAriel Otilibili-2/+0
2025-01-07media: platform: exynos4-is: Remove unused __is_get_frame_sizeDr. David Alan Gilbert-10/+0
2025-01-07media: vidtv: Fix a null-ptr-deref in vidtv_mux_stop_threadEdward Adam Davis-1/+7
2025-01-07media: mmp: Bring back registration of the deviceLubomir Rintel-4/+17
2025-01-07media: cec: include linux/debugfs.h and linux/seq_file.h where neededJani Nikula-9/+14
2025-01-07Revert "media: qcom: camss: Restructure camss_link_entities"Bryan O'Donoghue-103/+52
2025-01-06media: venus: Remove unused hfi_core_ping()Dr. David Alan Gilbert-36/+0
2025-01-06media: venus: Populate video encoder/decoder nodename entriesBryan O'Donoghue-0/+10
2025-01-06media: venus: Add support for static video encoder/decoder declarationsBryan O'Donoghue-1/+99
2025-01-06media: venus: match instance creation and destruction orderSergey Senozhatsky-18/+18
2025-01-06media: venus: destroy hfi session after m2m_ctx releaseSergey Senozhatsky-6/+2
2025-01-06media: nxp: imx8-isi: Add i.MX8ULP supportGuoniu.zhou-0/+15
2025-01-06media: nxp: imx8-isi: fix v4l2-compliance test errorsLaurentiu Palcu-0/+3
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu-2/+2
2025-01-02media: uvcvideo: Add Kurokesu C1 PRO cameraIsaac Scott-0/+9
2025-01-02media: uvcvideo: Add new quirk definition for the Sonix Technology Co. 292a c...Isaac Scott-0/+9
2025-01-02media: uvcvideo: Implement dual stream quirk to fix loss of usb packetsIsaac Scott-1/+27
2024-12-21Merge tag 'media/v6.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-2/+3
2024-12-19media: ipu-bridge: Remove unneeded conditional compilationsRicardo Ribalda-25/+4
2024-12-19ACPI: bus: change the prototype for acpi_get_physical_device_locationRicardo Ribalda-2/+2
2024-12-19media: uvcvideo: Announce the user our deprecation intentionsRicardo Ribalda-1/+18
2024-12-19media: uvcvideo: Allow changing noparam on the flyRicardo Ribalda-8/+4
2024-12-19media: uvcvideo: Invert default value for nodrop module paramRicardo Ribalda-1/+1
2024-12-19media: uvcvideo: Propagate buf->error to userspaceRicardo Ribalda-1/+2
2024-12-19media: uvcvideo: Flush the control cache when we get an eventRicardo Ribalda-0/+3
2024-12-19media: uvcvideo: Annotate lock requirements for uvc_ctrl_setRicardo Ribalda-0/+2
2024-12-19media: uvcvideo: Remove dangling pointersRicardo Ribalda-3/+67
2024-12-19media: uvcvideo: Remove redundant NULL assignmentRicardo Ribalda-3/+1
2024-12-19media: uvcvideo: Only save async fh if successRicardo Ribalda-7/+11
2024-12-19media: uvcvideo: Refactor frame parsing code into a uvc_parse_frame functionBenoit Sevens-107/+122
2024-12-19media: uvcvideo: Remove duplicated cap/out codeRicardo Ribalda-119/+43
2024-12-19media: uvcvideo: Use uvc_query_name in uvc_get_video_ctrlXiong Nandi-2/+3
2024-12-19media: uvcvideo: Add more logging to uvc_query_ctrl()Ricardo Ribalda-1/+5
2024-12-19media: uvcvideo: Support partial control readsRicardo Ribalda-0/+21
2024-12-19media: uvcvideo: Fix event flags in uvc_ctrl_send_eventsRicardo Ribalda-2/+2
2024-12-19media: uvcvideo: Fix deadlock during uvc_probeRicardo Ribalda-0/+3