Message ID | 20240203124745.10257-5-nils.rothaug@gmx.de |
---|---|
State | New |
Headers | show |
Series | media: em28xx: Add support for MyGica UTV3 and its tuner | expand |
On 03/02/2024 13:47, Nils Rothaug wrote: > Add a few recently supported cards. > > Signed-off-by: Nils Rothaug <nils.rothaug@gmx.de> > --- > Documentation/admin-guide/media/em28xx-cardlist.rst | 8 ++++++++ > Documentation/admin-guide/media/tuner-cardlist.rst | 2 ++ > Documentation/devicetree/bindings/media/rc.yaml | 1 + > 3 files changed, 11 insertions(+) > > diff --git a/Documentation/admin-guide/media/em28xx-cardlist.rst b/Documentation/admin-guide/media/em28xx-cardlist.rst > index ace65718ea2..7dac07986d9 100644 > --- a/Documentation/admin-guide/media/em28xx-cardlist.rst > +++ b/Documentation/admin-guide/media/em28xx-cardlist.rst > @@ -438,3 +438,11 @@ EM28xx cards list > - MyGica iGrabber > - em2860 > - 1f4d:1abe > + * - 106 > + - Hauppauge USB QuadHD ATSC > + - em28274 > + - 2040:846d > + * - 107 > + - MyGica UTV3 Analog USB2.0 TV Box > + - em2860 > + - eb1a:2860 This should be merged with the patch adding MyGica UTV3 support to em28xx. > diff --git a/Documentation/admin-guide/media/tuner-cardlist.rst b/Documentation/admin-guide/media/tuner-cardlist.rst > index 362617c59c5..65ecf48ddf2 100644 > --- a/Documentation/admin-guide/media/tuner-cardlist.rst > +++ b/Documentation/admin-guide/media/tuner-cardlist.rst > @@ -97,4 +97,6 @@ Tuner number Card name > 89 Sony BTF-PG472Z PAL/SECAM > 90 Sony BTF-PK467Z NTSC-M-JP > 91 Sony BTF-PB463Z NTSC-M > +92 Silicon Labs Si2157 tuner > +93 Tena TNF931D-DFDR1 > ============ ===================================================== As mentioned in the review of patch 1/4, this should be merged with that patch. > diff --git a/Documentation/devicetree/bindings/media/rc.yaml b/Documentation/devicetree/bindings/media/rc.yaml > index 7bbe580c80f..dedc5a4b81e 100644 > --- a/Documentation/devicetree/bindings/media/rc.yaml > +++ b/Documentation/devicetree/bindings/media/rc.yaml > @@ -103,6 +103,7 @@ properties: > - rc-msi-digivox-iii > - rc-msi-tvanywhere > - rc-msi-tvanywhere-plus > + - rc-mygica-utv3 > - rc-nebula > - rc-nec-terratec-cinergy-xs > - rc-norwood This must be a separate patch after the patch adding the rc support. Also CC this series to devicetree@vger.kernel.org, since that is where changes to bindings files are reviewed. Regards, Hans > -- > 2.34.1 > >
diff --git a/Documentation/admin-guide/media/em28xx-cardlist.rst b/Documentation/admin-guide/media/em28xx-cardlist.rst index ace65718ea2..7dac07986d9 100644 --- a/Documentation/admin-guide/media/em28xx-cardlist.rst +++ b/Documentation/admin-guide/media/em28xx-cardlist.rst @@ -438,3 +438,11 @@ EM28xx cards list - MyGica iGrabber - em2860 - 1f4d:1abe + * - 106 + - Hauppauge USB QuadHD ATSC + - em28274 + - 2040:846d + * - 107 + - MyGica UTV3 Analog USB2.0 TV Box + - em2860 + - eb1a:2860 diff --git a/Documentation/admin-guide/media/tuner-cardlist.rst b/Documentation/admin-guide/media/tuner-cardlist.rst index 362617c59c5..65ecf48ddf2 100644 --- a/Documentation/admin-guide/media/tuner-cardlist.rst +++ b/Documentation/admin-guide/media/tuner-cardlist.rst @@ -97,4 +97,6 @@ Tuner number Card name 89 Sony BTF-PG472Z PAL/SECAM 90 Sony BTF-PK467Z NTSC-M-JP 91 Sony BTF-PB463Z NTSC-M +92 Silicon Labs Si2157 tuner +93 Tena TNF931D-DFDR1 ============ ===================================================== diff --git a/Documentation/devicetree/bindings/media/rc.yaml b/Documentation/devicetree/bindings/media/rc.yaml index 7bbe580c80f..dedc5a4b81e 100644 --- a/Documentation/devicetree/bindings/media/rc.yaml +++ b/Documentation/devicetree/bindings/media/rc.yaml @@ -103,6 +103,7 @@ properties: - rc-msi-digivox-iii - rc-msi-tvanywhere - rc-msi-tvanywhere-plus + - rc-mygica-utv3 - rc-nebula - rc-nec-terratec-cinergy-xs - rc-norwood
Add a few recently supported cards. Signed-off-by: Nils Rothaug <nils.rothaug@gmx.de> --- Documentation/admin-guide/media/em28xx-cardlist.rst | 8 ++++++++ Documentation/admin-guide/media/tuner-cardlist.rst | 2 ++ Documentation/devicetree/bindings/media/rc.yaml | 1 + 3 files changed, 11 insertions(+) -- 2.34.1