07 Apr, 2009

1 commit


11 Aug, 2008

1 commit

  • In kernel 2.6.26, the ability to select I2C algorithm drivers manually
    was removed, as all in-kernel drivers do that automatically. However
    there were some complaints that it was a problem for out-of-tree I2C
    bus drivers. In order to address these complaints, let's allow manual
    selection of these drivers again, but still hide them by default for
    better general user experience.

    This closes bug #11140:
    http://bugzilla.kernel.org/show_bug.cgi?id=11140

    Signed-off-by: Jean Delvare

    Jean Delvare
     

23 Apr, 2008

1 commit


12 Jul, 2007

1 commit


02 May, 2007

1 commit


11 Dec, 2006

1 commit


27 Sep, 2006

1 commit

  • i2c-algo-sibyte: Merge into i2c-sibyte

    Merge i2c-algo-sibyte into i2c-sibyte, as this is a complete,
    hardware-dependent SMBus implementation and not a reusable algorithm.

    Perform some basic coding style cleanups while we're here (mainly
    space-based indentation replaced by tabulations.)

    Signed-off-by: Jean Delvare
    Cc: Ralf Baechle
    Signed-off-by: Greg Kroah-Hartman

    Jean Delvare
     

17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds