All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove ir-rx51 driver
@ 2023-08-21 15:26 Sean Young
  2023-08-21 15:26 ` [PATCH 1/2] media: dt-bindings: nokia,n900-ir use generic pwm-ir-tx driver Sean Young
  2023-08-21 15:26 ` [PATCH 2/2] media: rc: remove ir-rx51 in favour of generic pwm-ir-tx Sean Young
  0 siblings, 2 replies; 5+ messages in thread
From: Sean Young @ 2023-08-21 15:26 UTC (permalink / raw)
  To: linux-media
  Cc: Sicelo, Rob Herring, Ivaylo Dimitrov, Pali Rohár,
	Pavel Machek, Timo Kokkonen, Tony Lindgren

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

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

 .../devicetree/bindings/media/nokia,n900-ir   |  20 --
 arch/arm/boot/dts/ti/omap/omap3-n900.dts      |   2 +-
 arch/arm/configs/omap2plus_defconfig          |   1 -
 drivers/media/rc/Kconfig                      |  10 -
 drivers/media/rc/Makefile                     |   1 -
 drivers/media/rc/ir-rx51.c                    | 285 ------------------
 6 files changed, 1 insertion(+), 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] 5+ messages in thread

end of thread, other threads:[~2023-08-21 20:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-21 15:26 [PATCH 0/2] Remove ir-rx51 driver Sean Young
2023-08-21 15:26 ` [PATCH 1/2] media: dt-bindings: nokia,n900-ir use generic pwm-ir-tx driver Sean Young
2023-08-21 18:56   ` Rob Herring
2023-08-21 20:20     ` Sean Young
2023-08-21 15:26 ` [PATCH 2/2] media: rc: remove ir-rx51 in favour of generic pwm-ir-tx Sean Young

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.