aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/apds9802als.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-06-06misc: replace strict_strtoul() with kstrtoul()Gravatar Jingoo Han 1-2/+3
2013-04-11misc: apds9802als: Fix suspend/resumeGravatar Lars-Peter Clausen 1-21/+4
2012-11-21misc: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-21drivers/misc: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-16misc: apds9802als: Fix the logic checking timeout in als_wait_for_data_ready()Gravatar Axel Lin 1-1/+1
2012-01-24MISC: convert drivers/misc/* to use module_i2c_driver()Gravatar Axel Lin 1-11/+1
2011-03-22drivers/misc/apds9802als.c: put the device into runtime suspend after resume(...Gravatar Hong Liu 1-7/+10
2010-11-15i2c: Remove obsolete cleanup for clientdataGravatar Wolfram Sang 1-1/+0
2010-11-12drivers/misc/apds9802als.c: fix signedness bugGravatar Vasiliy Kulikov 1-1/+1
2010-10-26drivers/misc/apds9802als.c: add runtime PM supportGravatar Hong Liu 1-64/+103
2010-10-26drivers/misc/apds9802als.c: ALS drivers for the apds9802alsGravatar anantha 1-0/+308