1. 27 Jan, 2004 1 commit
    • Jean Delvare's avatar
      [PATCH] I2C: Bring lm75 and lm78 in compliance with sysfs naming conventions · 66a38d0a
      Jean Delvare authored
      Here is a patch that brings the lm75 and lm78 drivers in compliance with
      sysfs naming conventions. The drivers as found in existing 2.6 kernels
      do not have a digit appended to the temperature-related files names as
      the sysfs naming conversion recommends (obviously because they each have
      a single temperature channel). As a result, libsensors won't find the
      files.
      
      It was discussed on the list wether a '1' should be appended in this
      case, and our conclusion was that it would be better to do so because it
      helps automatic processing of the sysfs exported files. Please apply if
      you agree with this.
      66a38d0a
  2. 26 Jan, 2004 1 commit
    • Jean Delvare's avatar
      [PATCH] I2C: Add ADM1025EB support to i2c-parport · a900ea5e
      Jean Delvare authored
      The following patch adds support for the ADM1025 evaluation board to the
      i2c-parport (and i2c-parport-light) driver(s). In fact, it happens that
      it was already supported as an ADM1032 evaluation board, so it is just a
      matter of documenting it correctly.
      a900ea5e
  3. 23 Jan, 2004 3 commits
    • Jean Delvare's avatar
      [PATCH] I2C: Fix bus reset in i2c-philips-par · f3c6ff23
      Jean Delvare authored
      This patch fixes the bus reset in i2c-philips-par when it is loaded with
      type!=0. For now, the reset is always made as is type==0. I guess that
      this driver will be abandoned in a while, but it probably doesn't hurt
      to fix that.
      f3c6ff23
    • Jean Delvare's avatar
      [PATCH] I2C: undo documentation change · 752bbff1
      Jean Delvare authored
      Undo a recent change to the i2c documentation. The change belongs to
      2.7.
      752bbff1
    • Mark M. Hoffman's avatar
      [PATCH] I2C: i2c-piix4.c bugfix · e290625e
      Mark M. Hoffman authored
      This patch fixes a "Trying to release non-existent resource" error that
      occurs during rmmod when the device isn't actually present.  It includes
      some other cleanups too: error paths, whitespace, magic numbers, __devinit.
      e290625e
  4. 22 Jan, 2004 8 commits
    • Mikael Pettersson's avatar
      [PATCH] non-integrated local APIC LVTT init compatibility · c8609416
      Mikael Pettersson authored
      Add back the old i82489DX bits to use timer scaling for the old
      non-integrated APIC setup. 
      
      It's possible these bits don't need to be set on i82489DXs,
      but not having this HW for testing I elected to maintain
      the old behaviour on these old machines.
      c8609416
    • Linus Torvalds's avatar
      Fix APIC timer initialization. · a81a6a07
      Linus Torvalds authored
      We used to write fields that were marked RESERVED and that
      are apparently some old stale timer base. Stop doing that.
      
      Verified with Mikael Pettersson, and confirmed to fix ACPI
      boot-time lockups for a few people. 
      a81a6a07
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.6-pcmcia · 2004bed7
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      2004bed7
    • Andrew Morton's avatar
      [PATCH] ppc64: include i2c in config · 2e18152b
      Andrew Morton authored
      ppc64 doesn't use drivers/Kconfig (it should) so it needs to include i2c by
      hand.
      2e18152b
    • Andrew Morton's avatar
      [PATCH] ppc64: add missing sched_balance_exec() call · 32a43f83
      Andrew Morton authored
      From: Anton Blanchard <anton@samba.org>
      
      We were missing the sched_balance_exec call.  Could explain some NUMA
      scheduling weirdness we were seeing.
      32a43f83
    • Andrew Morton's avatar
      [PATCH] document RAID-6 support in mdadm-1.5.0 · f27f09c3
      Andrew Morton authored
      From: "H. Peter Anvin" <hpa@zytor.com>
      
      This is purely a doc patch saying RAID-6 support is available in
      mdadm-1.5.0 and the patch is no longer necessary.
      f27f09c3
    • Andrew Morton's avatar
      [PATCH] RAID-6 fixes · 85227cef
      Andrew Morton authored
      From: "H. Peter Anvin" <hpa@zytor.com>
      
      As expected, when it hit mainline I started getting real bug reports... 
      the attached patch does the following:
      
      - Fixes a few x86-64 specific bugs;
      
      - Removes MMX and SSE-1 from x86-64 (if we have x86-64 we have SSE-2);
      
      - Slightly astracts the integer code to make it easier to add
        architecture-specific optimizations later (e.g.  IA64 once gcc gets
        better IA64 intrinsics support);
      
      - Resurrects the user-space testbench, and makes it not output the known
        false positive of the D+Q case (D+Q is equivalent to a RAID-5 recovery,
        so I didn't implement it in the user-space testbench.)
      85227cef
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/sparc-2.6 · 8776d039
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      8776d039
  5. 21 Jan, 2004 15 commits
  6. 20 Jan, 2004 12 commits