1. 29 10月, 2005 2 次提交
    • J
      [PATCH] i2c: Minor i2c-amd8111 cleanup · 0f69a612
      Jean Delvare 提交于
      I noticed a useless instruction in the i2c-amd8111 driver.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      CC: Vojtech Pavlik <vojtech@suse.cz>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
       drivers/i2c/busses/i2c-amd8111.c |    1 -
       1 file changed, 1 deletion(-)
      0f69a612
    • J
      [PATCH] i2c: Reuse name strings in i2c bus drivers · d6072f84
      Jean Delvare 提交于
      Clean up name string usage in 12 i2c bus drivers:
      * Use the i2c_adapter name for requesting the I/O region rather than
        redefining a new string.
      * Do not initialize the i2c_adapter name to "unset".
      This should save a few data bytes here and there.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
       drivers/i2c/busses/i2c-ali1535.c |    6 +++---
       drivers/i2c/busses/i2c-ali1563.c |    6 ++++--
       drivers/i2c/busses/i2c-ali15x3.c |    5 +++--
       drivers/i2c/busses/i2c-amd756.c  |    5 ++---
       drivers/i2c/busses/i2c-amd8111.c |    4 +++-
       drivers/i2c/busses/i2c-i801.c    |    4 ++--
       drivers/i2c/busses/i2c-nforce2.c |    4 ++--
       drivers/i2c/busses/i2c-piix4.c   |    4 ++--
       drivers/i2c/busses/i2c-sis5595.c |    5 +++--
       drivers/i2c/busses/i2c-sis630.c  |    6 ++++--
       drivers/i2c/busses/i2c-sis96x.c  |    5 +++--
       drivers/i2c/busses/i2c-via.c     |    4 ++--
       12 files changed, 33 insertions(+), 25 deletions(-)
      d6072f84
  2. 06 9月, 2005 2 次提交
  3. 22 6月, 2005 1 次提交
  4. 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