summaryrefslogtreecommitdiff
path: root/drivers/media/platform/vsp1/vsp1_drv.c
Commit message (Expand)AuthorAgeFilesLines
* media: platform: place Renesas drivers on a separate dirMauro Carvalho Chehab2022-03-141-946/+0
* media: vsp1: mask interrupts before enablingNikita Yushchenko2022-02-171-8/+29
* media: vsp1: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-281-8/+6
* media: vsp1: Add support for the V3U VSPDKieran Bingham2021-10-081-0/+10
* media: vsp1: Fix WPF macro namesKieran Bingham2021-10-081-2/+2
* media: vsp1: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-301-3/+1
* media: vsp1: use pm_runtime_resume_and_get()Mauro Carvalho Chehab2021-05-201-9/+1
* media: vsp1: Fix an error handling path in the probe functionChristophe JAILLET2021-01-121-1/+3
* media: vsp1: Fix runtime PM imbalance on errorDinghao Liu2020-09-271-3/+8
* media: vsp1: use periods at the end of comment sentencesKieran Bingham2018-09-171-3/+3
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-1/+1
* media: vsp1: Add support for extended display list headersKieran Bingham2018-08-031-2/+2
* media: vsp1: Provide VSP1 feature helper macroKieran Bingham2018-08-031-8/+8
* media: vsp1: Move video suspend resume handling to video objectKieran Bingham2018-05-251-2/+2
* media: v4l: vsp1: Add support for the DISCOM entityLaurent Pinchart2018-05-171-0/+20
* media: v4l: vsp1: Use SPDX license headersLaurent Pinchart2018-05-171-5/+1
* media: v4l: vsp1: Rename BRU to BRxLaurent Pinchart2018-05-041-3/+3
* media: v4l: vsp1: Store pipeline pointer in vsp1_entityLaurent Pinchart2018-05-041-1/+1
* media: vsp1: Prevent suspending and resuming DRM pipelinesKieran Bingham2017-12-081-2/+14
* v4l: vsp1: Add support for multiple LIF instancesLaurent Pinchart2017-08-031-19/+30
* v4l: vsp1: Add support for new VSP2-BS, VSP2-DL and VSP2-D instancesLaurent Pinchart2017-08-031-0/+24
* v4l: vsp1: Add support for the BRS entityLaurent Pinchart2017-07-291-1/+18
* v4l: vsp1: Don't create links for DRM pipelineLaurent Pinchart2017-07-291-10/+6
* v4l: vsp1: Store source and sink pointers as vsp1_entityLaurent Pinchart2017-07-291-1/+1
* v4l: vsp1: Don't set WPF sink pointerLaurent Pinchart2017-07-291-1/+0
* v4l: vsp1: Don't recycle active list at display startLaurent Pinchart2017-07-291-8/+0
* v4l: vsp1: Map the DL and video buffers through the proper bus masterMagnus Damm2017-06-091-0/+9
* [media] v4l: vsp1: Add HGT supportNiklas Söderlund2017-04-141-4/+28
* [media] v4l: vsp1: Add HGO supportLaurent Pinchart2017-04-141-9/+33
* [media] v4l: vsp1: Support histogram generators in pipeline configurationLaurent Pinchart2017-04-141-1/+3
* [media] v4l: vsp1: Fix multi-line comment styleLaurent Pinchart2017-04-101-4/+8
* [media] v4l: vsp1: Fix module autoload for OF registrationJavier Martinez Canillas2016-11-161-0/+1
* [media] v4l: vsp1: Use DFE instead of FRE for frame endKieran Bingham2016-09-191-1/+1
* [media] v4l: vsp1: Add R8A7792 VSP1V supportSergei Shtylyov2016-09-091-0/+22
* [media] v4l: vsp1: Report device model and rev through media device informationLaurent Pinchart2016-09-091-6/+15
* [media] vsp1: use __maybe_unused for PM handlersArnd Bergmann2016-07-131-6/+4
* [media] v4l: vsp1: wpf: Add flipping supportLaurent Pinchart2016-06-281-7/+9
* [media] v4l: vsp1: Add Cubic Look Up Table (CLU) supportLaurent Pinchart2016-06-281-4/+17
* [media] v4l: vsp1: Don't create LIF entity when the userspace API is enabledLaurent Pinchart2016-06-281-8/+8
* [media] v4l: vsp1: Don't register media device when userspace API is disabledLaurent Pinchart2016-06-281-7/+9
* [media] v4l: vsp1: Base link creation on availability of entitiesLaurent Pinchart2016-06-281-1/+1
* [media] v4l: vsp1: Fix descriptions of Gen2 VSP instancesLaurent Pinchart2016-06-281-3/+3
* [media] v4l: vsp1: Add FCP supportLaurent Pinchart2016-06-171-1/+20
* [media] v4l: vsp1: Don't handle clocks manuallyLaurent Pinchart2016-06-171-18/+2
* [media] v4l: vsp1: Implement runtime PM supportLaurent Pinchart2016-06-171-49/+52
* [media] v4l: vsp1: Add support for the RPF alpha multiplier on Gen3Laurent Pinchart2016-04-131-0/+8
* [media] v4l: vsp1: Allocate pipelines on demandLaurent Pinchart2016-04-131-0/+1
* [media] v4l: vsp1: Store pipeline pointer in rwpfLaurent Pinchart2016-04-131-3/+1
* [media] v4l: vsp1: Split display list manager from display listLaurent Pinchart2016-04-131-9/+2
* [media] v4l: vsp1: Always setup the display listLaurent Pinchart2016-04-131-2/+1