From patchwork Mon Jan 11 12:26:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Young X-Patchwork-Id: 12010485 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-20.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E492C433E6 for ; Mon, 11 Jan 2021 12:27:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3312322472 for ; Mon, 11 Jan 2021 12:27:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726652AbhAKM1L (ORCPT ); Mon, 11 Jan 2021 07:27:11 -0500 Received: from gofer.mess.org ([88.97.38.141]:40731 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726571AbhAKM1I (ORCPT ); Mon, 11 Jan 2021 07:27:08 -0500 Received: by gofer.mess.org (Postfix, from userid 1000) id 7626DC635A; Mon, 11 Jan 2021 12:26:26 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mess.org; s=2020; t=1610367986; bh=0PLFH07OpIp/8r1eAd5ZWpKl3vj3W+gD/Pht82lO1lU=; h=Date:From:To:Subject:From; b=fVnZK/sttDRBpIHgHg695LAPocxxTdFc4d1bTxjTRehSuBQOMIFCq9aeu/Fsw0P5j 2wXxkG/qT1YwdrBPePiVbu9mDM+Ru/d0nUStLuHT/+v4SJF3gKUu04QY2XK8kEK+vu zfn6M+EqvuXmsyqqnZxeqeyLvhAGB2EBkBtGAobm80yvqTx5kY6JCw8bXUKEJ05DNZ /GZ5Q3eBE6aEnujKdOhjD4KLFX3tL62PXABQN7r/eg8VXFsYostozzEbxnRyZs5qgJ x0FL5oLGrrJow79FnWlM/8kIc4PO+AN5E1CS9znowMEwY0shF4SUnW1KmKlA9v8vcw BUa2fzYbSQIdA== Date: Mon, 11 Jan 2021 12:26:26 +0000 From: Sean Young To: linux-media@vger.kernel.org Subject: [GIT FIXES FOR v5.11] rc fixes Message-ID: <20210111122626.GA19679@gofer.mess.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi Mauro, Yet another issue resulting from the nsec to usec conversion. :/ Sean The following changes since commit 06b831588b639ad9d94e4789b0250562228722c2: media: rc: fix timeout handling after switch to microsecond durations (2021-01-11 12:58:44 +0100) are available in the Git repository at: git://linuxtv.org/syoung/media_tree.git tags/v5.11g for you to fetch changes up to a409d65d15d14d467c1963b89afb39c1a24bf774: media: rc: ite-cir: fix min_timeout calculation (2021-01-11 12:14:57 +0000) ---------------------------------------------------------------- v5.11g ---------------------------------------------------------------- Matthias Reichl (1): media: rc: ite-cir: fix min_timeout calculation drivers/media/rc/ite-cir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)