1. 02 5月, 2007 1 次提交
    • J
      i2c: Documentation update · eefcd75e
      Jean Delvare 提交于
      Make the documentation on how to write and port i2c drivers more in
      line with the current state of things:
      * i2c-isa is deprecated and soon gone, so stop advertising it.
      * Drop many sensors-specific references. Most of them were outdated
        anyway.
      * Update the example code to reflect the recent and not-so-recent
        API and coding style preference changes.
      * Simplify the example init and cleanup functions.
      
      This should make things less complex to understand for newcomers.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      eefcd75e
  2. 14 2月, 2007 1 次提交
    • D
      i2c: Add driver suspend/resume/shutdown support · f37dd80a
      David Brownell 提交于
      Driver model updates for the I2C core:
      
       - Add new suspend(), resume(), and shutdown() methods.  Use them in the
         standard driver model style; document them.
      
       - Minor doc updates to highlight zero-initialized fields in drivers, and
         the driver model accessors for "clientdata".
      
      If any i2c drivers were previously using the old suspend/resume calls
      in "struct driver", they were getting warning messages ... and will
      now no longer work.  Other than that, this patch changes no behaviors;
      and it lets I2C drivers use conventional PM and shutdown support.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      f37dd80a
  3. 06 1月, 2006 5 次提交
  4. 29 10月, 2005 1 次提交
  5. 06 9月, 2005 6 次提交
  6. 22 6月, 2005 1 次提交
  7. 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