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
2022-02-22
media: imx-jpeg: fix a bug of accessing array out of bounds
Ming Qian
1
-1
/
+0
2022-02-22
media: sun6i-csi: fix colorspace in sun6i_video_try_fmt()
Mikhail Rudenko
1
-1
/
+5
2022-02-22
media: usb: go7007: s2250-board: fix leak in probe()
Dan Carpenter
1
-6
/
+4
2022-02-22
media: imx-jpeg: Remove unnecessary print function dev_err()
Yang Li
1
-1
/
+0
2022-02-22
media: aspeed: Remove duplicated include in aspeed-video.c
Yang Li
1
-1
/
+0
2022-02-22
media: saa7164: remove redundant assignment to variable idx
Colin Ian King
1
-1
/
+0
2022-02-22
media: saa7134: remove redundant assignment to variable id
Colin Ian King
1
-2
/
+0
2022-02-22
media: mtk-jpeg: remove redundant initialization of variable plane_fmt
Colin Ian King
1
-1
/
+1
2022-02-22
media: gspca: remove redundant assignment of variable n
Colin Ian King
1
-1
/
+0
2022-02-22
media: uapi: Init VP9 stateless decode params
Yunfei Dong
1
-0
/
+8
2022-02-22
media: go7007: Constify static struct snd_device_ops
Rikard Falkeborn
1
-1
/
+1
2022-02-22
media: saa7115: make static read-only array lcr2vbi const
Colin Ian King
1
-1
/
+1
2022-02-22
media: em28xx: initialize refcount before kref_get
Dongliang Mu
1
-4
/
+4
2022-02-22
media: usb: pwc-uncompress: Use struct_size() helper in pwc_decompress()
Gustavo A. R. Silva
1
-1
/
+1
2022-02-22
media: platform: mtk-vcodec: Do not force /dev/videoX node number
Benjamin Gaignard
2
-16
/
+13
2022-02-22
media: aspeed: Use of_device_get_match_data() helper
Jammy Huang
1
-5
/
+4
2022-02-22
media: aspeed: Use full swing as JFIF to fix incorrect color
Jammy Huang
1
-3
/
+11
2022-02-22
media: aspeed: Fix unstable timing detection
Jammy Huang
1
-0
/
+13
2022-02-22
media: aspeed: Add macro for the fields of the mode-detect registers
Jammy Huang
1
-1
/
+12
2022-02-22
media: aspeed: add comments and macro
Jammy Huang
1
-3
/
+33
2022-02-22
media: rcar-{csi2,vin}: Move to full Virtual Channel routing per CSI-2 IP
Niklas Söderlund
4
-258
/
+137
2022-02-22
media: rcar-vin: Breakout media link creation
Niklas Söderlund
1
-20
/
+19
2022-02-22
media: rcar-vin: Refactor link notify
Niklas Söderlund
1
-44
/
+46
2022-02-17
media: xilinx: csi2rxss: Use mipi-csi2.h
Laurent Pinchart
1
-61
/
+45
2022-02-17
media: rcar-csi2: Use mipi-csi2.h
Laurent Pinchart
1
-11
/
+46
2022-02-17
media: rcar-isp: Use mipi-csi2.h
Laurent Pinchart
1
-6
/
+26
2022-02-17
media: vsp1: mask interrupts before enabling
Nikita Yushchenko
1
-8
/
+29
2022-02-17
media: uvcvideo: Add support for Apple T2-attached FaceTime HD Camera
Paul Pawlowski
1
-0
/
+9
2022-02-17
media: ti-vpe: cal: Fix a NULL pointer dereference in cal_ctx_v4l2_init_forma...
Zhou Qingyang
1
-0
/
+3
2022-02-17
media: i2c: ov08d10: Unlock on error in ov08d10_enum_frame_size()
Dan Carpenter
1
-1
/
+3
2022-02-17
media: ov5675: use group write to update digital gain
Bingbu Cao
1
-3
/
+29
2022-02-17
media: omap3isp: Use struct_group() for memcpy() region
Kees Cook
1
-2
/
+3
2022-02-17
media: v4l2-mediabus: Drop V4L2_MBUS_CSI2_CONTINUOUS_CLOCK flag
Laurent Pinchart
3
-9
/
+6
2022-02-17
media: v4l2-mediabus: Drop legacy V4L2_MBUS_CSI2_CHANNEL_* flags
Laurent Pinchart
1
-1
/
+0
2022-02-17
media: v4l2-mediabus: Use structures to describe bus configuration
Laurent Pinchart
12
-80
/
+51
2022-02-17
media: microchip-csi2dc: Remove VC support for now
Sakari Ailus
1
-16
/
+2
2022-02-17
media: camss: csiphy: Move to hardcode CSI Clock Lane number
Robert Foss
4
-23
/
+41
2022-02-16
media: video/hdmi: handle short reads of hdmi info frame.
Tom Rix
3
-3
/
+3
2022-02-16
media: vimc: Add support for contiguous DMA buffers
Laurent Pinchart
4
-2
/
+25
2022-02-16
media: mexon-ge2d: fixup frames size in registers
Neil Armstrong
1
-12
/
+12
2022-02-16
media: s5p_mfc_dec: set flags for OUTPUT coded formats
Maxime Jourdan
2
-0
/
+19
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
3
-8
/
+3
2022-02-07
dma-buf-map: Rename to iosys-map
Lucas De Marchi
3
-13
/
+15
2022-01-28
media: lirc: report ir receiver overflow
Sean Young
2
-8
/
+11
2022-01-28
media: rc-core: rename ir_raw_event_reset to ir_raw_event_overflow
Sean Young
24
-29
/
+27
2022-01-28
media: aspeed: Correct values for detected timing
Jammy Huang
1
-13
/
+97
2022-01-28
media: aspeed: Use FIELD_GET to improve readability
Jammy Huang
1
-19
/
+12
2022-01-28
media: aspeed: Correct value for h-total-pixels
Jammy Huang
1
-3
/
+6
2022-01-28
media: aspeed: Fix no complete irq for non-64-aligned width
Jammy Huang
1
-8
/
+9
2022-01-28
media: aspeed: add more debug log messages
Jammy Huang
1
-0
/
+24
[prev]
[next]