1. 06 9月, 2005 4 次提交
  2. 12 7月, 2005 2 次提交
    • J
      [PATCH] I2C: Move hwmon drivers (2/3) · 8d5d45fb
      Jean Delvare 提交于
      Part 2: Move the driver files themselves.
      
      Note that the patch "adds trailing whitespace", because it does move the
      files as-is, and some files happen to have trailing whitespace.
      
      From: Jean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      8d5d45fb
    • D
      [PATCH] I2C: Coding style cleanups to via686a · 6328c0e1
      Denis Vlasenko 提交于
      On Wednesday 22 June 2005 08:17, Greg KH wrote:
      > [PATCH] I2C: Coding style cleanups to via686a
      >
      > The via686a hardware monitoring driver has infamous coding style at the
      > moment. I'd like to clean up the mess before I start working on other
      > changes to this driver. Is the following patch acceptable? No code
      > change, only coding style (indentation, alignments, trailing white
      > space, a few parentheses and a typo).
      >
      > Signed-off-by: Jean Delvare <khali@linux-fr.org>
      > Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
      
      Nice.
      
      You missed some. This one is on top of your patch:
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      6328c0e1
  3. 22 6月, 2005 5 次提交
  4. 21 6月, 2005 1 次提交
  5. 19 4月, 2005 2 次提交
    • J
      [PATCH] I2C: Fix incorrect sysfs file permissions in it87 and via686a drivers · 1d66c64c
      Jean Delvare 提交于
      The it87 and via686a hardware monitoring drivers each create a sysfs
      file named "alarms" in R/W mode, while they should really create it in
      read-only mode. Since we don't provide a store function for these files,
      write attempts to these files will do something undefined (I guess) and
      bad (I am sure). My own try resulted in a locked terminal (where I
      attempted the write) and a 100% CPU load until next reboot.
      
      As a side note, wouldn't it make sense to check, when creating sysfs
      files, that readable files have a non-NULL show method, and writable
      files have a non-NULL store method? I know drivers are not supposed to
      do stupid things, but there is already a BUG_ON for several conditions
      in sysfs_create_file, so maybe we could add two more?
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      1d66c64c
    • J
      [PATCH] I2C: via686a cleanups · 86b5ac87
      Jean Delvare 提交于
      Here comes a small cleanup patch for the via686a driver. I noticed the
      following two non-fatal problems:
      
      1* The device parent is explicitely set, but it's not needed because the
      i2c core will do as the client is registered.
      
      2* snprintf is used where strlcpy would suffice.
      
      Fixing them brings the via686a driver in line with what other similar
      drivers do.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      86b5ac87
  6. 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