1. 04 Jan, 2007 5 commits
    • Vitaly Wool's avatar
      i2c-pnx: Fix interrupt handler, get rid of EARLY config option · 6c566fb7
      Vitaly Wool authored
      This fixes two issues raised by David Brownell on the i2c list:
      
      << Someone needs to update i2c-pnx.c to handle the IRQ handler doesn't
      expect pt_regs (gone now for a while), and so it doesn't try to
      reference "mudule_init()" if I2C isn't initialized "early".  For
      that matter, to get rid of that _option_ to initialize then, and
      always init that driver with subsystem_init() ... it's common with
      embedded systems to need I2C access to tweak a GPIO expander or
      do some other work when bringing up drivers, that's not specific
      to USB stacks. >>
      Signed-off-by: default avatarVitaly Wool <vitalywool@gmail.com>
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      6c566fb7
    • Linus Torvalds's avatar
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart · a7ec3f52
      Linus Torvalds authored
      * master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart:
        [AGPGART] drivers/char/agp/sgi-agp.c: check kmalloc() return value
        [AGPGART] Fix PCI-posting flush typo.
        [AGPGART] fix detection of aperture size versus GTT size on G965
        [AGPGART] Remove unnecessary flushes when inserting and removing pages.
        [AGPGART] K8M890 support for amd-k8.
      a7ec3f52
    • Linus Torvalds's avatar
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq · de9e957f
      Linus Torvalds authored
      * master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq:
        [CPUFREQ] longhaul: Kill off warnings introduced by recent changes.
        [CPUFREQ] Uninitialized use of cmd.val in arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c:acpi_cpufreq_target()
        [CPUFREQ] Longhaul - Always guess FSB
        [CPUFREQ] Longhaul - Fix up powersaver assumptions.
        [CPUFREQ] longhaul: Fix up unreachable code.
        [CPUFREQ] speedstep-centrino: missing space and bracket
        [CPUFREQ] Bug fix for acpi-cpufreq and cpufreq_stats oops on frequency change notification
        [CPUFREQ] select consistently
      de9e957f
    • Jens Axboe's avatar
      [PATCH] ide-cd maintainer · 9c5b0ce4
      Jens Axboe authored
      Alan agreed to take over casual maintenance of the ide-cd atapi cdrom
      driver, so I'm happy to sign it over to him. Alan, I hope the address is
      the one you want to use. I also changed the list to linux-ide as that
      seems more appropriate.
      Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
      Acked-by: default avatarAlan Cox <alan@redhat.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      9c5b0ce4
    • Jens Axboe's avatar
      [PATCH] cdrom: set default timeout to 7 seconds · 2e11c207
      Jens Axboe authored
      It's a known fact that Windows times out commands after 7 seconds, so
      drives generally try and respond if they can before that happens.  We
      default to 5 seconds, which sometimes is a bit too short.
      
      Jeremy Higdon reported here:
      
      	http://lkml.org/lkml/2007/1/1/145
      
      that his drive takes longer than 5 seconds for a "read track
      information" command, later confirming that it is about 6.7 seconds.
      
      So just do the sane thing and change the default command timeout to 7
      seconds to avoid other surprises.
      Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      2e11c207
  2. 03 Jan, 2007 6 commits
  3. 02 Jan, 2007 7 commits
  4. 01 Jan, 2007 3 commits
  5. 31 Dec, 2006 9 commits
  6. 30 Dec, 2006 10 commits