From patchwork Thu Dec 18 03:37:13 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chunyan Zhang X-Patchwork-Id: 42403 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-wg0-f70.google.com (mail-wg0-f70.google.com [74.125.82.70]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id F070726C8B for ; Thu, 18 Dec 2014 03:39:02 +0000 (UTC) Received: by mail-wg0-f70.google.com with SMTP id b13sf192471wgh.1 for ; Wed, 17 Dec 2014 19:39:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:sender:precedence:list-id :x-original-sender:x-original-authentication-results:mailing-list :list-post:list-help:list-archive:list-unsubscribe; bh=5XsbIzobXS/r3CeDsOFM9xtGStpTs/H1U8v2+XrNdjU=; b=VkxgCiP2OYTz5Nxr97z6egYgxmbwzUoENfDr0vIwyAMpAJgJ1hxtI5EvOU2/OW27cn QaeKx3VwTBbIxzrhyiXEQcxfB+GQhulw9s2lsxIw8kfp/o6+rg5q48XGoxdNIxywXaCx 356j/ZixclOM0RMYX6/cxNa4ymujgLe17xYVu+XxXdaz2BRGY/EpigKreqxhr+6lE7BQ KhL6S7S/gKkHoUbGaQI+XDlEXPCI6S3RXSyROrR43+AMIV3XHJcjxnYURX24o9AAvRlA IijnoxIV8sg60Z59FqWobmVNQ5ft4QQ9GeU3F1RQmr+69Ign3fBSTuJlS7pKyJvGJYvy bbLQ== X-Gm-Message-State: ALoCoQnZyO3gPRcplNhR7/CF7HyJ1BXn9+x59kePqvaTczOg7Ik0+L9kIR/oRuVxw+BZej6fj3x3 X-Received: by 10.194.178.163 with SMTP id cz3mr6988509wjc.1.1418873942219; Wed, 17 Dec 2014 19:39:02 -0800 (PST) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.152.45.97 with SMTP id l1ls1228527lam.59.gmail; Wed, 17 Dec 2014 19:39:01 -0800 (PST) X-Received: by 10.112.130.65 with SMTP id oc1mr44668884lbb.7.1418873941730; Wed, 17 Dec 2014 19:39:01 -0800 (PST) Received: from mail-la0-f49.google.com (mail-la0-f49.google.com. [209.85.215.49]) by mx.google.com with ESMTPS id 8si5561649lao.84.2014.12.17.19.39.01 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 17 Dec 2014 19:39:01 -0800 (PST) Received-SPF: pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.215.49 as permitted sender) client-ip=209.85.215.49; Received: by mail-la0-f49.google.com with SMTP id hs14so288601lab.36 for ; Wed, 17 Dec 2014 19:39:01 -0800 (PST) X-Received: by 10.152.197.5 with SMTP id iq5mr11605lac.6.1418873941567; Wed, 17 Dec 2014 19:39:01 -0800 (PST) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patch@linaro.org Received: by 10.112.142.69 with SMTP id ru5csp1572280lbb; Wed, 17 Dec 2014 19:39:00 -0800 (PST) X-Received: by 10.70.92.100 with SMTP id cl4mr75407609pdb.151.1418873939751; Wed, 17 Dec 2014 19:38:59 -0800 (PST) Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ya3si8282370pbb.87.2014.12.17.19.38.58; Wed, 17 Dec 2014 19:38:59 -0800 (PST) Received-SPF: none (google.com: linux-media-owner@vger.kernel.org does not designate permitted sender hosts) client-ip=209.132.180.67; Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751767AbaLRDiz (ORCPT + 3 others); Wed, 17 Dec 2014 22:38:55 -0500 Received: from mail-pd0-f175.google.com ([209.85.192.175]:38621 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751510AbaLRDiy (ORCPT ); Wed, 17 Dec 2014 22:38:54 -0500 Received: by mail-pd0-f175.google.com with SMTP id g10so496789pdj.20 for ; Wed, 17 Dec 2014 19:38:54 -0800 (PST) X-Received: by 10.67.3.36 with SMTP id bt4mr74845068pad.99.1418873934455; Wed, 17 Dec 2014 19:38:54 -0800 (PST) Received: from chunyanzhangubtpc.spreadtrum.com ([203.160.240.81]) by mx.google.com with ESMTPSA id c9sm5243945pdj.52.2014.12.17.19.38.48 (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 17 Dec 2014 19:38:53 -0800 (PST) From: Chunyan Zhang To: m.chehab@samsung.com, david@hardeman.nu, uli-lirc@uli-eckhardt.de, hans.verkuil@cisco.com, julia.lawall@lip6.fr, himangi774@gmail.com, khoroshilov@ispras.ru, joe@perches.com Cc: arnd@linaro.org, john.stultz@linaro.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, zhang.lyra@gmail.com Subject: [PATCH] media: rc: Replace timeval with ktime_t in imon.c Date: Thu, 18 Dec 2014 11:37:13 +0800 Message-Id: <1418873833-5084-1-git-send-email-zhang.chunyan@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: Sender: linux-media-owner@vger.kernel.org Precedence: list List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: zhang.chunyan@linaro.org X-Original-Authentication-Results: mx.google.com; spf=pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.215.49 as permitted sender) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , This patch changes the 32-bit time type (timeval) to the 64-bit one (ktime_t), since 32-bit time types will break in the year 2038. I use ktime_t instead of all uses of timeval in imon.c This patch also changes do_gettimeofday() to ktime_get() accordingly, since ktime_get returns a ktime_t, but do_gettimeofday returns a struct timeval, and the other reason is that ktime_get() uses the monotonic clock. This patch use a new function which is provided by another patch listed below to get the millisecond time difference. http://lkml.iu.edu//hypermail/linux/kernel/1412.2/00625.html Signed-off-by: Chunyan Zhang --- drivers/media/rc/imon.c | 49 +++++++++++++---------------------------------- 1 file changed, 13 insertions(+), 36 deletions(-) diff --git a/drivers/media/rc/imon.c b/drivers/media/rc/imon.c index b8837dd..a641139 100644 --- a/drivers/media/rc/imon.c +++ b/drivers/media/rc/imon.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include @@ -41,7 +42,6 @@ #include #include -#include #include #define MOD_AUTHOR "Jarod Wilson " @@ -1158,29 +1158,6 @@ out: return retval; } -static inline int tv2int(const struct timeval *a, const struct timeval *b) -{ - int usecs = 0; - int sec = 0; - - if (b->tv_usec > a->tv_usec) { - usecs = 1000000; - sec--; - } - - usecs += a->tv_usec - b->tv_usec; - - sec += a->tv_sec - b->tv_sec; - sec *= 1000; - usecs /= 1000; - sec += usecs; - - if (sec < 0) - sec = 1000; - - return sec; -} - /** * The directional pad behaves a bit differently, depending on whether this is * one of the older ffdc devices or a newer device. Newer devices appear to @@ -1191,16 +1168,16 @@ static inline int tv2int(const struct timeval *a, const struct timeval *b) */ static int stabilize(int a, int b, u16 timeout, u16 threshold) { - struct timeval ct; - static struct timeval prev_time = {0, 0}; - static struct timeval hit_time = {0, 0}; + ktime_t ct; + static ktime_t prev_time = {0}; + static ktime_t hit_time = {0}; static int x, y, prev_result, hits; int result = 0; - int msec, msec_hit; + long msec, msec_hit; - do_gettimeofday(&ct); - msec = tv2int(&ct, &prev_time); - msec_hit = tv2int(&ct, &hit_time); + ct = ktime_get(); + msec = ktime_ms_delta(ct, prev_time); + msec_hit = ktime_ms_delta(ct, hit_time); if (msec > 100) { x = 0; @@ -1596,9 +1573,9 @@ static void imon_incoming_packet(struct imon_context *ictx, int i; u64 scancode; int press_type = 0; - int msec; - struct timeval t; - static struct timeval prev_time = { 0, 0 }; + long msec; + ktime_t t; + static ktime_t prev_time = {0}; u8 ktype; /* filter out junk data on the older 0xffdc imon devices */ @@ -1692,10 +1669,10 @@ static void imon_incoming_packet(struct imon_context *ictx, /* Only panel type events left to process now */ spin_lock_irqsave(&ictx->kc_lock, flags); - do_gettimeofday(&t); + t = ktime_get(); /* KEY_MUTE repeats from knob need to be suppressed */ if (ictx->kc == KEY_MUTE && ictx->kc == ictx->last_keycode) { - msec = tv2int(&t, &prev_time); + msec = ktime_ms_delta(t, prev_time); if (msec < ictx->idev->rep[REP_DELAY]) { spin_unlock_irqrestore(&ictx->kc_lock, flags); return;