1. 15 4月, 2013 1 次提交
  2. 29 3月, 2013 1 次提交
  3. 25 3月, 2013 2 次提交
  4. 24 3月, 2013 4 次提交
  5. 26 11月, 2012 1 次提交
  6. 26 9月, 2012 9 次提交
  7. 31 7月, 2012 1 次提交
  8. 07 7月, 2012 2 次提交
  9. 20 5月, 2012 1 次提交
  10. 16 3月, 2012 1 次提交
    • P
      device.h: audit and cleanup users in main include dir · 313162d0
      Paul Gortmaker 提交于
      The <linux/device.h> header includes a lot of stuff, and
      it in turn gets a lot of use just for the basic "struct device"
      which appears so often.
      
      Clean up the users as follows:
      
      1) For those headers only needing "struct device" as a pointer
      in fcn args, replace the include with exactly that.
      
      2) For headers not really using anything from device.h, simply
      delete the include altogether.
      
      3) For headers relying on getting device.h implicitly before
      being included themselves, now explicitly include device.h
      
      4) For files in which doing #1 or #2 uncovers an implicit
      dependency on some other header, fix by explicitly adding
      the required header(s).
      
      Any C files that were implicitly relying on device.h to be
      present have already been dealt with in advance.
      
      Total removals from #1 and #2: 51.  Total additions coming
      from #3: 9.  Total other implicit dependencies from #4: 7.
      
      As of 3.3-rc1, there were 110, so a net removal of 42 gives
      about a 38% reduction in device.h presence in include/*
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      313162d0
  11. 14 2月, 2012 1 次提交
  12. 11 1月, 2012 1 次提交
  13. 04 11月, 2011 1 次提交
  14. 23 3月, 2011 1 次提交
  15. 22 3月, 2011 1 次提交
  16. 29 12月, 2010 1 次提交
  17. 19 5月, 2010 1 次提交
  18. 16 12月, 2009 1 次提交
    • M
      V4L/DVB (13571): v4l: Adding Digital Video Timings APIs · b6456c0c
      Muralidharan Karicheri 提交于
      This adds the above APIs to the v4l2 core. This is based on version v1.2
      of the RFC titled "V4L - Support for video timings at the input/output interface"
      Following new ioctls are added:-
      
              - VIDIOC_ENUM_DV_PRESETS
              - VIDIOC_S_DV_PRESET
              - VIDIOC_G_DV_PRESET
              - VIDIOC_QUERY_DV_PRESET
              - VIDIOC_S_DV_TIMINGS
              - VIDIOC_G_DV_TIMINGS
      
      Please refer to the RFC for the details. This code was tested using vpfe
      capture driver on TI's DM365. Following is the test configuration used :-
      
      Blu-Ray HD DVD source -> TVP7002 -> DM365 (VPFE) ->DDR
      
      A draft version of the TVP7002 driver (currently being reviewed in the mailing
      list) was used that supports V4L2_DV_1080I60 & V4L2_DV_720P60 presets.
      
      A loopback video capture application was used for testing these APIs. This calls
      following IOCTLS :-
      
       -  verify the new v4l2_input capabilities flag added
       -  Enumerate available presets using VIDIOC_ENUM_DV_PRESETS
       -  Set one of the supported preset using VIDIOC_S_DV_PRESET
       -  Get current preset using VIDIOC_G_DV_PRESET
       -  Detect current preset using VIDIOC_QUERY_DV_PRESET
       -  Using stub functions in tvp7002, verify VIDIOC_S_DV_TIMINGS
          and VIDIOC_G_DV_TIMINGS ioctls are received at the sub device.
       -  Tested on 64bit platform by Hans Verkuil
      Signed-off-by: NMuralidharan Karicheri <m-karicheri2@ti.com>
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Reviewed-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      b6456c0c
  19. 30 3月, 2009 2 次提交
  20. 03 1月, 2009 4 次提交
  21. 30 12月, 2008 3 次提交