Message ID | 20240623104647.7697-1-nils.rothaug@gmx.de (mailing list archive) |
---|---|
Headers | show |
Series | media: em28xx: Add support for MyGica UTV3, its IR remote, and its tuner | expand |
On Sun, Jun 23, 2024 at 12:46:42PM +0200, Nils Rothaug wrote: > Changes in v2: > 1. Split v1 patch 4 and rc changes from v1 patch 2 as > recommended by hverkuil@xs4all.nl > 2. Patch 1: Drop empty line to fix checkpatch warning per > feedback from hverkuil@xs4all.nl > 3. Patch 4: Fix indentation in em28xx-cards.c line 2614 > 4. Patch 5: Fix comment per feedback from hverkuil@xs4all.nl > > Nils Rothaug (5): > media: tuner-simple: Add support for Tena TNF931D-DFDR1 > media: rc: add keymap for MyGica UTV3 remote > media: dt-bindings: rc: add rc-mygica-utv3 > media: em28xx: Add support for MyGica UTV3 > media: em28xx: Set GPIOs for non-audio boards when switching input Looks good. For the whole series: Signed-off-by: Sean Young <sean@mess.org> > > .../admin-guide/media/em28xx-cardlist.rst | 8 +++ > .../admin-guide/media/tuner-cardlist.rst | 2 + > .../devicetree/bindings/media/rc.yaml | 1 + > drivers/media/rc/keymaps/Makefile | 1 + > drivers/media/rc/keymaps/rc-mygica-utv3.c | 69 +++++++++++++++++++ > drivers/media/tuners/tuner-types.c | 21 ++++++ > drivers/media/usb/em28xx/em28xx-cards.c | 52 ++++++++++++++ > drivers/media/usb/em28xx/em28xx-core.c | 3 +- > drivers/media/usb/em28xx/em28xx.h | 1 + > include/media/rc-map.h | 1 + > include/media/tuner.h | 1 + > 11 files changed, 159 insertions(+), 1 deletion(-) > create mode 100644 drivers/media/rc/keymaps/rc-mygica-utv3.c > > -- > 2.34.1 >