aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/apds9802als.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-29misc: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2022-11-23misc: apds9802als: Convert to i2c's .probe_new()Gravatar Uwe Kleine-König 1-3/+2
2022-08-16i2c: Make remove callback return voidGravatar Uwe Kleine-König 1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Gravatar Thomas Gleixner 1-13/+1
2017-08-28misc: apds9802als: constify i2c_device_idGravatar Arvind Yadav 1-1/+1
2017-08-28misc: apds9802als: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
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