mbox series

[v5,0/2] Remove ir-rx51 driver

Message ID cover.1693577725.git.sean@mess.org
Headers show
Series Remove ir-rx51 driver | expand

Message

Sean Young Sept. 1, 2023, 2:18 p.m. UTC
The ir-rx51 driver is no longer necessary, pwm-ir-tx does the same job
and is more generic.

changes:
 v5:
  - Fix cc/to lists
 v4:
  - Fixed issues with pwm-ir-tx.yaml and did some more testing

 v3:
  - Fixed issues with pwm-ir-tx.yaml

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


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

 .../bindings/leds/irled/pwm-ir-tx.yaml        |   5 +-
 .../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, 5 insertions(+), 318 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/media/nokia,n900-ir
 delete mode 100644 drivers/media/rc/ir-rx51.c