1. 27 1月, 2009 1 次提交
  2. 07 8月, 2008 2 次提交
  3. 23 4月, 2008 1 次提交
  4. 02 5月, 2007 1 次提交
    • D
      i2c: Shrink struct i2c_client · 2096b956
      David Brownell 提交于
      This shrinks the size of "struct i2c_client" by 40 bytes:
      
       - Substantially shrinks the string used to identify the chip type
       - The "flags" don't need to be so big
       - Removes some internal padding
      
      It also adds kerneldoc for that struct, explaining how "name" is really a
      chip type identifier; it's otherwise potentially confusing.
      
      Because the I2C_NAME_SIZE symbol was abused for both i2c_client.name
      and for i2c_adapter.name, this needed to affect i2c_adapter too.  The
      adapters which used that symbol now use the more-obviously-correct
      idiom of taking the size of that field.
      
      JD: Shorten i2c_adapter.name from 50 to 48 bytes while we're here, to
      avoid wasting space in padding.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      2096b956
  5. 11 12月, 2006 1 次提交
  6. 27 9月, 2006 1 次提交
  7. 17 11月, 2005 1 次提交
  8. 10 11月, 2005 1 次提交
  9. 30 10月, 2005 1 次提交
  10. 29 10月, 2005 3 次提交
  11. 25 6月, 2005 1 次提交
  12. 22 6月, 2005 1 次提交
    • J
      [PATCH] I2C: #include <linux/config.h> cleanup · a551ef79
      Jean Delvare 提交于
      Hi Alexey,
      
      > Files that don't use CONFIG_* stuff shouldn't include config.h
      > Files that use CONFIG_* stuff should include config.h
      >
      > It's that simple. ;-)
      
      I agree. This won't change anything though, as all drivers include
      either device.h or module.h, which in turn include config.h. But you are
      still correct, so I approve your patch.
      
      For completeness, I would propose the following on top of your own
      patch:
      
      i2c bus drivers do not need to define DEBUG themselves, as the Kconfig
      system takes care of it.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      a551ef79
  13. 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