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: [GIT PULL for v4.12] Staging lirc cleanup
Date: Sat, 25 Mar 2017 21:31:46 +0000	[thread overview]
Message-ID: <20170325213146.GA28237@gofer.mess.org> (raw)

Hi Mauro,

This pull 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 lirc_zilog until that work completes.

Thanks
Sean


The following changes since commit c3d4fb0fb41f4b5eafeee51173c14e50be12f839:

  [media] rc: sunxi-cir: simplify optional reset handling (2017-03-24 08:30:03 -0300)

are available in the git repository at:

  git://linuxtv.org/syoung/media_tree.git for-v4.12c

for you to fetch changes up to d682dd284ab3d005f110742d1d4f288b87cc7d53:

  [media] staging: lirc_sasem: remove (2017-03-25 14:33:02 +0000)

----------------------------------------------------------------
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               | 438 ++++++++++++++++
 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, 448 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

             reply	other threads:[~2017-03-25 21:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-25 21:31 Sean Young [this message]
2017-04-05 18:02 ` [GIT PULL for v4.12] Staging lirc cleanup Mauro Carvalho Chehab

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=20170325213146.GA28237@gofer.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).