1. 20 Dec, 2013 3 commits
    • Hans Verkuil's avatar
      [media] omap24xx/tcm825x: move to staging for future removal · a03636cb
      Hans Verkuil authored
      The omap24xx driver and the tcm825x sensor driver are the only two
      remaining drivers to still use the old deprecated v4l2-int-device API.
      
      Nobody maintains these drivers anymore. But unfortunately the v4l2-int-device
      API is used by out-of-tree drivers (MXC platform). This is a very bad situation
      since as long as this deprecated API stays in the kernel there is no reason for
      those out-of-tree drivers to convert.
      
      This patch moves v4l2-int-device and the two drivers that depend on it to
      staging in preparation for their removal.
      
      If someone would be interested in getting these drivers to work, then start with
      this since it's not very far from the state where they used to work:
      
      <URL:http://vihersipuli.retiisi.org.uk/cgi-bin/gitweb.cgi?p=~sailus/linux-omap/.git;a=summary>
      
      The branch is n800-cam. Porting to up-to-date APIs can then be done. David
      might have done some work in that area, so check with him first.
      Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
      Cc: Sakari Ailus <sakari.ailus@iki.fi>
      Cc: David Cohen <dacohen@gmail.com>
      Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
      a03636cb
    • Hans Verkuil's avatar
      [media] sn9c102: prepare for removal by moving it to staging · b8da9d3a
      Hans Verkuil authored
      During the last media summit meeting it was decided to move this driver to
      staging as the first step to removing it altogether.
      
      Most webcams covered by this driver are now supported by gspca. Nobody has the
      hardware to convert the remaining devices to gspca.
      
      This driver needs a major overhaul to have it conform to the latest frameworks
      and compliancy tests.
      
      Without hardware, however, this is next to impossible. Given the fact that
      this driver seems to be pretty much unused (it has been removed from Fedora
      several versions ago and nobody complained about that), we decided to drop
      this driver.
      
      This patch moves it to staging. Some time in 2014 we will drop it completely.
      Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
      Cc: Hans de Goede <hdegoede@redhat.com>
      Cc: Luca Risolia <luca.risolia@studio.unibo.it>
      Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
      b8da9d3a
    • Mauro Carvalho Chehab's avatar
      [media] dib8000: fix compilation error · 4bf48150
      Mauro Carvalho Chehab authored
      As reported by  kbuild test robot <fengguang.wu@intel.com>:
      
      with a random config:
      
         drivers/built-in.o: In function `dib8000_get_time_us.isra.16':
      >> dib8000.c:(.text+0x3075aa): undefined reference to `__udivdi3'
      Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
      4bf48150
  2. 19 Dec, 2013 30 commits
  3. 18 Dec, 2013 7 commits