1. 05 12月, 2014 6 次提交
  2. 04 12月, 2014 13 次提交
  3. 02 12月, 2014 16 次提交
  4. 26 11月, 2014 3 次提交
    • B
      [media] media: rc: add driver for Amlogic Meson IR remote receiver · 12ddbadf
      Beniamino Galvani 提交于
      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: NBeniamino Galvani <b.galvani@gmail.com>
      Acked-by: NCarlo Caione <carlo@caione.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      12ddbadf
    • M
      [media] omap: disable COMPILE_TEST · d7c59254
      Mauro Carvalho Chehab 提交于
      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: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      d7c59254
    • M
      Revert "[media] lmed04: add missing breaks" · 504febc3
      Mauro Carvalho Chehab 提交于
      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: NMalcolm Priestley <tvboxspy@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      504febc3
  5. 25 11月, 2014 2 次提交