1. 26 Nov, 2014 4 commits
    • Beniamino Galvani's avatar
      [media] media: rc: add driver for Amlogic Meson IR remote receiver · 12ddbadf
      Beniamino Galvani authored
      Amlogic Meson SoCs include a infrared remote control receiver that can
      operate in two modes: "NEC" mode in which the hardware decodes frames
      using the NEC IR protocol, and "general" mode in which the receiver
      simply reports the duration of pulses and spaces for software
      decoding.
      
      This is a driver for the IR receiver that implements software decoding
      of received frames.
      Signed-off-by: default avatarBeniamino Galvani <b.galvani@gmail.com>
      Acked-by: default avatarCarlo Caione <carlo@caione.org>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
      12ddbadf
    • Beniamino Galvani's avatar
      [media] media: rc: meson: document device tree bindings · 36cdfa76
      Beniamino Galvani authored
      This adds binding documentation for the infrared remote control
      receiver available in Amlogic Meson SoCs.
      Signed-off-by: default avatarBeniamino Galvani <b.galvani@gmail.com>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
      36cdfa76
    • Mauro Carvalho Chehab's avatar
      [media] omap: disable COMPILE_TEST · d7c59254
      Mauro Carvalho Chehab authored
      This causes lots of errors, because of sub-arch specific dependencies:
      
      All error/warnings:
      
      >> ERROR: "omapdss_compat_init" [drivers/media/platform/omap/omap-vout.ko] undefined!
      >> ERROR: "omap_dss_get_overlay_manager" [drivers/media/platform/omap/omap-vout.ko] undefined!
      >> ERROR: "omap_dss_get_num_overlay_managers" [drivers/media/platform/omap/omap-vout.ko] undefined!
      >> ERROR: "omap_dss_get_overlay" [drivers/media/platform/omap/omap-vout.ko] undefined!
      >> ERROR: "omapdss_is_initialized" [drivers/media/platform/omap/omap-vout.ko] undefined!
      >> ERROR: "omap_dispc_register_isr" [drivers/media/platform/omap/omap-vout.ko] undefined!
      >> ERROR: "omapdss_get_version" [drivers/media/platform/omap/omap-vout.ko] undefined!
      >> ERROR: "omap_dss_put_device" [drivers/media/platform/omap/omap-vout.ko] undefined!
      >> ERROR: "omap_dss_get_next_device" [drivers/media/platform/omap/omap-vout.ko] undefined!
      >> ERROR: "omap_dispc_unregister_isr" [drivers/media/platform/omap/omap-vout.ko] undefined!
      >> ERROR: "omapdss_compat_uninit" [drivers/media/platform/omap/omap-vout.ko] undefined!
      >> ERROR: "omap_dss_get_device" [drivers/media/platform/omap/omap-vout.ko] undefined!
      >> ERROR: "omap_dss_get_num_overlays" [drivers/media/platform/omap/omap-vout.ko] undefined!
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
      d7c59254
    • Mauro Carvalho Chehab's avatar
      Revert "[media] lmed04: add missing breaks" · 504febc3
      Mauro Carvalho Chehab authored
      According with Malcolm, the missing breaks are intentional.
      
      So, let's revert commit d442b15f,
      add some comments to document it and fix the two smatch warnings:
      
      drivers/media/usb/dvb-usb-v2/lmedm04.c:828 lme_firmware_switch() warn: missing break? reassigning 'st->dvb_usb_lme2510_firmware'
      drivers/media/usb/dvb-usb-v2/lmedm04.c:850 lme_firmware_switch() warn: missing break? reassigning 'st->dvb_usb_lme2510_firmware'
      
      using a different strategy to avoid reassign values to
      st->dvb_usb_lme2510_firmware.
      Acked-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
      504febc3
  2. 25 Nov, 2014 36 commits