index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-10
media: mediatek: vcodec: remove the dependency of vcodec debug log
Yunfei Dong
14
-535
/
+494
2023-08-10
media: mediatek: vcodec: Removing useless debug log
Yunfei Dong
12
-90
/
+4
2023-08-10
media: mediatek: vcodec: Removing struct 'mtk_vcodec_ctx/dev' for shared inte...
Yunfei Dong
7
-41
/
+41
2023-08-10
media: mediatek: vcodec: align fw interface
Yunfei Dong
5
-19
/
+23
2023-08-10
media: mediatek: vcodec: remove unused parameter
Yunfei Dong
3
-10
/
+0
2023-08-10
media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warning
Sakari Ailus
1
-1
/
+1
2023-08-10
media: ccs-pll: Initialise best_div to avoid a compiler warning
Sakari Ailus
1
-1
/
+1
2023-08-10
media: go7007: Remove redundant if statement
Colin Ian King
1
-2
/
+0
2023-08-10
media: ipu3-cio2: allow ipu_bridge to be a module again
Arnd BergmannArnd Bergmann
3
-16
/
+28
2023-08-10
media: cec-pin: only enable interrupts when monitoring the CEC pin
Hans Verkuil
1
-2
/
+2
2023-08-10
media: cec-gpio: drop the cec_gpio_free callback
Hans Verkuil
1
-6
/
+0
2023-08-10
media: cec-pin: improve interrupt handling
Hans Verkuil
2
-8
/
+21
2023-08-10
media: cec-gpio: specify IRQF_NO_AUTOEN when requesting irq
Hans Verkuil
1
-3
/
+1
2023-08-10
media: cec: core: add adap_unconfigured() callback
Hans Verkuil
1
-2
/
+2
2023-08-10
media: cec: core: add adap_nb_transmit_canceled() callback
Hans Verkuil
1
-2
/
+2
2023-08-10
media: v4l: async: Set v4l2_device and subdev in async notifier init
Sakari Ailus
43
-121
/
+107
2023-08-10
media: qcom: Initialise V4L2 async notifier later
Sakari Ailus
1
-11
/
+10
2023-08-10
media: davinci: Init async notifier after registering V4L2 device
Sakari Ailus
1
-10
/
+9
2023-08-10
media: xilinx-vipp: Init async notifier after registering V4L2 device
Sakari Ailus
1
-1
/
+2
2023-08-10
media: omap3isp: Initialise V4L2 async notifier later
Sakari Ailus
1
-7
/
+8
2023-08-10
media: am437x-vpfe: Register V4L2 device early
Sakari Ailus
1
-14
/
+13
2023-08-10
media: marvell: cafe: Register V4L2 device earlier
Sakari Ailus
2
-11
/
+9
2023-08-10
media: pxa_camera: Register V4L2 device early
Sakari Ailus
1
-9
/
+10
2023-08-10
media: pxa_camera: Fix probe error handling
Sakari Ailus
1
-23
/
+25
2023-08-10
media: adv748x: Return to endpoint matching
Sakari Ailus
1
-3
/
+9
2023-08-09
media: imx: imx7-media-csi: Fix applying format constraints
Fabio Estevam
1
-2
/
+5
2023-08-08
Merge tag 'hardening-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2023-08-04
media/vivid: Use fbdev I/O helpers
Thomas Zimmermann
2
-6
/
+2
2023-07-30
ASoC: Merge up fixes from Linus' tree
Mark Brown
14
-137
/
+115
2023-07-28
media: v4l: async: Support fwnode endpoint list matching for subdevs
Sakari Ailus
2
-0
/
+54
2023-07-28
media: v4l: async: Try more connections
Sakari Ailus
1
-2
/
+2
2023-07-28
media: v4l: async: Drop unneeded list entry initialisation
Sakari Ailus
1
-2
/
+0
2023-07-28
media: v4l: async: Allow multiple connections between entities
Sakari Ailus
1
-73
/
+76
2023-07-28
media: v4l: async: Obtain async connection based on sub-device
Sakari Ailus
8
-10
/
+57
2023-07-28
media: v4l: async: Rework internal lists
Sakari Ailus
5
-55
/
+61
2023-07-28
media: v4l: async: Drop duplicate handling when adding connections
Sakari Ailus
1
-19
/
+8
2023-07-28
media: v4l: async: Clean up error handling in v4l2_async_match_notify
Sakari Ailus
1
-9
/
+12
2023-07-28
media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection
Sakari Ailus
53
-262
/
+261
2023-07-28
media: v4l: async: Simplify async sub-device fwnode matching
Sakari Ailus
7
-124
/
+26
2023-07-28
media: v4l: async: Clean up list heads and entries
Sakari Ailus
3
-31
/
+31
2023-07-28
media: v4l: async: Only pass match information for async subdev validation
Sakari Ailus
1
-53
/
+56
2023-07-28
media: v4l: async: Rename V4L2_ASYNC_MATCH_ macros, add TYPE_
Sakari Ailus
1
-11
/
+11
2023-07-28
media: v4l: async: Make V4L2 async match information a struct
Sakari Ailus
1
-9
/
+9
2023-07-28
media: v4l: async: Don't check whether asd is NULL in validity check
Sakari Ailus
1
-3
/
+0
2023-07-28
media: v4l: async: Clean up testing for duplicate async subdevs
Sakari Ailus
1
-12
/
+12
2023-07-28
media: v4l: async: Add some debug prints
Sakari Ailus
1
-8
/
+63
2023-07-28
media: omap3isp: Move link creation to bound callback
Sakari Ailus
1
-19
/
+19
2023-07-28
media: xilinx-vipp: Clean up bound async notifier callback
Sakari Ailus
1
-27
/
+5
2023-07-28
media: atmel-isi: Remote unneeeded forward declaration
Sakari Ailus
1
-2
/
+0
2023-07-28
media: v4l: async: Drop v4l2_async_nf_parse_fwnode_endpoints()
Jacopo Mondi
2
-100
/
+3
[prev]
[next]