The ir-rx51 driver is no longer necessary, pwm-ir-tx does the same job and is more generic. changes: v2: - Fixed issues with pwm-ir-tx.yaml 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