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
2018-05-04
media: v4l: vsp1: Rename BRU to BRx
Laurent Pinchart
13
-234
/
+234
2018-05-04
media: v4l: vsp1: Add BRx dynamic assignment debugging messages
Laurent Pinchart
1
-0
/
+14
2018-05-04
media: v4l: vsp1: Assign BRU and BRS to pipelines dynamically
Laurent Pinchart
2
-26
/
+144
2018-05-04
media: v4l: vsp1: Generalize detection of entity removal from DRM pipeline
Laurent Pinchart
1
-7
/
+7
2018-05-04
media: v4l: vsp1: Add per-display list internal completion notification support
Laurent Pinchart
4
-4
/
+26
2018-05-04
media: v4l: vsp1: Turn frame end completion status into a bitfield
Laurent Pinchart
6
-19
/
+26
2018-05-04
media: v4l: vsp1: Move DRM pipeline output setup code to a function
Laurent Pinchart
1
-46
/
+60
2018-05-04
media: v4l: vsp1: Replace manual DRM pipeline input setup in vsp1_du_setup_lif
Laurent Pinchart
1
-34
/
+6
2018-05-04
media: v4l: vsp1: Setup BRU at atomic commit time
Laurent Pinchart
2
-1
/
+60
2018-05-04
media: v4l: vsp1: Move DRM atomic commit pipeline setup to separate function
Laurent Pinchart
1
-167
/
+180
2018-05-04
media: v4l: vsp1: Share duplicated DRM pipeline configuration code
Laurent Pinchart
1
-52
/
+43
2018-05-04
media: v4l: vsp1: Use vsp1_entity.pipe to check if entity belongs to a pipeline
Laurent Pinchart
1
-4
/
+4
2018-05-04
media: v4l: vsp1: Store pipeline pointer in vsp1_entity
Laurent Pinchart
8
-47
/
+34
2018-05-04
media: v4l: vsp1: Remove unused field from vsp1_drm_pipeline structure
Laurent Pinchart
2
-6
/
+0
2018-05-04
media: v4l: vsp1: Don't start/stop media pipeline for DRM
Laurent Pinchart
1
-17
/
+1
2018-05-04
media: usbtv: Use the constant for supported standards
Hugo Grostabussiat
1
-2
/
+1
2018-05-04
media: usbtv: Enforce standard for color decoding
Hugo Grostabussiat
1
-5
/
+40
2018-05-04
media: usbtv: Keep norm parameter specific
Hugo Grostabussiat
1
-1
/
+1
2018-05-04
media: usbtv: Use V4L2 defines to select capture resolution
Hugo Grostabussiat
1
-6
/
+1
2018-05-04
media: usbtv: Add SECAM support
Hugo Grostabussiat
2
-2
/
+38
2018-05-04
media: usbtv: Use same decoder sequence as Windows driver
Hugo Grostabussiat
1
-11
/
+29
2018-05-04
media: video-i2c: add video-i2c driver
Matt Ranostay
3
-0
/
+578
2018-04-23
media: tda1997x: Use bitwise or for setting subdev flags
Sakari Ailus
1
-1
/
+1
2018-04-23
media: ov7740: Set subdev HAS_EVENT flag
Sakari Ailus
1
-1
/
+1
2018-04-23
media: ov7740: Fix control handler error at the end of control init
Sakari Ailus
1
-0
/
+7
2018-04-23
media: ov7740: Check for possible NULL return value in control creation
Sakari Ailus
1
-3
/
+8
2018-04-23
media: ov7740: Fix number of controls hint
Sakari Ailus
1
-1
/
+1
2018-04-23
media: omap3isp: make omap3isp_prev_csc and omap3isp_prev_rgbtorgb const
Bhumika Goyal
1
-2
/
+2
2018-04-23
media: v4l: omap3isp: make v4l2_file_operations const
Bhumika Goyal
1
-1
/
+1
2018-04-20
media: sound, media: allow building ISA drivers it with COMPILE_TEST
Mauro Carvalho Chehab
1
-1
/
+2
2018-04-20
media: omap3isp: Allow it to build with COMPILE_TEST
Arnd Bergmann
2
-4
/
+10
2018-04-20
media: omap3isp: Enable driver compilation on ARM with COMPILE_TEST
Laurent Pinchart
1
-1
/
+4
2018-04-20
media: rcar-vin: enable support for r8a77970
Niklas Söderlund
1
-0
/
+23
2018-04-20
media: rcar-vin: enable support for r8a7796
Niklas Söderlund
1
-0
/
+44
2018-04-20
media: rcar-vin: enable support for r8a7795
Niklas Söderlund
2
-1
/
+121
2018-04-20
media: rcar-vin: extend {start, stop}_streaming to work with media controller
Niklas Söderlund
1
-8
/
+127
2018-04-20
media: rcar-vin: add link notify for Gen3
Niklas Söderlund
1
-0
/
+147
2018-04-20
media: rcar-vin: parse Gen3 OF and setup media graph
Niklas Söderlund
2
-4
/
+254
2018-04-20
media: rcar-vin: add chsel information to rvin_info
Niklas Söderlund
1
-0
/
+42
2018-04-20
media: rcar-vin: change name of video device
Niklas Söderlund
1
-1
/
+1
2018-04-20
media: rcar-vin: add group allocator functions
Niklas Söderlund
2
-2
/
+203
2018-04-20
media: rcar-vin: prepare for media controller mode initialization
Niklas Söderlund
2
-2
/
+22
2018-04-20
media: rcar-vin: force default colorspace for media centric mode
Niklas Söderlund
1
-2
/
+20
2018-04-20
media: rcar-vin: use different v4l2 operations in media controller mode
Niklas Söderlund
2
-4
/
+156
2018-04-20
media: rcar-vin: add flag to switch to media controller mode
Niklas Söderlund
2
-1
/
+7
2018-04-20
media: rcar-vin: add function to manipulate Gen3 chsel value
Niklas Söderlund
2
-0
/
+39
2018-04-20
media: rcar-vin: enable Gen3 hardware configuration
Niklas Söderlund
2
-31
/
+63
2018-04-20
media: rcar-vin: move media bus configuration to struct rvin_dev
Niklas Söderlund
4
-20
/
+19
2018-04-20
media: rcar-vin: cache video standard
Niklas Söderlund
4
-7
/
+18
2018-04-20
media: rcar-vin: simplify how formats are set and reset
Niklas Söderlund
2
-81
/
+53
[next]