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 0/8] Lirc staging cleanup
Date: Sat, 25 Mar 2017 12:02:18 +0000	[thread overview]
Message-ID: <cover.1490443026.git.sean@mess.org> (raw)

This patch series promotes lirc_sir out of staging and removes
lirc_sasem; this only leaves lirc_zilog in staging. I'm attempting to
write a new driver for this, maybe we should keep that until that
work completes.

Sean Young (8):
  [media] staging: sir: fill in missing fields and fix probe
  [media] staging: sir: remove unselectable Tekram and Actisys
  [media] staging: sir: fix checkpatch strict warnings
  [media] staging: sir: use usleep_range() rather than busy looping
  [media] staging: sir: remove unnecessary messages
  [media] staging: sir: make sure we are ready to receive interrupts
  [media] rc: promote lirc_sir out of staging
  [media] staging: lirc_sasem: remove

 drivers/media/rc/Kconfig                |   9 +
 drivers/media/rc/Makefile               |   1 +
 drivers/media/rc/sir_ir.c               | 451 ++++++++++++++++
 drivers/staging/media/lirc/Kconfig      |  12 -
 drivers/staging/media/lirc/Makefile     |   2 -
 drivers/staging/media/lirc/lirc_sasem.c | 899 --------------------------------
 drivers/staging/media/lirc/lirc_sir.c   | 839 -----------------------------
 7 files changed, 461 insertions(+), 1752 deletions(-)
 create mode 100644 drivers/media/rc/sir_ir.c
 delete mode 100644 drivers/staging/media/lirc/lirc_sasem.c
 delete mode 100644 drivers/staging/media/lirc/lirc_sir.c

-- 
2.9.3

             reply	other threads:[~2017-03-25 12:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-25 12:02 Sean Young [this message]
2017-03-25 12:02 ` [PATCH 1/8] [media] staging: sir: fill in missing fields and fix probe Sean Young
2017-03-25 12:02 ` [PATCH 2/8] [media] staging: sir: remove unselectable Tekram and Actisys Sean Young
2017-03-25 12:02 ` [PATCH 3/8] [media] staging: sir: fix checkpatch strict warnings Sean Young
2017-03-25 12:02 ` [PATCH 4/8] [media] staging: sir: use usleep_range() rather than busy looping Sean Young
2017-03-25 12:02 ` [PATCH 5/8] [media] staging: sir: remove unnecessary messages Sean Young
2017-03-25 12:02 ` [PATCH 6/8] [media] staging: sir: make sure we are ready to receive interrupts Sean Young
2017-03-25 12:02 ` [PATCH 7/8] [media] rc: promote lirc_sir out of staging Sean Young
2017-03-25 12:02 ` [PATCH 8/8] [media] staging: lirc_sasem: 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.1490443026.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).