From 7efe15f2a4cd9d40826d31d7d5ef56094f8b65f5 Mon Sep 17 00:00:00 2001 From: Hemanth V Date: Mon, 9 Aug 2010 17:20:25 -0700 Subject: [PATCH] drivers/misc: ROHM BH1780GLI ambient light sensor driver Add support for ROHM BH1780GLI Ambient light sensor. BH1780 supports I2C interface. Driver supports read/update of power state and read of lux value (through SYSFS). Writing value 3 to power_state enables the sensor and current lux value could be read. Currently this driver follows the same sysfs convention as supported by drivers/misc/isl29003.c. Signed-off-by: Hemanth V Reviewed-by: Daniel Mack Acked-by: Jonathan Cameron Cc: Jean Delvare Cc: Wolfram Sang Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed