From patchwork Wed Aug 11 21:57:45 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Young X-Patchwork-Id: 76325 Received: from vger.kernel.org ([23.128.96.18]) by www.linuxtv.org with esmtp (Exim 4.92) (envelope-from ) id 1mDwEP-00Bl4o-E3; Wed, 11 Aug 2021 21:57:53 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232316AbhHKV6L (ORCPT + 1 other); Wed, 11 Aug 2021 17:58:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49146 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232013AbhHKV6L (ORCPT ); Wed, 11 Aug 2021 17:58:11 -0400 Received: from gofer.mess.org (gofer.mess.org [IPv6:2a02:8011:d000:212::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1FEEBC061765 for ; Wed, 11 Aug 2021 14:57:47 -0700 (PDT) Received: by gofer.mess.org (Postfix, from userid 1000) id C5BD0C667C; Wed, 11 Aug 2021 22:57:45 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mess.org; s=2020; t=1628719065; bh=ABluVePpQAKggNgdMklqnEBQ/RQi6ImeJXB16Vzx8GM=; h=Date:From:To:Subject:From; b=HpEzASOPfivvjyAMde85Cuyu4qRofdoq+gLfkQQ2fBK0DQc7gQ+iHF14CywgrWt86 QQ+2UZE8r4gjbOZyN9rGA1D5nMKsaRG/+XW4tJaV80CVjFqNI/7plCwHJ9+uda3xWL RVlKUx/55CKfGN9huay/qk9SQjlWqTKx615jlms/GC2JOHq7bP7edMtkeH97gXKCal kVeCTAtlZr61T953JKaJ2S4UuhsbJ24bJn3KiOdFt8uUjzA0GtgveVxUh99K3liObu ZOXcttMe60MQPGypnieIuvW0GJdk3XaDfw4SETG3vEX7283S1ii7ewqTFvbZMhGfW1 HGg8TJEbAeYnA== Date: Wed, 11 Aug 2021 22:57:45 +0100 From: Sean Young To: linux-media@vger.kernel.org Subject: [GIT PULL FOR v5.15] Single IR Toy fix Message-ID: <20210811215745.GB28513@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 X-LSpam-Score: -3.0 (---) X-LSpam-Report: No, score=-3.0 required=5.0 tests=BAYES_00=-1.9,DKIM_SIGNED=0.1,HEADER_FROM_DIFFERENT_DOMAINS=0.5,MAILING_LIST_MULTI=-1,RCVD_IN_DNSWL_LOW=-0.7,T_DKIM_INVALID=0.01 autolearn=ham autolearn_force=no The following changes since commit 5cc88747f90f2076f1f8a1a473535fb36ac9e357: media: tuners: mxl5007t: Removed unnecessary 'return' (2021-08-10 13:09:02 +0200) are available in the Git repository at: git://linuxtv.org/syoung/media_tree.git tags/v5.15d for you to fetch changes up to 60c6d40a2dda2b7f9645d18bbca9553e68e22a1a: media: ir_toy: allow tx carrier to be set (2021-08-11 09:57:04 +0100) ---------------------------------------------------------------- v5.15d ---------------------------------------------------------------- Sean Young (1): media: ir_toy: allow tx carrier to be set drivers/media/rc/ir_toy.c | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-)