media: staging: remove lirc_zilog driver
authorSean Young <sean@mess.org>
Tue, 24 Oct 2017 18:59:31 +0000 (14:59 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 14 Dec 2017 15:35:13 +0000 (10:35 -0500)
commitf95367a7b7585fd9123f417d09ed5b2febe773a1
treec82b88081109130a5c22589d8e127f64f23557d7
parent1cb26030f3494a8bb3c953d45cffba838ec4d454
media: staging: remove lirc_zilog driver

The ir-kbd-i2c driver behaves like the lirc_zilog driver, except it can
send raw IR and receives scancodes rather than lirccodes.

The lirc_zilog driver only polls if the lirc chardev is opened;
similarly the ir-kbd-i2c driver only polls if the corresponding input
device is opened, or the lirc device.

Polling is disabled during IR transmission through the mutex.

The polling period is 402ms in the ir-kdb-i2c driver, and 260ms in the
lirc_zilog driver.

Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/lirc/Kconfig [deleted file]
drivers/staging/media/lirc/Makefile [deleted file]
drivers/staging/media/lirc/TODO [deleted file]
drivers/staging/media/lirc/lirc_zilog.c [deleted file]