1. 25 Jun, 2006 5 commits
    • Hans Verkuil's avatar
      V4L/DVB (3711): Add support for VIDIOC_INT_S_CRYSTAL_FREQ internal command. · b7f8292c
      Hans Verkuil authored
      Some saa7115-based cards use a different crystal frequency and a different
      audio clock generation. Add a new VIDIOC_INT_S_CRYSTAL_FREQ command to be
      able to set these values.
      Also change the default APLL setting to 0. It makes no sense to have the
      audio clock independent from the video clock, this can lead to audio/video
      synchronization problems. Setting this to 0 is also consistent with the old
      saa7114.c source and the way the Hauppauge Windows driver sets it.
      Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
      b7f8292c
    • Hans Verkuil's avatar
      V4L/DVB (3709): Improve line-in handling · 2eb606db
      Hans Verkuil authored
      - improve handling of the EXTERN input: don't start an unnecessary carrier scan
      - improve the LOG_STATUS output
      - ensure that a carrier scan is started again when switching back to the tuner.
      - set correct prescale for L-NICAM
      Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
      2eb606db
    • Trent Piepho's avatar
      V4L/DVB (3708a): Clean up some cruft in or51132 frontend · 0ead0918
      Trent Piepho authored
      There is some old code in the or51133 firmware loading function that
      has no effect.  Left a comment to in case it helps someone trying
      to reverse engineer the chip.
      Signed-off-by: default avatarTrent Piepho <xyzzy@speakeasy.org>
      Signed-off-by: default avatarAndrew de Quincey <adq_dvb@lidskialf.net>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
      0ead0918
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · dfd8317d
      Linus Torvalds authored
      * master.kernel.org:/home/rmk/linux-2.6-arm: (25 commits)
        [ARM] 3648/1: Update struct ucontext layout for coprocessor registers
        [ARM] Add identifying number for non-rt sigframe
        [ARM] Gather common sigframe saving code into setup_sigframe()
        [ARM] Gather common sigframe restoration code into restore_sigframe()
        [ARM] Re-use sigframe within rt_sigframe
        [ARM] Merge sigcontext and sigmask members of sigframe
        [ARM] Replace extramask with a full copy of the sigmask
        [ARM] Remove rt_sigframe puc and pinfo pointers
        [ARM] 3647/1: S3C24XX: add Osiris to the list of simtec pm machines
        [ARM] 3645/1: S3C2412: irq support for external interrupts
        [ARM] 3643/1: S3C2410: Add new usb clocks
        [ARM] 3642/1: S3C24XX: Add machine SMDK2413
        [ARM] 3641/1: S3C2412: Fixup gpio register naming
        [ARM] 3640/1: S3C2412: Use S3C24XX_DCLKCON instead of S3C2410_DCLKCON
        [ARM] 3639/1: S3C2412: serial port support
        [ARM] 3638/1: S3C2412: core clocks
        [ARM] 3637/1: S3C24XX: Add mpll clock, and set as fclk parent
        [ARM] 3636/1: S3C2412: Add selection of CPU_ARM926
        [ARM] 3635/1: S3C24XX: Add S3C2412 core cpu support
        [ARM] 3633/1: S3C24XX: s3c2410 gpio bugfix - wrong pin nos
        ...
      dfd8317d
    • Linus Torvalds's avatar
      Revert "[PATCH] usb: drivers/usb/core/devio.c dereferences a userspace pointer" · 83626b01
      Linus Torvalds authored
      This reverts commit 786dc1d3.
      
      As Al so eloquently points out, the patch is crap. The old code was fine,
      the new code was bogus.
      
      It never dereferenced a user pointer, the "->" operator was to an array
      member, which gives the _address_ of the member (in user space), not an
      actual dereference at all.
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      83626b01
  2. 24 Jun, 2006 35 commits