index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-22
media: camss: Replace trace_printk() with dev_dbg()
Robert Foss
2
-4
/
+6
2021-03-22
media: camss: Fix vfe_isr comment typo
Robert Foss
2
-2
/
+2
2021-03-22
media: camss: Fix vfe_isr_comp_done() documentation
Robert Foss
1
-2
/
+2
2021-03-22
media: Correct 'so'
Xiaofeng Cao
1
-1
/
+1
2021-03-22
media: imx-jpeg: Add V4L2 driver for i.MX8 JPEG Encoder/Decoder
Mirela Rabulea
8
-0
/
+2630
2021-03-22
media: platform: sunxi: sun6i-csi: fix error return code of sun6i_video_start_streaming()
Jia-Ju Bai
1
-1
/
+3
2021-03-22
media: platform: xilinx: fix error return code of xvip_graph_init()
Jia-Ju Bai
1
-0
/
+1
2021-03-22
media: ti-vpe: cal: Implement media controller centric API
Laurent Pinchart
5
-61
/
+291
2021-03-22
media: ti-vpe: cal: fix subdev mbus_code enumeration
Tomi Valkeinen
1
-3
/
+9
2021-03-22
media: ti-vpe: cal: remove unneeded assignment
Tomi Valkeinen
1
-1
/
+0
2021-03-22
media: exynos4-is: add missing call to of_node_put()
Yang Li
1
-1
/
+3
2021-03-22
media: venus: core: Parse firmware-name DT property
Stanimir Varbanov
1
-1
/
+7
2021-03-22
media: venus: Include io.h for memremap()
Stephen Boyd
1
-0
/
+1
2021-03-22
media: venus: core, venc, vdec: Fix probe dependency error
Bryan O'Donoghue
3
-33
/
+34
2021-03-22
media: venus: core: Fix some resource leaks in the error path of 'venus_probe()'
Christophe JAILLET
1
-5
/
+2
2021-03-22
media: venus: venc: Add support for AUD NALU control
Stanimir Varbanov
3
-1
/
+22
2021-03-22
media: s5p-mfc: Use display delay and display enable std controls
Stanimir Varbanov
1
-0
/
+16
2021-03-22
media: venus: vdec: Add support for display delay and delay enable controls
Stanimir Varbanov
3
-2
/
+26
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
4
-7
/
+0
2021-03-11
media: aspeed: fix clock handling logic
Jae Hyun Yoo
1
-3
/
+6
2021-03-11
media: rkisp1: rsz: crash fix when setting src format
Dafna Hirschfeld
1
-4
/
+5
2021-03-11
media: fix incorrect kernel doc usages
Hans Verkuil
4
-6
/
+6
2021-03-11
media: ti-vpe: Simplify bool comparison
Jiapeng Chong
1
-2
/
+1
2021-03-11
media: rkisp1: params: remove extra 'if' conditions
Dafna Hirschfeld
1
-235
/
+180
2021-03-11
media: mtk: fix mtk-smi dependency
Arnd Bergmann
1
-0
/
+3
2021-03-11
media: qcom: camss: Fix overflows in clock rate calculations
Vladimir Lypak
3
-4
/
+4
2021-03-11
media: camss: use v4l2_get_link_freq() to calculate the relevant clocks
Andrey Konovalov
7
-56
/
+71
2021-03-11
media: use getter/setter functions
Julia Lawall
2
-5
/
+5
2021-03-11
media: platform: sti: make a const arrays static, makes object smaller
Colin Ian King
1
-4
/
+6
2021-03-11
media: rkisp1: params: fix wrong bits settings
Dafna Hirschfeld
1
-1
/
+0
2021-03-11
media: v4l: vsp1: Fix uif null pointer access
Biju Das
1
-2
/
+2
2021-03-11
media: v4l: vsp1: Fix bru null pointer access
Biju Das
1
-1
/
+1
2021-02-22
Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+0
2021-02-22
Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
1
-1
/
+1
2021-02-21
Merge tag 'media/v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
88
-1231
/
+11068
2021-02-06
media: pxa_camera: Drop the v4l2-clk clock register
Ezequiel Garcia
1
-29
/
+1
2021-02-06
media: marvell-ccic: power up the device on mclk enable
Lubomir Rintel
1
-0
/
+2
2021-02-06
media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() API
Laurent Pinchart
21
-68
/
+56
2021-02-06
media: davinci: vpif_display: Remove unused v4l2-async code
Ezequiel Garcia
2
-72
/
+15
2021-02-06
media: pxa-camera: Use v4l2_async_notifier_add_*_subdev
Ezequiel Garcia
1
-34
/
+23
2021-02-06
media: renesas-ceu: Use v4l2_async_notifier_add_*_subdev
Ezequiel Garcia
1
-33
/
+27
2021-02-06
media: marvell-ccic: Use v4l2_async_notifier_add_*_subdev
Ezequiel Garcia
4
-17
/
+19
2021-02-06
media: cadence: Use v4l2_async_notifier_add_fwnode_remote_subdev
Ezequiel Garcia
1
-10
/
+6
2021-02-06
media: exynos4-is: Use v4l2_async_notifier_add_fwnode_remote_subdev
Ezequiel Garcia
2
-12
/
+14
2021-02-06
media: stm32: Use v4l2_async_notifier_add_fwnode_remote_subdev
Ezequiel Garcia
1
-56
/
+30
2021-02-06
media: atmel: Use v4l2_async_notifier_add_fwnode_remote_subdev
Ezequiel Garcia
3
-62
/
+29
2021-02-06
media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdev
Ezequiel Garcia
5
-69
/
+49
2021-02-01
Merge tag 'v5.11-rc6' into patchwork
Mauro Carvalho Chehab
2
-1
/
+3
2021-01-28
media: rockchip: rkisp1: extend uapi array sizes
Heiko Stuebner
2
-3
/
+3
2021-01-28
media: rockchip: rkisp1: carry ip version information
Heiko Stuebner
1
-9
/
+12
[prev]
[next]