12 Apr, 2013

1 commit


22 Nov, 2012

3 commits


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
     

07 May, 2009

1 commit

  • The isl29003 does not interpret the return value of
    i2c_smbus_write_byte_data() correctly and hence causes an error on system
    resume.

    Also introduce power_state_before_suspend and restore the chip's power
    state upon wakeup.

    Signed-off-by: Daniel Mack
    Cc: "Rafael J. Wysocki"
    Cc: Jean Delvare
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Daniel Mack
     

01 Apr, 2009

1 commit

  • Add a driver for Intersil's ISL29003 ambient light sensor device plus some
    documentation. Inspired by tsl2550.c, a driver for a similar device.

    It is put in drivers/misc for now until the industrial I/O framework gets
    merged.

    Signed-off-by: Daniel Mack
    Acked-by: Jonathan Cameron
    Cc: Jean Delvare
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Daniel Mack