* [PATCH 4/4] media: dt-bindings: rc: Sync keymap list with latest list [not found] <cover.1782300922.git.sean@mess.org> @ 2026-06-24 11:39 ` Sean Young 2026-06-30 13:06 ` Sean Young 2026-06-30 16:18 ` Rob Herring (Arm) 0 siblings, 2 replies; 5+ messages in thread From: Sean Young @ 2026-06-24 11:39 UTC (permalink / raw) To: linux-media, Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Sean Young Cc: devicetree, linux-kernel The list is out of sync, so add missing entries, remove obsolete entries and sort. Signed-off-by: Sean Young <sean@mess.org> --- Documentation/devicetree/bindings/media/rc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/media/rc.yaml b/Documentation/devicetree/bindings/media/rc.yaml index dedc5a4b81ec..43d84296e70d 100644 --- a/Documentation/devicetree/bindings/media/rc.yaml +++ b/Documentation/devicetree/bindings/media/rc.yaml @@ -122,10 +122,10 @@ properties: - rc-proteus-2309 - rc-purpletv - rc-pv951 - - rc-rc5-tv - rc-rc6-mce - rc-real-audio-220-32-keys - rc-reddo + - rc-siemens-gigaset-rc20 - rc-snapstream-firefly - rc-streamzap - rc-su3000 @@ -147,11 +147,11 @@ properties: - rc-tt-1500 - rc-twinhan-dtv-cab-ci - rc-twinhan1027 + - rc-vega-s9x - rc-videomate-k100 - rc-videomate-s350 - rc-videomate-tv-pvr - rc-videostrong-kii-pro - - rc-vega-s9x - rc-wetek-hub - rc-wetek-play2 - rc-winfast -- 2.54.0 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 4/4] media: dt-bindings: rc: Sync keymap list with latest list 2026-06-24 11:39 ` [PATCH 4/4] media: dt-bindings: rc: Sync keymap list with latest list Sean Young @ 2026-06-30 13:06 ` Sean Young 2026-06-30 16:17 ` Rob Herring 2026-06-30 16:18 ` Rob Herring (Arm) 1 sibling, 1 reply; 5+ messages in thread From: Sean Young @ 2026-06-30 13:06 UTC (permalink / raw) To: Rob Herring, Krzysztof Kozlowski Cc: linux-media, Mauro Carvalho Chehab, Conor Dooley, devicetree, linux-kernel Hi Rob, Krzysztof, Could I have an Acked-by: please? Much appreciated, Sean On Wed, Jun 24, 2026 at 12:39:21PM +0100, Sean Young wrote: > The list is out of sync, so add missing entries, remove obsolete > entries and sort. > > Signed-off-by: Sean Young <sean@mess.org> > --- > Documentation/devicetree/bindings/media/rc.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/media/rc.yaml b/Documentation/devicetree/bindings/media/rc.yaml > index dedc5a4b81ec..43d84296e70d 100644 > --- a/Documentation/devicetree/bindings/media/rc.yaml > +++ b/Documentation/devicetree/bindings/media/rc.yaml > @@ -122,10 +122,10 @@ properties: > - rc-proteus-2309 > - rc-purpletv > - rc-pv951 > - - rc-rc5-tv > - rc-rc6-mce > - rc-real-audio-220-32-keys > - rc-reddo > + - rc-siemens-gigaset-rc20 > - rc-snapstream-firefly > - rc-streamzap > - rc-su3000 > @@ -147,11 +147,11 @@ properties: > - rc-tt-1500 > - rc-twinhan-dtv-cab-ci > - rc-twinhan1027 > + - rc-vega-s9x > - rc-videomate-k100 > - rc-videomate-s350 > - rc-videomate-tv-pvr > - rc-videostrong-kii-pro > - - rc-vega-s9x > - rc-wetek-hub > - rc-wetek-play2 > - rc-winfast > -- > 2.54.0 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 4/4] media: dt-bindings: rc: Sync keymap list with latest list 2026-06-30 13:06 ` Sean Young @ 2026-06-30 16:17 ` Rob Herring 2026-06-30 16:39 ` Sean Young 0 siblings, 1 reply; 5+ messages in thread From: Rob Herring @ 2026-06-30 16:17 UTC (permalink / raw) To: Sean Young Cc: Krzysztof Kozlowski, linux-media, Mauro Carvalho Chehab, Conor Dooley, devicetree, linux-kernel On Tue, Jun 30, 2026 at 02:06:38PM +0100, Sean Young wrote: > Hi Rob, Krzysztof, > > Could I have an Acked-by: please? You can look at patchwork and see where you are in the queue. No need to ping us. Plus, don't expect quick reviews during the merge window. Rob ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 4/4] media: dt-bindings: rc: Sync keymap list with latest list 2026-06-30 16:17 ` Rob Herring @ 2026-06-30 16:39 ` Sean Young 0 siblings, 0 replies; 5+ messages in thread From: Sean Young @ 2026-06-30 16:39 UTC (permalink / raw) To: Rob Herring Cc: Krzysztof Kozlowski, linux-media, Mauro Carvalho Chehab, Conor Dooley, devicetree, linux-kernel On Tue, Jun 30, 2026 at 11:17:03AM -0500, Rob Herring wrote: > On Tue, Jun 30, 2026 at 02:06:38PM +0100, Sean Young wrote: > > Hi Rob, Krzysztof, > > > > Could I have an Acked-by: please? > > You can look at patchwork and see where you are in the queue. No > need to ping us. Plus, don't expect quick reviews during the merge > window. Ok, understood. Will do next time. Thanks, Sean ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 4/4] media: dt-bindings: rc: Sync keymap list with latest list 2026-06-24 11:39 ` [PATCH 4/4] media: dt-bindings: rc: Sync keymap list with latest list Sean Young 2026-06-30 13:06 ` Sean Young @ 2026-06-30 16:18 ` Rob Herring (Arm) 1 sibling, 0 replies; 5+ messages in thread From: Rob Herring (Arm) @ 2026-06-30 16:18 UTC (permalink / raw) To: Sean Young Cc: devicetree, Krzysztof Kozlowski, linux-media, linux-kernel, Mauro Carvalho Chehab, Conor Dooley On Wed, 24 Jun 2026 12:39:21 +0100, Sean Young wrote: > The list is out of sync, so add missing entries, remove obsolete > entries and sort. > > Signed-off-by: Sean Young <sean@mess.org> > --- > Documentation/devicetree/bindings/media/rc.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Acked-by: Rob Herring (Arm) <robh@kernel.org> ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-06-30 16:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <cover.1782300922.git.sean@mess.org>
2026-06-24 11:39 ` [PATCH 4/4] media: dt-bindings: rc: Sync keymap list with latest list Sean Young
2026-06-30 13:06 ` Sean Young
2026-06-30 16:17 ` Rob Herring
2026-06-30 16:39 ` Sean Young
2026-06-30 16:18 ` Rob Herring (Arm)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox