From patchwork Mon May 2 09:47:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Young X-Patchwork-Id: 568859 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 12B23C433EF for ; Mon, 2 May 2022 09:48:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1384326AbiEBJvh (ORCPT ); Mon, 2 May 2022 05:51:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36460 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1384355AbiEBJvV (ORCPT ); Mon, 2 May 2022 05:51:21 -0400 X-Greylist: delayed 506 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 02 May 2022 02:47:51 PDT Received: from gofer.mess.org (gofer.mess.org [88.97.38.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EA373101D for ; Mon, 2 May 2022 02:47:50 -0700 (PDT) Received: by gofer.mess.org (Postfix, from userid 1000) id 78795101CEE; Mon, 2 May 2022 10:47:49 +0100 (BST) Date: Mon, 2 May 2022 10:47:49 +0100 From: Sean Young To: linux-media@vger.kernel.org Subject: [GIT PULL FOR v5.19] imon fixes Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi Mauro, This pull request has been checked by the modified script that runs in jenkins. Should be good to go! Thanks Sean The following changes since commit 6c1c1eb8c87de221051b9198d40971640060842f: media: ext-ctrls-codec.rst: fix indentation (2022-04-25 23:55:02 +0100) are available in the Git repository at: git://linuxtv.org/syoung/media_tree.git tags/v5.19c for you to fetch changes up to a14da15deb899dc3d51d4b6ee5b970ca9f6c9680: media: imon: drop references only after device is no longer used (2022-05-02 10:45:32 +0100) ---------------------------------------------------------------- v5.19c ---------------------------------------------------------------- Oliver Neukum (3): media: imon: avoid needless atomic allocations in resume media: imon: fix timer racing disconnect media: imon: drop references only after device is no longer used Tetsuo Handa (1): media: imon: remove redundant serialization drivers/media/rc/imon.c | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-)