From patchwork Mon Feb 18 19:08:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Young X-Patchwork-Id: 10818621 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5159C1390 for ; Mon, 18 Feb 2019 19:08:49 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3E2652BBE5 for ; Mon, 18 Feb 2019 19:08:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 324A72BC15; Mon, 18 Feb 2019 19:08:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BDE5E2BBE5 for ; Mon, 18 Feb 2019 19:08:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728380AbfBRTIs (ORCPT ); Mon, 18 Feb 2019 14:08:48 -0500 Received: from gofer.mess.org ([88.97.38.141]:51927 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726380AbfBRTIr (ORCPT ); Mon, 18 Feb 2019 14:08:47 -0500 Received: by gofer.mess.org (Postfix, from userid 1000) id EFD3E60340; Mon, 18 Feb 2019 19:08:46 +0000 (GMT) Date: Mon, 18 Feb 2019 19:08:46 +0000 From: Sean Young To: linux-media@vger.kernel.org Subject: [GIT PULL FOR v5.1] RC fixes v2 Message-ID: <20190218190846.bk6dllabz5u6q2dj@gofer.mess.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Mauro, Here are the last RC fixes for 5.1, this time with the documentation warnings fixed. Thanks, Sean The following changes since commit 46c039d06b6ecabb94bd16c3a999b28dc83b79ce: media: cx25840: mark pad sig_types to fix cx231xx init (2019-02-18 12:33:20 -0500) are available in the Git repository at: git://linuxtv.org/syoung/media_tree.git for-v5.1b for you to fetch changes up to 368c39a1cf00504fdc70eb5082676a84e3391239: media: smipcie: add universal ir capability (2019-02-18 18:30:19 +0000) ---------------------------------------------------------------- Matthias Reichl (1): media: rc: ir-rc6-decoder: enable toggle bit for Zotac remotes Patrick Lerda (2): media: rc: rcmm decoder and encoder media: smipcie: add universal ir capability Documentation/media/lirc.h.rst.exceptions | 3 + MAINTAINERS | 5 + drivers/media/pci/smipcie/smipcie-ir.c | 132 ++++++---------- drivers/media/pci/smipcie/smipcie.h | 1 - drivers/media/rc/Kconfig | 13 ++ drivers/media/rc/Makefile | 1 + drivers/media/rc/ir-rc6-decoder.c | 2 + drivers/media/rc/ir-rcmm-decoder.c | 254 ++++++++++++++++++++++++++++++ drivers/media/rc/rc-core-priv.h | 5 + drivers/media/rc/rc-main.c | 9 ++ include/media/rc-map.h | 14 +- include/uapi/linux/lirc.h | 6 + tools/include/uapi/linux/lirc.h | 12 ++ tools/testing/selftests/ir/ir_loopback.c | 9 ++ 14 files changed, 375 insertions(+), 91 deletions(-) create mode 100644 drivers/media/rc/ir-rcmm-decoder.c