[GIT,FIXES,FOR,v4.15] RC repeat and DVB fix
Message ID | 20171122183623.mukjrjkqbpsslyxj@gofer.mess.org (mailing list archive) |
---|---|
State | Accepted, archived |
Headers |
Return-path: <linux-media-owner@vger.kernel.org> Envelope-to: mchehab@bombadil.infradead.org Delivery-date: Wed, 22 Nov 2017 18:36:29 +0000 Received: from bombadil.infradead.org [65.50.211.133] by vento.lan with IMAP (fetchmail-6.3.26) for <mchehab@localhost> (single-drop); Wed, 22 Nov 2017 16:38:05 -0200 (-02) Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1eHZsr-0002Ej-Jc for mchehab@bombadil.infradead.org; Wed, 22 Nov 2017 18:36:29 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=List-ID:Sender:Content-Type: MIME-Version:Message-ID:Subject:To:From:Date:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner: List-Archive; bh=zbhIvY2T5loojLebRbZivfB1d1vxrMWE0+0LEE06LoI=; b=k5kVJK1h8QM0 ssiuBFFiUPhkOLE7VWjsfAR6dvfSV18HiXt3d+B7AOxgil9wMfJGxM1jUNpb3pR+2W8vPJASziU6A 5SmZzBuA1VxhZ9YtkIYvLkiRxENYPmkQDR4NTm801SlRAhjVvd+ngs20/JVhNVe0bk1dn8FLxNcNS 8FfR8rieHGBgsSIJNiec1On6mVXvnl4G0IDsDzxtBeCBqBWq82TNnUjHQn0JN5s+sg+6qgPjcwoSS U29mnukrJKLQGCUhK2SmBuGpv5acXMAn43MXPXGtziwF2S0LquICBi/ZZ5pusCqNMQkDwzugfesvF 6PJqw9QlWpif/2str2d+sA==; Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1eHZso-00026S-Vs for mchehab@infradead.org; Wed, 22 Nov 2017 18:36:27 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751773AbdKVSgZ (ORCPT <rfc822;mchehab@infradead.org>); Wed, 22 Nov 2017 13:36:25 -0500 Received: from gofer.mess.org ([88.97.38.141]:51357 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751646AbdKVSgZ (ORCPT <rfc822;linux-media@vger.kernel.org>); Wed, 22 Nov 2017 13:36:25 -0500 Received: by gofer.mess.org (Postfix, from userid 1000) id 4DE0B60EB4; Wed, 22 Nov 2017 18:36:24 +0000 (GMT) Date: Wed, 22 Nov 2017 18:36:24 +0000 From: Sean Young <sean@mess.org> To: linux-media@vger.kernel.org Subject: [GIT FIXES FOR v4.15] RC repeat and DVB fix Message-ID: <20171122183623.mukjrjkqbpsslyxj@gofer.mess.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: <linux-media.vger.kernel.org> X-Mailing-List: linux-media@vger.kernel.org |
Pull-request
git://linuxtv.org/syoung/media_tree.git for-v4.15eMessage
Sean Young
Nov. 22, 2017, 6:36 p.m. UTC
Hi Mauro, Here are two fixes which would be nice to have in v4.15. I am working on a better rework of the repeat stuff (including moving cec repeats into rc-core), but it is far too much change for v4.15 or the stable tree. Thanks, Sean The following changes since commit 30b4e122d71cbec2944a5f8b558b88936ee42f10: media: rc: sir_ir: detect presence of port (2017-11-15 08:57:34 -0500) are available in the Git repository at: git://linuxtv.org/syoung/media_tree.git for-v4.15e for you to fetch changes up to 27a7a06b95cd0995b81915606e832fafca2c92ed: media: rc: partial revert of "media: rc: per-protocol repeat period" (2017-11-22 18:29:33 +0000) ---------------------------------------------------------------- Laurent Caumont (1): media: dvb: i2c transfers over usb cannot be done from stack Sean Young (1): media: rc: partial revert of "media: rc: per-protocol repeat period" drivers/media/rc/rc-main.c | 32 +++++++++++++++---------------- drivers/media/usb/dvb-usb/dibusb-common.c | 16 ++++++++++++++-- 2 files changed, 30 insertions(+), 18 deletions(-)