All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sean Young <sean@mess.org>
To: linux-media@vger.kernel.org
Cc: "Marko Mäkelä" <marko.makela@iki.fi>
Subject: [PATCH 0/2] Fix rtl28xxu nec/rc5 receiver
Date: Sat, 12 Feb 2022 16:32:17 +0000	[thread overview]
Message-ID: <cover.1644683294.git.sean@mess.org> (raw)

Since forever rc-core has used the timeout for two separate purposes:
the raw IR timeout and the key up delay. This problem has now shown
itself in issues with the rtl28xxu driver, so these two patches split
the timeout and then fix the rtl28xxu driver, which is now very
responsive.

Sean Young (2):
  media: rc-core: split IR timeout into rawir timeout and keyup delay
  media: rtl28xxu: improve IR receiver

 drivers/hid/hid-picolcd_cir.c               |  3 ++-
 drivers/media/cec/core/cec-core.c           |  2 +-
 drivers/media/cec/platform/seco/seco-cec.c  |  2 +-
 drivers/media/pci/cx88/cx88-input.c         |  3 ++-
 drivers/media/pci/saa7134/saa7134-input.c   |  3 ++-
 drivers/media/pci/smipcie/smipcie-ir.c      |  3 ++-
 drivers/media/rc/ene_ir.c                   | 11 ++++----
 drivers/media/rc/fintek-cir.c               |  3 ++-
 drivers/media/rc/gpio-ir-recv.c             |  3 ++-
 drivers/media/rc/igorplugusb.c              |  5 ++--
 drivers/media/rc/iguanair.c                 |  2 +-
 drivers/media/rc/ir-hix5hd2.c               |  3 ++-
 drivers/media/rc/ir-mce_kbd-decoder.c       |  2 +-
 drivers/media/rc/ir_toy.c                   |  3 ++-
 drivers/media/rc/ite-cir.c                  |  3 ++-
 drivers/media/rc/lirc_dev.c                 |  6 ++---
 drivers/media/rc/mceusb.c                   |  9 ++++---
 drivers/media/rc/meson-ir.c                 |  3 ++-
 drivers/media/rc/mtk-cir.c                  |  3 ++-
 drivers/media/rc/nuvoton-cir.c              |  3 ++-
 drivers/media/rc/rc-ir-raw.c                | 10 ++++----
 drivers/media/rc/rc-loopback.c              |  5 ++--
 drivers/media/rc/rc-main.c                  |  8 +++---
 drivers/media/rc/redrat3.c                  |  5 ++--
 drivers/media/rc/serial_ir.c                |  7 +++---
 drivers/media/rc/st_rc.c                    |  8 ++++--
 drivers/media/rc/streamzap.c                |  5 ++--
 drivers/media/rc/sunxi-cir.c                |  7 +++---
 drivers/media/rc/ttusbir.c                  |  3 ++-
 drivers/media/rc/winbond-cir.c              |  3 ++-
 drivers/media/rc/xbox_remote.c              |  2 +-
 drivers/media/usb/dvb-usb-v2/dvb_usb.h      |  3 ++-
 drivers/media/usb/dvb-usb-v2/dvb_usb_core.c |  3 ++-
 drivers/media/usb/dvb-usb-v2/rtl28xxu.c     | 28 +++++++++++++++++++--
 include/media/rc-core.h                     | 11 +++++---
 35 files changed, 120 insertions(+), 63 deletions(-)

-- 
2.34.1


             reply	other threads:[~2022-02-12 16:32 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-12 16:32 Sean Young [this message]
2022-02-12 16:32 ` [PATCH 1/2] media: rc-core: split IR timeout into rawir timeout and keyup delay Sean Young
2022-02-12 16:32 ` [PATCH 2/2] media: rtl28xxu: improve IR receiver Sean Young
2022-06-26 12:33   ` Marko Mäkelä
2022-06-27  5:00     ` Marko Mäkelä
2022-07-02  8:17       ` Sean Young
2022-06-27 10:53     ` Sean Young
2022-06-28  6:27       ` Marko Mäkelä
2022-07-02  8:14         ` Sean Young
2022-07-03 17:02           ` Marko Mäkelä
2022-07-04  7:21             ` Sean Young
2022-07-04  9:20               ` Marko Mäkelä
2022-07-04 10:00                 ` Sean Young
2022-07-04 19:04                   ` Marko Mäkelä
2022-07-05  7:25                     ` Sean Young
2022-07-05  8:48                       ` Marko Mäkelä
2022-07-05  9:26                         ` Sean Young

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1644683294.git.sean@mess.org \
    --to=sean@mess.org \
    --cc=linux-media@vger.kernel.org \
    --cc=marko.makela@iki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.