Skip to content

Commit f95367a

Browse files
seanyoungmchehab
authored andcommitted
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>
1 parent 1cb2603 commit f95367a

File tree

6 files changed

+0
-1720
lines changed

6 files changed

+0
-1720
lines changed

drivers/staging/media/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ source "drivers/staging/media/imx/Kconfig"
3131

3232
source "drivers/staging/media/omap4iss/Kconfig"
3333

34-
# Keep LIRC at the end, as it has sub-menus
35-
source "drivers/staging/media/lirc/Kconfig"
36-
3734
source "drivers/staging/media/tegra-vde/Kconfig"
3835

3936
endif

drivers/staging/media/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
obj-$(CONFIG_I2C_BCM2048) += bcm2048/
33
obj-$(CONFIG_DVB_CXD2099) += cxd2099/
44
obj-$(CONFIG_VIDEO_IMX_MEDIA) += imx/
5-
obj-$(CONFIG_LIRC_STAGING) += lirc/
65
obj-$(CONFIG_VIDEO_DM365_VPFE) += davinci_vpfe/
76
obj-$(CONFIG_VIDEO_OMAP4) += omap4iss/
87
obj-$(CONFIG_INTEL_ATOMISP) += atomisp/

drivers/staging/media/lirc/Kconfig

Lines changed: 0 additions & 21 deletions
This file was deleted.

drivers/staging/media/lirc/Makefile

Lines changed: 0 additions & 6 deletions
This file was deleted.

drivers/staging/media/lirc/TODO

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)