Skip to content

Commit

Permalink
[media] lirc_serial: move out of staging and rename to serial_ir
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <sean@mess.org>
  • Loading branch information
seanyoung authored and mchehab committed Nov 22, 2016
1 parent a6f6ad4 commit fa5dc29
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 16 deletions.
6 changes: 6 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -10631,6 +10631,12 @@ S: Maintained
F: Documentation/devicetree/bindings/serial/
F: drivers/tty/serial/

SERIAL IR RECEIVER
M: Sean Young <sean@mess.org>
L: linux-media@vger.kernel.org
S: Maintained
F: drivers/media/rc/serial_ir.c

STI CEC DRIVER
M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
L: kernel@stlinux.com
Expand Down
17 changes: 17 additions & 0 deletions drivers/media/rc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -389,4 +389,21 @@ config IR_SUNXI
To compile this driver as a module, choose M here: the module will
be called sunxi-ir.

config IR_SERIAL
tristate "Homebrew Serial Port Receiver"
depends on RC_CORE
---help---
Say Y if you want to use Homebrew Serial Port Receivers and
Transceivers.

To compile this driver as a module, choose M here: the module will
be called serial-ir.

config IR_SERIAL_TRANSMITTER
bool "Serial Port Transmitter"
default y
depends on IR_SERIAL
---help---
Serial Port Transmitter support

endif #RC_DEVICES
1 change: 1 addition & 0 deletions drivers/media/rc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ obj-$(CONFIG_IR_TTUSBIR) += ttusbir.o
obj-$(CONFIG_RC_ST) += st_rc.o
obj-$(CONFIG_IR_SUNXI) += sunxi-cir.o
obj-$(CONFIG_IR_IMG) += img-ir/
obj-$(CONFIG_IR_SERIAL) += serial_ir.o
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* lirc_serial.c
* serial_ir.c
*
* lirc_serial - Device driver that records pulse- and pause-lengths
* serial_ir - Device driver that records pulse- and pause-lengths
* (space-lengths) between DDCD event on a serial port.
*
* Copyright (C) 1996,97 Ralph Metzler <rjkm@thp.uni-koeln.de>
Expand Down
13 changes: 0 additions & 13 deletions drivers/staging/media/lirc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,6 @@ config LIRC_SASEM
help
Driver for the Sasem OnAir Remocon-V or Dign HV5 HTPC IR/VFD Module

config LIRC_SERIAL
tristate "Homebrew Serial Port Receiver"
depends on LIRC
help
Driver for Homebrew Serial Port Receivers

config LIRC_SERIAL_TRANSMITTER
bool "Serial Port Transmitter"
default y
depends on LIRC_SERIAL
help
Serial Port Transmitter support

config LIRC_SIR
tristate "Built-in SIR IrDA port"
depends on LIRC
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/media/lirc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ obj-$(CONFIG_LIRC_BT829) += lirc_bt829.o
obj-$(CONFIG_LIRC_IMON) += lirc_imon.o
obj-$(CONFIG_LIRC_PARALLEL) += lirc_parallel.o
obj-$(CONFIG_LIRC_SASEM) += lirc_sasem.o
obj-$(CONFIG_LIRC_SERIAL) += lirc_serial.o
obj-$(CONFIG_LIRC_SIR) += lirc_sir.o
obj-$(CONFIG_LIRC_ZILOG) += lirc_zilog.o

0 comments on commit fa5dc29

Please sign in to comment.