From patchwork Fri Dec 17 09:53:59 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jammy Huang X-Patchwork-Id: 12696598 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9230DC433EF for ; Fri, 17 Dec 2021 09:55:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To :From:Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=2rAB1k1dQg+ef+oYKNIvaICLwoX0Fynb9rZAx4p/0+s=; b=i8bOeBst/ELrm0 lBAtOdQOaOa59og776XiJCYcbxZm58NUVq5doD1GykW5TqGNmpIF3j8IDWJqYq9eYIESKub5XT/cn 8bXzNj5jrKxHQ6m//Wv+JduVZwun57VSm2k8ZG7CVJiCZiJy4ROKI86bM5m+MKtpNanTwL+pfZEuI J2cLfaJalHnlA/uI9NvEc4/sY43SuGVFWzEwkx51GvGLU4V0uLX5jEQbljleVxo5yM+pZKUYuT9Uo UzS0TSIwP1cqMmLhJMkv87nJyo96WM6gURWA+IsX1OSSgt0wRPR2JwXiNkEqtwDQrCh0CViEIqJ0o tLkBZCX0627cDjEBIRfg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1my9wo-009Kcl-EA; Fri, 17 Dec 2021 09:54:42 +0000 Received: from twspam01.aspeedtech.com ([211.20.114.71]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1my9wS-009KWN-Kh for linux-arm-kernel@lists.infradead.org; Fri, 17 Dec 2021 09:54:22 +0000 Received: from mail.aspeedtech.com ([192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id 1BH9SGjS026173; Fri, 17 Dec 2021 17:28:16 +0800 (GMT-8) (envelope-from jammy_huang@aspeedtech.com) Received: from JammyHuang-PC.aspeed.com (192.168.2.115) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 17 Dec 2021 17:53:45 +0800 From: Jammy Huang To: , , , , , , , , Subject: [PATCH 0/4] Correct timing report Date: Fri, 17 Dec 2021 17:53:59 +0800 Message-ID: <20211217095403.2618-1-jammy_huang@aspeedtech.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [192.168.2.115] X-ClientProxiedBy: TWMBX02.aspeed.com (192.168.0.24) To TWMBX02.aspeed.com (192.168.0.24) X-DNSRBL: X-MAIL: twspam01.aspeedtech.com 1BH9SGjS026173 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211217_015421_002747_E1BD7A40 X-CRM114-Status: UNSURE ( 4.79 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This series will correct the value of timing detected. Jammy Huang (4): media: aspeed: Correct value for h-total-pixels media: aspeed: Use FIELD_GET to improve readability media: aspeed: Correct values for detected timing media: aspeed: Fix timing polarity incorrect drivers/media/platform/aspeed-video.c | 83 +++++++++++++++++++-------- 1 file changed, 59 insertions(+), 24 deletions(-)