Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Remove ir-rx51 driver
@ 2023-08-22  9:12 Sean Young
  2023-08-22  9:12 ` [PATCH v2 1/2] media: rc: remove ir-rx51 in favour of generic pwm-ir-tx Sean Young
  2023-08-22  9:12 ` [PATCH v2 2/2] media: dt-bindings: media: remove nokia,n900-ir as pwm-ir-tx is compatible Sean Young
  0 siblings, 2 replies; 9+ messages in thread
From: Sean Young @ 2023-08-22  9:12 UTC (permalink / raw)
  To: linux-media

The ir-rx51 driver is no longer necessary, pwm-ir-tx does the same job
and is more generic.

changes:
 v1:
  - Made pwm-ir-tx compatible with nokia,n900-ir rather than changing
    the n900 devicetree

Sean Young (2):
  media: rc: remove ir-rx51 in favour of generic pwm-ir-tx
  media: dt-bindings: media: remove nokia,n900-ir as pwm-ir-tx is
    compatible

 .../bindings/leds/irled/pwm-ir-tx.yaml        |   4 +-
 .../devicetree/bindings/media/nokia,n900-ir   |  20 --
 arch/arm/configs/omap2plus_defconfig          |   1 -
 drivers/media/rc/Kconfig                      |  10 -
 drivers/media/rc/Makefile                     |   1 -
 drivers/media/rc/ir-rx51.c                    | 285 ------------------
 drivers/media/rc/pwm-ir-tx.c                  |   1 +
 7 files changed, 4 insertions(+), 318 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/media/nokia,n900-ir
 delete mode 100644 drivers/media/rc/ir-rx51.c

-- 
2.41.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-08-22 14:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-22  9:12 [PATCH v2 0/2] Remove ir-rx51 driver Sean Young
2023-08-22  9:12 ` [PATCH v2 1/2] media: rc: remove ir-rx51 in favour of generic pwm-ir-tx Sean Young
2023-08-22  9:12 ` [PATCH v2 2/2] media: dt-bindings: media: remove nokia,n900-ir as pwm-ir-tx is compatible Sean Young
2023-08-22  9:28   ` Krzysztof Kozlowski
2023-08-22  9:36     ` Krzysztof Kozlowski
2023-08-22  9:56     ` Sean Young
2023-08-22 11:37       ` Krzysztof Kozlowski
2023-08-22 14:18         ` Sean Young
2023-08-22 10:14   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox