summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2018-05-04media: v4l: vsp1: Rename BRU to BRxLaurent Pinchart13-234/+234
2018-05-04media: v4l: vsp1: Add BRx dynamic assignment debugging messagesLaurent Pinchart1-0/+14
2018-05-04media: v4l: vsp1: Assign BRU and BRS to pipelines dynamicallyLaurent Pinchart2-26/+144
2018-05-04media: v4l: vsp1: Generalize detection of entity removal from DRM pipelineLaurent Pinchart1-7/+7
2018-05-04media: v4l: vsp1: Add per-display list internal completion notification supportLaurent Pinchart4-4/+26
2018-05-04media: v4l: vsp1: Turn frame end completion status into a bitfieldLaurent Pinchart6-19/+26
2018-05-04media: v4l: vsp1: Move DRM pipeline output setup code to a functionLaurent Pinchart1-46/+60
2018-05-04media: v4l: vsp1: Replace manual DRM pipeline input setup in vsp1_du_setup_lifLaurent Pinchart1-34/+6
2018-05-04media: v4l: vsp1: Setup BRU at atomic commit timeLaurent Pinchart2-1/+60
2018-05-04media: v4l: vsp1: Move DRM atomic commit pipeline setup to separate functionLaurent Pinchart1-167/+180
2018-05-04media: v4l: vsp1: Share duplicated DRM pipeline configuration codeLaurent Pinchart1-52/+43
2018-05-04media: v4l: vsp1: Use vsp1_entity.pipe to check if entity belongs to a pipelineLaurent Pinchart1-4/+4
2018-05-04media: v4l: vsp1: Store pipeline pointer in vsp1_entityLaurent Pinchart8-47/+34
2018-05-04media: v4l: vsp1: Remove unused field from vsp1_drm_pipeline structureLaurent Pinchart2-6/+0
2018-05-04media: v4l: vsp1: Don't start/stop media pipeline for DRMLaurent Pinchart1-17/+1
2018-05-04media: usbtv: Use the constant for supported standardsHugo Grostabussiat1-2/+1
2018-05-04media: usbtv: Enforce standard for color decodingHugo Grostabussiat1-5/+40
2018-05-04media: usbtv: Keep norm parameter specificHugo Grostabussiat1-1/+1
2018-05-04media: usbtv: Use V4L2 defines to select capture resolutionHugo Grostabussiat1-6/+1
2018-05-04media: usbtv: Add SECAM supportHugo Grostabussiat2-2/+38
2018-05-04media: usbtv: Use same decoder sequence as Windows driverHugo Grostabussiat1-11/+29
2018-05-04media: video-i2c: add video-i2c driverMatt Ranostay3-0/+578
2018-04-23media: tda1997x: Use bitwise or for setting subdev flagsSakari Ailus1-1/+1
2018-04-23media: ov7740: Set subdev HAS_EVENT flagSakari Ailus1-1/+1
2018-04-23media: ov7740: Fix control handler error at the end of control initSakari Ailus1-0/+7
2018-04-23media: ov7740: Check for possible NULL return value in control creationSakari Ailus1-3/+8
2018-04-23media: ov7740: Fix number of controls hintSakari Ailus1-1/+1
2018-04-23media: omap3isp: make omap3isp_prev_csc and omap3isp_prev_rgbtorgb constBhumika Goyal1-2/+2
2018-04-23media: v4l: omap3isp: make v4l2_file_operations constBhumika Goyal1-1/+1
2018-04-20media: sound, media: allow building ISA drivers it with COMPILE_TESTMauro Carvalho Chehab1-1/+2
2018-04-20media: omap3isp: Allow it to build with COMPILE_TESTArnd Bergmann2-4/+10
2018-04-20media: omap3isp: Enable driver compilation on ARM with COMPILE_TESTLaurent Pinchart1-1/+4
2018-04-20media: rcar-vin: enable support for r8a77970Niklas Söderlund1-0/+23
2018-04-20media: rcar-vin: enable support for r8a7796Niklas Söderlund1-0/+44
2018-04-20media: rcar-vin: enable support for r8a7795Niklas Söderlund2-1/+121
2018-04-20media: rcar-vin: extend {start, stop}_streaming to work with media controllerNiklas Söderlund1-8/+127
2018-04-20media: rcar-vin: add link notify for Gen3Niklas Söderlund1-0/+147
2018-04-20media: rcar-vin: parse Gen3 OF and setup media graphNiklas Söderlund2-4/+254
2018-04-20media: rcar-vin: add chsel information to rvin_infoNiklas Söderlund1-0/+42
2018-04-20media: rcar-vin: change name of video deviceNiklas Söderlund1-1/+1
2018-04-20media: rcar-vin: add group allocator functionsNiklas Söderlund2-2/+203
2018-04-20media: rcar-vin: prepare for media controller mode initializationNiklas Söderlund2-2/+22
2018-04-20media: rcar-vin: force default colorspace for media centric modeNiklas Söderlund1-2/+20
2018-04-20media: rcar-vin: use different v4l2 operations in media controller modeNiklas Söderlund2-4/+156
2018-04-20media: rcar-vin: add flag to switch to media controller modeNiklas Söderlund2-1/+7
2018-04-20media: rcar-vin: add function to manipulate Gen3 chsel valueNiklas Söderlund2-0/+39
2018-04-20media: rcar-vin: enable Gen3 hardware configurationNiklas Söderlund2-31/+63
2018-04-20media: rcar-vin: move media bus configuration to struct rvin_devNiklas Söderlund4-20/+19
2018-04-20media: rcar-vin: cache video standardNiklas Söderlund4-7/+18
2018-04-20media: rcar-vin: simplify how formats are set and resetNiklas Söderlund2-81/+53