20 Mar, 2011

1 commit


12 Aug, 2010

1 commit


05 Oct, 2009

1 commit


19 Jun, 2009

1 commit

  • Add a sysfs interface to instantiate and delete I2C devices. This is
    primarily a replacement of the force_* module parameters implemented
    by some i2c drivers. These module parameters were implemented
    internally by the I2C_CLIENT_INSMOD* macros, which don't scale well.

    This can also be used when developing a driver on a self-soldered
    board which doesn't yet have proper I2C device declaration at the
    platform level, and presumably for various debugging situations.

    Signed-off-by: Jean Delvare
    Cc: David Brownell

    Jean Delvare
     

29 Mar, 2009

1 commit

  • On popular demand, here comes some documentation about how to
    instantiate i2c devices in the new (standard) i2c device driver
    binding model.

    I have also clarified how the class bitfield lets driver authors
    control which buses are probed in the auto-detect case, and warned
    more loudly against the abuse of this method.

    Signed-off-by: Jean Delvare
    Acked-by: Michael Lawnick
    Acked-by: Hans Verkuil

    Jean Delvare