linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Lirc staging drivers
@ 2016-12-20 17:50 Sean Young
  2016-12-20 17:50 ` [PATCH 1/5] [media] ir-rx51: port to rc-core Sean Young
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Sean Young @ 2016-12-20 17:50 UTC (permalink / raw)
  To: linux-media, linux-kernel

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-01-30 16:26 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-20 17:50 [PATCH 0/5] Lirc staging drivers Sean Young
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

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).