1. 14 Sep, 2004 2 commits
    • Jean Delvare's avatar
      [PATCH] I2C: Update Documentation/i2c/writing-clients · 83e9c6b3
      Jean Delvare authored
      This is a very small an update to Documentation/i2c/writing-clients. The
      changes are about i2c client driver ID. It used to say that chip driver
      writers should ask for a unique ID. It now explains that such an ID is
      not required and they can go without it. Until we get plain rid of it...
      
      The patch additionally features CodingStyle updates. We can't ask people
      to respect it and at the same time ignore it in our own docs.
      
      I have made a similar change to the i2c (the project) documentation, and
      will propose an update to Marcelo for Linux 2.4 (not sure he will accept
      it though).
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
      83e9c6b3
    • Jean Delvare's avatar
      [PATCH] I2C: More verbose debug in w83781d detection · 64f6fb4b
      Jean Delvare authored
      Quoting myself:
      > As for me, I will propose my extra-debug patch (slightly cleaned up)
      > for inclusion into the 2.6 kernel. It helped us once, so it could
      > prove to be valuable in the future as well.
      
      Here is the patch. It makes the w83781d (mis)detection more verbose so
      as to help debugging problems. The extra messages of course only show
      when I2C chip debugging is enabled. It additionally features some code
      refactoring, some CodingStyle cleanups and adds a missing white space in
      one debug message.
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
      64f6fb4b
  2. 13 Sep, 2004 2 commits
  3. 12 Sep, 2004 26 commits
  4. 11 Sep, 2004 5 commits
  5. 12 Sep, 2004 1 commit
  6. 11 Sep, 2004 4 commits