1. 08 10月, 2011 1 次提交
  2. 23 9月, 2011 1 次提交
  3. 22 9月, 2011 3 次提交
  4. 11 9月, 2011 1 次提交
  5. 07 9月, 2011 2 次提交
    • S
      [media] s5p-fimc: Add the media device driver · d3953223
      Sylwester Nawrocki 提交于
      Add a top level media device driver aggregating FIMC video devnodes,
      MIPI-CSIS and sensor subdevs. This driver gathers all media entities
      and creates the possible links between them during initialization. By
      default some links will be activated to enable access to all available
      sensors in the system. For example if there are sensors S0, S1 listed
      in the media device platform data definition they will be by default
      assigned to FIMC0, FIMC1 respectively, which in turn will corresponds
      to separate /dev/video?.
      There is enough FIMC H/W entities to cover all available physical camera
      interfaces in the system.
      
      The fimc media device driver is bound to the "s5p-fimc-md" platform device.
      Such platform device should be created by board initialization code
      and camera sensors description array need to be specified as its
      platform data.
      
      The media device driver also implements various video pipeline operations,
      for enabling subdevs power, streaming, etc., which will be used by the
      capture video node driver.
      Signed-off-by: NSylwester Nawrocki <s.nawrocki@samsung.com>
      Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      d3953223
    • S
      [media] s5p-fimc: Add runtime PM support in the mem-to-mem driver · e9e21083
      Sylwester Nawrocki 提交于
      Add runtime PM and system sleep support in the memory-to-memory
      driver. It's required to enable the FIMC operation on Exynos4
      SoCs. This patch prevents system boot failure when the driver
      is compiled in, as it now tries to access its I/O memory without
      first enabling the corresponding power domain.
      
      The camera capture device suspend/resume is not fully covered,
      the capture device is just powered on/off during the video
      node open/close. However this enables it's normal operation
      on Exynos4 SoCs.
      
      [mchehab@redhat.com: fix a small checkpatch error]
      Signed-off-by: NSylwester Nawrocki <s.nawrocki@samsung.com>
      Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      e9e21083
  6. 28 7月, 2011 6 次提交
  7. 26 5月, 2011 1 次提交
  8. 25 5月, 2011 2 次提交
  9. 21 5月, 2011 1 次提交
  10. 20 5月, 2011 4 次提交
  11. 13 4月, 2011 1 次提交
  12. 22 3月, 2011 14 次提交
  13. 21 1月, 2011 1 次提交
    • D
      kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT · 6a108a14
      David Rientjes 提交于
      The meaning of CONFIG_EMBEDDED has long since been obsoleted; the option
      is used to configure any non-standard kernel with a much larger scope than
      only small devices.
      
      This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixes
      references to the option throughout the kernel.  A new CONFIG_EMBEDDED
      option is added that automatically selects CONFIG_EXPERT when enabled and
      can be used in the future to isolate options that should only be
      considered for embedded systems (RISC architectures, SLOB, etc).
      
      Calling the option "EXPERT" more accurately represents its intention: only
      expert users who understand the impact of the configuration changes they
      are making should enable it.
      Reviewed-by: NIngo Molnar <mingo@elte.hu>
      Acked-by: NDavid Woodhouse <david.woodhouse@intel.com>
      Signed-off-by: NDavid Rientjes <rientjes@google.com>
      Cc: Greg KH <gregkh@suse.de>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Jens Axboe <axboe@kernel.dk>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Robin Holt <holt@sgi.com>
      Cc: <linux-arch@vger.kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      6a108a14
  14. 19 1月, 2011 1 次提交
    • H
      [media] tda9875: remove duplicate driver · f0374843
      Hans Verkuil 提交于
      In commit 411674fd the tda9875 support was
      added to tvaudio. This means that tda9875 is no longer used since mid-2009.
      
      If there are out-of-tree users of this driver, then they can switch to tvaudio
      instead.
      
      The original commit message read as follows:
      
          This change allows bttv to use tvaudio for this device. Since this device
          has the same i2c address as the tda9874 we need to support both in the same
          tvaudio driver. This makes it possible for tvaudio to detect which chip is
          used. Originally the tda9875 was only available in the dedicated tda9875
          driver, but that makes life very hard for bttv since loading tvaudio might
          misdetect a tda9875 as a tda9874.
      
      So there were good reasons for moving the tda9875 code into tvaudio.
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      f0374843
  15. 31 12月, 2010 1 次提交