08 Feb, 2014

1 commit


07 Jun, 2013

1 commit


25 Jan, 2012

1 commit

  • This patch converts the drivers in drivers/misc/* to use the
    module_i2c_driver() macro which makes the code smaller and a bit
    simpler.

    Signed-off-by: Axel Lin
    Cc: Michael Hennerich
    Cc: Anantha Narayanan
    Cc: Hemanth V
    Cc: Christoph Mair
    Cc: Grant Likely
    Cc: Ben Gardner
    Cc: Minkyu Kang
    Cc: Kalhan Trisal
    Cc: Darrick J. Wong
    Cc: Daniel Mack
    Cc: Rodolfo Giometti
    Acked-by: Arnd Bergmann
    Signed-off-by: Greg Kroah-Hartman

    Axel Lin
     

05 Jan, 2012

1 commit


25 Nov, 2010

1 commit


12 Nov, 2010

1 commit


27 Oct, 2010

1 commit

  • The LS driver will read the latest Lux measurement based upon the light
    brightness and will report the LUX output through sysfs interface.

    This hardware isn't quite the same as the ISL29003 so has a different
    driver.

    [akpm@linux-foundation.org: put PM code under #ifdef CONFIG_PM]
    Signed-off-by: Kalhan Trisal
    [Runtime power management support added]
    Signed-off-by: Arjan van de Ven
    [Fixes to runtime PM]
    Signed-off-by: Liu Hong
    [Cleanups and added checks for I2C errors, reworked the API to match the
    saner one agreed for other sensors]
    Signed-off-by: Alan Cox
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Kalhan Trisal