aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/aspeed-video.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-14media: platform: place Aspeed driver on a separate dirMauro Carvalho Chehab1-2051/+0
2022-02-22media: aspeed: Remove duplicated include in aspeed-video.cYang Li1-1/+0
2022-02-22media: aspeed: Use of_device_get_match_data() helperJammy Huang1-5/+4
2022-02-22media: aspeed: Use full swing as JFIF to fix incorrect colorJammy Huang1-3/+11
2022-02-22media: aspeed: Fix unstable timing detectionJammy Huang1-0/+13
2022-02-22media: aspeed: Add macro for the fields of the mode-detect registersJammy Huang1-1/+12
2022-02-22media: aspeed: add comments and macroJammy Huang1-3/+33
2022-01-28media: aspeed: Correct values for detected timingJammy Huang1-13/+97
2022-01-28media: aspeed: Use FIELD_GET to improve readabilityJammy Huang1-19/+12
2022-01-28media: aspeed: Correct value for h-total-pixelsJammy Huang1-3/+6
2022-01-28media: aspeed: Fix no complete irq for non-64-aligned widthJammy Huang1-8/+9
2022-01-28media: aspeed: add more debug log messagesJammy Huang1-0/+24
2022-01-28media: aspeed: use v4l2_info/v4l2_warn/v4l2_dbg for logJammy Huang1-17/+23
2021-11-15media: aspeed: Update signal status immediately to ensure sane hw stateJammy Huang1-3/+3
2021-11-15media: aspeed: fix mode-detect always time out at 2nd runJammy Huang1-4/+4
2021-10-19media: aspeed: add debugfsJammy Huang1-0/+100
2021-10-05media: aspeed: refine to avoid full jpeg updateJammy Huang1-1/+16
2021-09-30media: aspeed-video: ignore interrupts that aren't enabledZev Weiss1-10/+6
2021-03-11media: aspeed: fix clock handling logicJae Hyun Yoo1-3/+6
2021-01-12media: aspeed: fix error return code in aspeed_video_setup_video()Zhang Changzhong1-3/+3
2020-08-28media: media/platform: drop vb2_queue_release()Hans Verkuil1-4/+1
2020-03-02media: aspeed: add AST2600 supportJae Hyun Yoo1-4/+11
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-2/+2
2020-02-24media: video: aspeed: Update copyright informationJoel Stanley1-1/+3
2020-02-24media: aspeed: Use runtime configurationJoel Stanley1-14/+39
2020-02-24media: aspeed: Rework memory mapping in probeJoel Stanley1-10/+6
2019-11-10media: aspeed-video: Fix memory leaks in aspeed_video_probeNavid Emamdoost1-1/+2
2019-10-24media: aspeed: clear garbage interruptsJae Hyun Yoo1-0/+10
2019-10-24media: aspeed: set hsync and vsync polarities to normal before starting mode detectionJae Hyun Yoo1-0/+2
2019-10-24media: aspeed: refine hsync/vsync polarity setting logicJae Hyun Yoo1-22/+21
2019-08-26media: aspeed-video: address a protential usage of an unitialized varMauro Carvalho Chehab1-2/+3
2019-08-26media: aspeed: fix an incorrect return code on buffer allocation failureJae Hyun Yoo1-0/+1
2019-06-21media: aspeed: add a workaround to fix a silicon bugJae Hyun Yoo1-7/+21
2019-06-05media: aspeed: use different delays for triggering VE H/W resetJae Hyun Yoo1-4/+5
2019-06-05media: aspeed: remove source buffer allocation before mode detectionJae Hyun Yoo1-32/+5
2019-06-05media: aspeed: refine interrupt handling logicJae Hyun Yoo1-3/+4
2019-06-05media: aspeed: remove checking of VE_INTERRUPT_CAPTURE_COMPLETEJae Hyun Yoo1-8/+4
2019-06-05media: aspeed: reduce noisy log printing outsJae Hyun Yoo1-5/+5
2019-06-05media: aspeed: remove IRQF_SHARED flagJae Hyun Yoo1-2/+1
2019-06-05media: aspeed: change irq to threaded irqJae Hyun Yoo1-2/+3
2019-06-05media: aspeed: refine clock control logicJae Hyun Yoo1-9/+29
2019-06-05media: aspeed: fix a kernel warning on clk controlJae Hyun Yoo1-0/+11
2019-04-30media: platform: Aspeed: Make reserved memory optionalEddie James1-5/+1
2019-04-30media: platform: Aspeed: Remove use of reset lineEddie James1-22/+5
2019-01-07media: platform: Fix missing spin_lock_init()Wei Yongjun1-0/+1
2018-12-12media: platform: Add Aspeed Video Engine driverEddie James1-0/+1729