1. 21 2月, 2007 4 次提交
  2. 15 2月, 2007 1 次提交
    • T
      [PATCH] remove many unneeded #includes of sched.h · cd354f1a
      Tim Schmielau 提交于
      After Al Viro (finally) succeeded in removing the sched.h #include in module.h
      recently, it makes sense again to remove other superfluous sched.h includes.
      There are quite a lot of files which include it but don't actually need
      anything defined in there.  Presumably these includes were once needed for
      macros that used to live in sched.h, but moved to other header files in the
      course of cleaning it up.
      
      To ease the pain, this time I did not fiddle with any header files and only
      removed #includes from .c-files, which tend to cause less trouble.
      
      Compile tested against 2.6.20-rc2 and 2.6.20-rc2-mm2 (with offsets) on alpha,
      arm, i386, ia64, mips, powerpc, and x86_64 with allnoconfig, defconfig,
      allmodconfig, and allyesconfig as well as a few randconfigs on x86_64 and all
      configs in arch/arm/configs on arm.  I also checked that no new warnings were
      introduced by the patch (actually, some warnings are removed that were emitted
      by unnecessarily included header files).
      Signed-off-by: NTim Schmielau <tim@physik3.uni-rostock.de>
      Acked-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      cd354f1a
  3. 16 1月, 2007 1 次提交
  4. 10 12月, 2006 2 次提交
  5. 26 9月, 2006 1 次提交
  6. 09 8月, 2006 1 次提交
  7. 30 7月, 2006 1 次提交
  8. 01 7月, 2006 1 次提交
  9. 27 6月, 2006 1 次提交
  10. 26 6月, 2006 1 次提交
  11. 25 6月, 2006 4 次提交
  12. 02 4月, 2006 1 次提交
  13. 25 3月, 2006 5 次提交
    • A
      V4L/DVB (3604): V4l printk fix · 22fe087f
      Andrew Morton 提交于
      drivers/media/video/v4l2-common.c: In function `v4l_printk_ioctl_arg':
      drivers/media/video/v4l2-common.c:477: warning: `0' flag used with `%p' printf format
      Someone went and "improved" my patch ;)
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      22fe087f
    • H
      V4L/DVB (3582): Implement correct msp3400 input/output routing · 2474ed44
      Hans Verkuil 提交于
      - implement VIDIOC_INT_S_AUDIO_ROUTING for msp3400 and tvaudio
      - use the new command in bttv, pvrusb2 and em28xx.
      - remove the now obsolete MSP_SET_MATRIX from msp3400 (yeah!)
      - remove the obsolete VIDIOC_S_AUDIO from msp3400.
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      2474ed44
    • H
      V4L/DVB (3577): Cleanup audio input handling · 8bf2f8e7
      Hans Verkuil 提交于
      Cleanup audio input handling in bttv and tvaudio:
      - inputs were specified that were never used
      - mute was handled as a special input which led to confusing code
      - confusing naming made it difficult to see if the setting was for
        i2c or gpio.
      The old audiochip.h input names moved to tvaudio.h. Currently this
      is used both by tvaudio and msp3400 until the msp3400 implements the
      new msp3400-specific inputs.
      Detect in bttv the tvaudio and msp3400 i2c clients and use these
      client pointers to set the inputs directly instead of broadcasting the
      command.
      Removed AUDC_SET_INPUT. Now replaced by VIDIOC_S_AUDIO. This will be
      replaced again later by the new ROUTING commands.
      Removed VIDIOC_G_AUDIO implementations in i2c drivers: this command is
      a user level command and not to be used internally. It wasn't called at
      all anyway.
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      8bf2f8e7
    • A
      V4L/DVB (3571): Printk warning fixes · 5245953e
      Andrew Morton 提交于
      On ppc64, u64 is `unsigned long'
      drivers/media/video/v4l2-common.c: In function `v4l_printk_ioctl_arg':
      drivers/media/video/v4l2-common.c:486: warning: cast from pointer to integer of different size
      drivers/media/video/v4l2-common.c:580: warning: long long int format, v4l2_std_id arg (arg 8)
      drivers/media/video/v4l2-common.c:625: warning: long long int format, v4l2_std_id arg (arg 8)
      drivers/media/video/v4l2-common.c:693: warning: long long int format, v4l2_std_id arg (arg 4)
      drivers/media/video/v4l2-common.c:910: warning: long long unsigned int format, long unsigned int a$
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      5245953e
    • M
      V4L/DVB (3516): Make video_buf more generic · c7b0ac05
      Mauro Carvalho Chehab 提交于
      Video_buf were concerned to allow PCI devices to be used as
      video capture devices. This patch extends video_buf features
      by virtualizing pci-dependent functions and allowing other
      type of devices to use it.
      It is still DMA centric, although it may be used also by
      devices that emulates scatter/gather behavior or a DMA device
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      c7b0ac05
  14. 27 2月, 2006 4 次提交
  15. 16 1月, 2006 1 次提交
    • H
      V4L/DVB (3384): Separate tv & radio freqs, fix cb/freq transmit order for tuners that need this. · 27487d44
      Hans Verkuil 提交于
      - Moved MSP_SET_MATRIX to v4l2-common.h
      - Fix typos and integer overflows in tea5767.c
      - Split old freq field into a tv_freq and a radio_freq. Prevents
        that a radio tuner is initialized with a tv frequency or vice versa.
      - When switching to radio mode initialize the tuner with the last
        used radio frequency (this was already done for the TV mode).
        As a result of these changes the tuner module now remembers the
        last set radio and TV frequencies, which is what you would expect
        to happen.
      - Move out of range frequencies to the closest valid frequency as per
        v4l2 API spec.
      - Fix incorrect initial radio frequency (multiplier is 16000, not 16)
      - Add boundary check for out of range frequencies.
      - Use new flag to check if the order of the CB and freq. depends on
        the last set frequency. That is needed for some tuners or you can
        get static as a result. The flag is added for those tuners where I know
        that the datasheet indicates that this is necessary.
      - For this new check use the last set div value, not the last frequency
        as radio frequencies are always much higher due to the 16000 multiplier.
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      27487d44
  16. 10 1月, 2006 1 次提交
  17. 09 1月, 2006 1 次提交
  18. 10 9月, 2005 1 次提交
  19. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4