linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sean Young <sean@mess.org>
To: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/5] Lirc staging drivers
Date: Tue, 20 Dec 2016 17:50:23 +0000	[thread overview]
Message-ID: <cover.1482255894.git.sean@mess.org> (raw)

This patch series tries to make some headway with dealing with the
lirc staging drivers. Over the last couple of years, I have ported
lirc_serial, lirc_ttusbir and lirc_igorplugusb. I have not been able
to track down the hardware for the remaining drivers.

Note that the remaining lirc staging drivers were merged in 2010, and
other than trival patches, they have not made any progress towards
mainline.

ir-rx51 is not a staging driver, but it should not rely on the lirc
in-kernel API like the staging drivers do.


Sean Young (5):
  [media] ir-rx51: port to rc-core
  [media] staging: lirc_sir: port to rc-core
  [media] staging: lirc_parallel: remove
  [media] staging: lirc_bt829: remove
  [media] staging: lirc_imon: port remaining usb ids to imon and remove

 arch/arm/mach-omap2/pdata-quirks.c          |   8 +-
 drivers/media/rc/Kconfig                    |   2 +-
 drivers/media/rc/imon.c                     | 133 +++-
 drivers/media/rc/ir-rx51.c                  | 332 ++++------
 drivers/staging/media/lirc/Kconfig          |  22 +-
 drivers/staging/media/lirc/Makefile         |   3 -
 drivers/staging/media/lirc/lirc_bt829.c     | 401 ------------
 drivers/staging/media/lirc/lirc_imon.c      | 979 ----------------------------
 drivers/staging/media/lirc/lirc_parallel.c  | 741 ---------------------
 drivers/staging/media/lirc/lirc_parallel.h  |  26 -
 drivers/staging/media/lirc/lirc_sir.c       | 296 ++-------
 include/linux/platform_data/media/ir-rx51.h |   6 +-
 12 files changed, 322 insertions(+), 2627 deletions(-)
 delete mode 100644 drivers/staging/media/lirc/lirc_bt829.c
 delete mode 100644 drivers/staging/media/lirc/lirc_imon.c
 delete mode 100644 drivers/staging/media/lirc/lirc_parallel.c
 delete mode 100644 drivers/staging/media/lirc/lirc_parallel.h

-- 
2.9.3


             reply	other threads:[~2016-12-20 17:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-20 17:50 Sean Young [this message]
2016-12-20 17:50 ` [PATCH 1/5] [media] ir-rx51: port to rc-core Sean Young
2016-12-30 11:30   ` Ivaylo Dimitrov
2016-12-30 13:07     ` Sean Young
2016-12-30 13:30       ` Sean Young
2016-12-30 13:50         ` Ivaylo Dimitrov
2016-12-30 15:46           ` Sean Young
2017-01-16 10:10           ` Sean Young
2017-01-16 16:34             ` Ivaylo Dimitrov
2017-01-16 20:13               ` Pavel Machek
2017-01-30 16:26                 ` Mauro Carvalho Chehab
2016-12-20 17:50 ` [PATCH 2/5] [media] staging: lirc_sir: " Sean Young
2016-12-20 17:50 ` [PATCH 3/5] [media] staging: lirc_parallel: remove Sean Young
2016-12-20 17:50 ` [PATCH 4/5] [media] staging: lirc_bt829: remove Sean Young
2016-12-20 17:50 ` [PATCH 5/5] [media] staging: lirc_imon: port remaining usb ids to imon and remove 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=cover.1482255894.git.sean@mess.org \
    --to=sean@mess.org \
    --cc=linux-kernel@vger.kernel.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).