aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/apds9802als.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-06-06misc: replace strict_strtoul() with kstrtoul()Jingoo Han1-2/+3
2013-04-11misc: apds9802als: Fix suspend/resumeLars-Peter Clausen1-21/+4
2012-11-21misc: remove use of __devexitBill Pemberton1-1/+1
2012-11-21drivers/misc: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-16misc: apds9802als: Fix the logic checking timeout in als_wait_for_data_ready()Axel Lin1-1/+1
2012-01-24MISC: convert drivers/misc/* to use module_i2c_driver()Axel Lin1-11/+1
2011-03-22drivers/misc/apds9802als.c: put the device into runtime suspend after resume()/probe() is handledHong Liu1-7/+10
2010-11-15i2c: Remove obsolete cleanup for clientdataWolfram Sang1-1/+0
2010-11-12drivers/misc/apds9802als.c: fix signedness bugVasiliy Kulikov1-1/+1
2010-10-26drivers/misc/apds9802als.c: add runtime PM supportHong Liu1-64/+103
2010-10-26drivers/misc/apds9802als.c: ALS drivers for the apds9802alsanantha1-0/+308