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
2019-10-24
media: vimc: Implement debayer control for mean window size
Arthur Moraes do Lago
2
-12
/
+70
2019-10-24
media: vimc: move the dev field of each entity to vimc_ent_dev
Dafna Hirschfeld
6
-23
/
+21
2019-10-24
media: vimc: embed the pads of entities in the entities' structs
Dafna Hirschfeld
6
-80
/
+25
2019-10-24
media: vimc: remove unused struct declaration vimc_platform_data
Dafna Hirschfeld
1
-15
/
+0
2019-10-24
media: vimc: common: remove unused function 'vimc_pipeline_s_stream'
Dafna Hirschfeld
2
-39
/
+0
2019-10-24
media: vimc: remove EXPORT_SYMBOL_GPL declarations
Dafna Hirschfeld
2
-9
/
+0
2019-10-24
media: vimc: remove the helper function vimc_ent_sd_unregister
Dafna Hirschfeld
5
-20
/
+3
2019-10-24
media: vimc: move media_entity_cleanup to release callbacks
Dafna Hirschfeld
5
-2
/
+4
2019-10-24
media: vimc: sen: register subdevice only after initialization
Dafna Hirschfeld
1
-10
/
+10
2019-10-24
media: vimc: cleanup code that assigns entity in entities array
Dafna Hirschfeld
1
-4
/
+2
2019-10-24
media: vimc: initialize vim entity pointers to NULL
Dafna Hirschfeld
1
-3
/
+2
2019-10-24
media: cec-gpio: Use CONFIG_PREEMPTION
Sebastian Andrzej Siewior
1
-1
/
+1
2019-10-24
media: ti-vpe: vpe: use r2y instead of y2r, copy-paste error
Colin Ian King
1
-1
/
+1
2019-10-24
media: aspeed: clear garbage interrupts
Jae Hyun Yoo
1
-0
/
+10
2019-10-24
media: aspeed: set hsync and vsync polarities to normal before starting mode detection
Jae Hyun Yoo
1
-0
/
+2
2019-10-24
media: aspeed: refine hsync/vsync polarity setting logic
Jae Hyun Yoo
1
-22
/
+21
2019-10-24
media: vivid: Add metadata output support
Vandana BN
8
-11
/
+364
2019-10-24
media: vivid: Add metadata capture support
Vandana BN
8
-14
/
+465
2019-10-10
media: ti-vpe: vpe: don't rely on colorspace member for conversion
Benoit Parrot
3
-98
/
+183
2019-10-10
media: ti-vpe: csc: rgb-to-yuv HD full range coeff are wrong
Benoit Parrot
1
-2
/
+2
2019-10-10
media: ti-vpe: vpe: fix v4l2_compliance issue related to xfer_func
Benoit Parrot
1
-1
/
+4
2019-10-10
media: ti-vpe: vpe: use standard struct instead of duplicating fields
Benoit Parrot
1
-95
/
+101
2019-10-10
media: ti-vpe: Set the DMA mask and coherent mask
Benoit Parrot
1
-0
/
+7
2019-10-10
media: ti-vpe: vpdma: Use fixed type for address in descriptor
Benoit Parrot
1
-2
/
+2
2019-10-10
media: ti-vpe: vpe: ensure buffers are cleaned up properly in abort cases
Benoit Parrot
1
-3
/
+9
2019-10-10
media: ti-vpe: vpe: fix a v4l2-compliance failure about frame sequence number
Benoit Parrot
1
-0
/
+1
2019-10-10
media: ti-vpe: vpe: fix a v4l2-compliance failure about invalid sizeimage
Benoit Parrot
2
-0
/
+5
2019-10-10
media: ti-vpe: vpe: Make sure YUYV is set as default format
Benoit Parrot
1
-1
/
+1
2019-10-10
media: ti-vpe: vpe: fix a v4l2-compliance warning about invalid pixel format
Benoit Parrot
1
-4
/
+9
2019-10-10
media: ti-vpe: vpe: fix a v4l2-compliance failure causing a kernel panic
Benoit Parrot
1
-1
/
+1
2019-10-10
media: ti-vpe: Set MAX height supported to 2048 pixels
Ram Prasad
1
-1
/
+1
2019-10-10
media: ti-vpe: Add support for NV21 format
Nikhil Devshatwar
4
-8
/
+34
2019-10-10
media: ti-vpe: Add support for SEQ_BT
Nikhil Devshatwar
1
-27
/
+46
2019-10-10
media: ti-vpe: vpe: Remove unnecessary use of container_of
Benoit Parrot
1
-15
/
+7
2019-10-10
media: ti-vpe: vpe: Add missing null pointer checks
Benoit Parrot
1
-1
/
+12
2019-10-10
media: ti-vpe: vpe: Fix Motion Vector vpdma stride
Benoit Parrot
1
-5
/
+13
2019-10-10
media: ti-vpe: Fix a parallel build issue
Benoit Parrot
1
-3
/
+1
2019-10-10
media: platform: Use devm_platform_ioremap_resource() in two functions
Markus Elfring
2
-13
/
+2
2019-10-10
media: rcar-vin: Use bytes per line instead of width for UV offset
Niklas Söderlund
1
-2
/
+2
2019-10-10
media: rcar-vin: Create compose rectangle where it is used
Niklas Söderlund
1
-14
/
+11
2019-10-10
media: rcar-vin: Rename wrongly named rectangle
Niklas Söderlund
1
-10
/
+11
2019-10-10
media: vimc: Fix error return code in vimc_register_devices()
Wei Yongjun
1
-1
/
+3
2019-10-10
media: v4l: cadence: Fix how unsued lanes are handled in 'csi2rx_start()'
Christophe JAILLET
1
-1
/
+1
2019-10-08
media: venus: fix build on 32bit environments
Mauro Carvalho Chehab
1
-2
/
+3
2019-10-07
cec: add cec_adapter to cec_notifier_cec_adap_unregister()
Hans Verkuil
7
-14
/
+16
2019-10-07
media: meson/ao-cec: move cec_notifier_cec_adap_register after hw setup
Neil Armstrong
2
-33
/
+33
2019-10-04
media: venus: Update clock scaling
Aniket Masule
3
-23
/
+140
2019-10-04
media: venus: Add codec data table
Aniket Masule
6
-0
/
+68
2019-10-04
media: venus: Fix occasionally failures to suspend
Stanimir Varbanov
1
-0
/
+6
2019-10-02
media: venus: Use on-chip interconnect API
Stanimir Varbanov
4
-1
/
+115
[prev]
[next]