index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-11
media: vicodec: improve handling of ENC_CMD_STOP/START
Hans Verkuil
1
-28
/
+122
2019-06-11
media: vicodec: stateless codecs do not have EOS and SOURCE_CHANGE events
Hans Verkuil
1
-0
/
+2
2019-06-11
media: vicodec: use correct sizeimage value when draining
Hans Verkuil
1
-2
/
+4
2019-06-11
media: vicodec: set KEY/PFRAME flag when decoding
Hans Verkuil
1
-2
/
+5
2019-06-11
media: vicodec: add V4L2_CID_MIN_BUFFERS_FOR_OUTPUT
Hans Verkuil
1
-1
/
+4
2019-06-11
media: vicodec: pass on enc output format to capture side
Hans Verkuil
1
-10
/
+43
2019-06-11
media: vicodec: fix initial stateless sizeimage value
Hans Verkuil
1
-1
/
+3
2019-06-11
media: vicodec: always return a valid format.
Hans Verkuil
1
-12
/
+14
2019-06-11
media: vicodec: move v4l2_ctrl_request_complete after spin_unlock
Hans Verkuil
1
-2
/
+2
2019-06-10
media: ttpci: use rc-core for the IR receiver
Sean Young
4
-347
/
+112
2019-06-10
media: stv090x: Implement probe/remove for stv090x
Tobias Klausmann
3
-53
/
+150
2019-06-10
media: stv6110x: Implement probe/remove for stv6110x
Tobias Klausmann
3
-23
/
+118
2019-06-10
media: v4l2: Fix the _MPLANE format check in v4l_enum_fmt()
Boris Brezillon
1
-2
/
+7
2019-06-05
media: pvrusb2: fix null-ptr-deref in class_unregister()
Kefeng Wang
1
-1
/
+2
2019-06-05
media: platform: ao-cec-g12a: remove spin_lock_irqsave() locking in meson_ao_...
Neil Armstrong
1
-17
/
+3
2019-06-05
media: aspeed: use different delays for triggering VE H/W reset
Jae Hyun Yoo
1
-4
/
+5
2019-06-05
media: aspeed: remove source buffer allocation before mode detection
Jae Hyun Yoo
1
-32
/
+5
2019-06-05
media: aspeed: refine interrupt handling logic
Jae Hyun Yoo
1
-3
/
+4
2019-06-05
media: aspeed: remove checking of VE_INTERRUPT_CAPTURE_COMPLETE
Jae Hyun Yoo
1
-8
/
+4
2019-06-05
media: aspeed: reduce noisy log printing outs
Jae Hyun Yoo
1
-5
/
+5
2019-06-05
media: aspeed: remove IRQF_SHARED flag
Jae Hyun Yoo
1
-2
/
+1
2019-06-05
media: aspeed: change irq to threaded irq
Jae Hyun Yoo
1
-2
/
+3
2019-06-05
media: aspeed: refine clock control logic
Jae Hyun Yoo
1
-9
/
+29
2019-06-05
media: aspeed: fix a kernel warning on clk control
Jae Hyun Yoo
1
-0
/
+11
2019-06-05
media: stm32-dcmi: fix irq = 0 case
Fabien Dessenne
1
-1
/
+1
2019-06-05
media: cxusb: Revert "media: cxusb: add raw mode support for, Medion MD95700"
Hans Verkuil
3
-163
/
+34
2019-06-05
media: platform: Fix Warning of Unneeded Semicolon reported by coccicheck
Shobhit Kukreti
3
-4
/
+4
2019-06-05
media: vivid: fix incorrect assignment operation when setting video mode
Colin Ian King
1
-1
/
+1
2019-06-05
media: mtk-vcodec: support single-buffer frames
Yunfei Dong
1
-4
/
+7
2019-06-05
media: mtk-vcodec: constify formats
Alexandre Courbot
3
-19
/
+21
2019-06-05
media: mtk-vcodec: replace GPLv2 with SPDX
Alexandre Courbot
32
-450
/
+32
2019-06-05
media: vimc: Remove or modify stream checks
André Almeida
3
-14
/
+4
2019-06-05
media: vicodec: use new v4l2_m2m_ioctl_try_en/decoder_cmd funcs
Hans Verkuil
1
-31
/
+4
2019-06-05
media: v4l2-mem2mem: add try_en/decoder_cmd ioctl helpers
Hans Verkuil
1
-0
/
+29
2019-06-05
media: rtl2832_sdr: set device_caps in struct video_device
Hans Verkuil
1
-3
/
+2
2019-06-05
media: media/usb: set device_caps in struct video_device
Hans Verkuil
20
-133
/
+100
2019-06-05
media: media/radio: set device_caps in struct video_device
Hans Verkuil
20
-73
/
+42
2019-06-05
media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplane
Boris Brezillon
27
-108
/
+81
2019-06-05
media: v4l2: Make sure all drivers set _MPLANE caps in vdev->device_caps
Boris Brezillon
12
-34
/
+18
2019-06-03
media: platform: ao-cec-g12a: disable regmap fast_io for cec bus regmap
Neil Armstrong
1
-1
/
+0
2019-06-03
media: cx23885: remove redundant assignment to err
Colin Ian King
1
-2
/
+0
2019-06-03
media: dvb-usb/cxusb-analog.c: fix coccinelle warning, use ktime.h
Hans Verkuil
1
-3
/
+2
2019-06-03
media: wl128x: Fix some error handling in fm_v4l2_init_video_device()
Kefeng Wang
1
-0
/
+3
2019-05-29
media: omap3isp: constify platform_device_id
Arvind Yadav
1
-1
/
+1
2019-05-29
media: omap3isp: Call video_unregister_device() unconditionally
Sakari Ailus
1
-2
/
+1
2019-05-29
media: omap3isp: Don't rely on devm for memory resource management
Sakari Ailus
5
-23
/
+54
2019-05-29
media: staging: media: davinci_vpfe: Replace a bit shift
Arushi Singhal
1
-1
/
+1
2019-05-29
media: videobuf-dma-contig: Use size of buffer in mmap not vma size
Andrew F. Davis
1
-3
/
+1
2019-05-29
media: cx231xx-dvb: fix memory leak in dvb_fini()
Young Xiao
1
-0
/
+1
2019-05-29
media: em28xx: use usb_to_input_id() rather than handrolling it
Sean Young
1
-8
/
+3
[next]