summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/aspeed-video.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* media: platform: place Aspeed driver on a separate dirMauro Carvalho Chehab2022-03-141-2051/+0
* media: aspeed: Remove duplicated include in aspeed-video.cYang Li2022-02-221-1/+0
* media: aspeed: Use of_device_get_match_data() helperJammy Huang2022-02-221-5/+4
* media: aspeed: Use full swing as JFIF to fix incorrect colorJammy Huang2022-02-221-3/+11
* media: aspeed: Fix unstable timing detectionJammy Huang2022-02-221-0/+13
* media: aspeed: Add macro for the fields of the mode-detect registersJammy Huang2022-02-221-1/+12
* media: aspeed: add comments and macroJammy Huang2022-02-221-3/+33
* media: aspeed: Correct values for detected timingJammy Huang2022-01-281-13/+97
* media: aspeed: Use FIELD_GET to improve readabilityJammy Huang2022-01-281-19/+12
* media: aspeed: Correct value for h-total-pixelsJammy Huang2022-01-281-3/+6
* media: aspeed: Fix no complete irq for non-64-aligned widthJammy Huang2022-01-281-8/+9
* media: aspeed: add more debug log messagesJammy Huang2022-01-281-0/+24
* media: aspeed: use v4l2_info/v4l2_warn/v4l2_dbg for logJammy Huang2022-01-281-17/+23
* media: aspeed: Update signal status immediately to ensure sane hw stateJammy Huang2021-11-151-3/+3
* media: aspeed: fix mode-detect always time out at 2nd runJammy Huang2021-11-151-4/+4
* media: aspeed: add debugfsJammy Huang2021-10-191-0/+100
* media: aspeed: refine to avoid full jpeg updateJammy Huang2021-10-051-1/+16
* media: aspeed-video: ignore interrupts that aren't enabledZev Weiss2021-09-301-10/+6
* media: aspeed: fix clock handling logicJae Hyun Yoo2021-03-111-3/+6
* media: aspeed: fix error return code in aspeed_video_setup_video()Zhang Changzhong2021-01-121-3/+3
* media: media/platform: drop vb2_queue_release()Hans Verkuil2020-08-281-4/+1
* media: aspeed: add AST2600 supportJae Hyun Yoo2020-03-021-4/+11
* media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-2/+2
* media: video: aspeed: Update copyright informationJoel Stanley2020-02-241-1/+3
* media: aspeed: Use runtime configurationJoel Stanley2020-02-241-14/+39
* media: aspeed: Rework memory mapping in probeJoel Stanley2020-02-241-10/+6
* media: aspeed-video: Fix memory leaks in aspeed_video_probeNavid Emamdoost2019-11-101-1/+2
* media: aspeed: clear garbage interruptsJae Hyun Yoo2019-10-241-0/+10
* media: aspeed: set hsync and vsync polarities to normal before starting mode ...Jae Hyun Yoo2019-10-241-0/+2
* media: aspeed: refine hsync/vsync polarity setting logicJae Hyun Yoo2019-10-241-22/+21
* media: aspeed-video: address a protential usage of an unitialized varMauro Carvalho Chehab2019-08-261-2/+3
* media: aspeed: fix an incorrect return code on buffer allocation failureJae Hyun Yoo2019-08-261-0/+1
* media: aspeed: add a workaround to fix a silicon bugJae Hyun Yoo2019-06-211-7/+21
* media: aspeed: use different delays for triggering VE H/W resetJae Hyun Yoo2019-06-051-4/+5
* media: aspeed: remove source buffer allocation before mode detectionJae Hyun Yoo2019-06-051-32/+5
* media: aspeed: refine interrupt handling logicJae Hyun Yoo2019-06-051-3/+4
* media: aspeed: remove checking of VE_INTERRUPT_CAPTURE_COMPLETEJae Hyun Yoo2019-06-051-8/+4
* media: aspeed: reduce noisy log printing outsJae Hyun Yoo2019-06-051-5/+5
* media: aspeed: remove IRQF_SHARED flagJae Hyun Yoo2019-06-051-2/+1
* media: aspeed: change irq to threaded irqJae Hyun Yoo2019-06-051-2/+3
* media: aspeed: refine clock control logicJae Hyun Yoo2019-06-051-9/+29
* media: aspeed: fix a kernel warning on clk controlJae Hyun Yoo2019-06-051-0/+11
* media: platform: Aspeed: Make reserved memory optionalEddie James2019-04-301-5/+1
* media: platform: Aspeed: Remove use of reset lineEddie James2019-04-301-22/+5
* media: platform: Fix missing spin_lock_init()Wei Yongjun2019-01-071-0/+1
* media: platform: Add Aspeed Video Engine driverEddie James2018-12-121-0/+1729