All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sean Young <sean@mess.org>
To: linux-media@vger.kernel.org
Cc: Sicelo <absicsz@gmail.com>, "Rob Herring" <robh@kernel.org>,
	"Ivaylo Dimitrov" <ivo.g.dimitrov.75@gmail.com>,
	"Pali Rohár" <pali.rohar@gmail.com>,
	"Pavel Machek" <pavel@ucw.cz>,
	"Timo Kokkonen" <timo.t.kokkonen@iki.fi>,
	"Tony Lindgren" <tony@atomide.com>
Subject: [PATCH 0/2] Remove ir-rx51 driver
Date: Mon, 21 Aug 2023 16:26:21 +0100	[thread overview]
Message-ID: <20230821152623.196541-1-sean@mess.org> (raw)

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


             reply	other threads:[~2023-08-21 15:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-21 15:26 Sean Young [this message]
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

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=20230821152623.196541-1-sean@mess.org \
    --to=sean@mess.org \
    --cc=absicsz@gmail.com \
    --cc=ivo.g.dimitrov.75@gmail.com \
    --cc=linux-media@vger.kernel.org \
    --cc=pali.rohar@gmail.com \
    --cc=pavel@ucw.cz \
    --cc=robh@kernel.org \
    --cc=timo.t.kokkonen@iki.fi \
    --cc=tony@atomide.com \
    /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 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.