linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sean Young <sean@mess.org>
To: linux-media@vger.kernel.org
Subject: [PATCH v5 0/2] Remove ir-rx51 driver
Date: Fri,  1 Sep 2023 15:18:54 +0100	[thread overview]
Message-ID: <cover.1693577725.git.sean@mess.org> (raw)

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

-- 
2.42.0


             reply	other threads:[~2023-09-01 14:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-01 14:18 Sean Young [this message]
2023-09-01 14:18 ` [PATCH v5 1/2] dt-bindings: media: remove nokia,n900-ir as pwm-ir-tx is compatible Sean Young
2023-09-02 10:50   ` Conor Dooley
2023-09-04 14:28     ` Lee Jones
2023-09-01 14:18 ` [PATCH v5 2/2] media: rc: remove ir-rx51 in favour of generic pwm-ir-tx Sean Young
2023-09-06 16:04   ` Uwe Kleine-König
2023-09-25 16:06   ` Ivaylo Dimitrov
2023-09-26  7:16     ` Sean Young
2023-09-26  7:37       ` Tony Lindgren
2023-09-26 12:54         ` Ivaylo Dimitrov
2023-09-26 12:43       ` Ivaylo Dimitrov
2023-09-26 20:18         ` Sean Young
2023-09-29  8:49           ` Ivaylo Dimitrov
2023-09-29 16:20             ` Sean Young
2023-09-29 21:08               ` Uwe Kleine-König

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1693577725.git.sean@mess.org \
    --to=sean@mess.org \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).