1. 22 3月, 2011 1 次提交
    • P
      [media] v4l: add videobuf2 Video for Linux 2 driver framework · e23ccc0a
      Pawel Osciak 提交于
      Videobuf2 is a Video for Linux 2 API-compatible driver framework for
      multimedia devices. It acts as an intermediate layer between userspace
      applications and device drivers. It also provides low-level, modular
      memory management functions for drivers.
      
      Videobuf2 eases driver development, reduces drivers' code size and aids in
      proper and consistent implementation of V4L2 API in drivers.
      
      Videobuf2 memory management backend is fully modular. This allows custom
      memory management routines for devices and platforms with non-standard
      memory management requirements to be plugged in, without changing the
      high-level buffer management functions and API.
      
      The framework provides:
      - implementations of streaming I/O V4L2 ioctls and file operations
      - high-level video buffer, video queue and state management functions
      - video buffer memory allocation and management
      Signed-off-by: NPawel Osciak <p.osciak@samsung.com>
      Signed-off-by: NMarek Szyprowski <m.szyprowski@samsung.com>
      Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
      CC: Pawel Osciak <pawel@osciak.com>
      Reviewed-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      e23ccc0a
  2. 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
  3. 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
  4. 31 12月, 2010 1 次提交
  5. 29 12月, 2010 7 次提交
  6. 22 11月, 2010 1 次提交
  7. 21 10月, 2010 9 次提交
  8. 18 10月, 2010 1 次提交
  9. 09 8月, 2010 3 次提交
  10. 03 8月, 2010 10 次提交
  11. 28 7月, 2010 1 次提交
  12. 01 6月, 2010 2 次提交
  13. 19 5月, 2010 2 次提交