From mboxrd@z Thu Jan 1 00:00:00 1970 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=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,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 4BE05C433E1 for ; Wed, 19 Aug 2020 06:44:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 19B51207DA for ; Wed, 19 Aug 2020 06:44:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726872AbgHSGop (ORCPT ); Wed, 19 Aug 2020 02:44:45 -0400 Received: from gofer.mess.org ([88.97.38.141]:38765 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726837AbgHSGoo (ORCPT ); Wed, 19 Aug 2020 02:44:44 -0400 Received: by gofer.mess.org (Postfix, from userid 1000) id E4FC7C6389; Wed, 19 Aug 2020 07:44:42 +0100 (BST) Date: Wed, 19 Aug 2020 07:44:42 +0100 From: Sean Young To: linux-media@vger.kernel.org Subject: [GIT PULL FOR v5.10] RC fixes Message-ID: <20200819064442.GB25827@gofer.mess.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi Mauro, Just the rc changes here, dvb to follow. Thanks, Sean The following changes since commit 9a538b83612c8b5848bf840c2ddcd86dda1c8c76: media: venus: core: Add support for opp tables/perf voting (2020-08-18 15:55:56 +0200) are available in the Git repository at: git://linuxtv.org/syoung/media_tree.git tags/v5.10a for you to fetch changes up to 97d53a7ee542871b650dcc525193c80b0dc10bc6: media: mceusb: Avoid GFP_ATOMIC where it is not needed (2020-08-18 17:47:16 +0100) ---------------------------------------------------------------- v5.10a ---------------------------------------------------------------- Christophe JAILLET (1): media: mceusb: Avoid GFP_ATOMIC where it is not needed Sean Young (3): media: rc: uevent sysfs file races with rc_unregister_device() media: rc: do not access device via sysfs after rc_unregister_device() media: gpio-ir-tx: spinlock is not needed to disable interrupts drivers/media/rc/gpio-ir-tx.c | 16 +++++----------- drivers/media/rc/mceusb.c | 2 +- drivers/media/rc/rc-main.c | 44 +++++++++++++++++++++++++++---------------- 3 files changed, 34 insertions(+), 28 deletions(-)