aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/apds990x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-15/+1
2018-09-12misc: apds990x: remove unused array ir_currentsColin Ian King1-1/+0
2017-12-18misc: apds990x: Missing a blank line after declarations.Dhaval Shah1-0/+11
2017-08-28misc: apds990x: constify attribute_group structures.Arvind Yadav1-1/+1
2017-06-13misc: apds990x: Use sysfs_match_string() helperAndy Shevchenko1-7/+7
2017-05-25misc: apds990x: move header file out of I2C realmWolfram Sang1-1/+1
2016-02-07misc: apds990x, bh1770glc, lis3lv02d: use to_i2c_clientGeliang Tang1-4/+4
2015-07-27misc: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-12-05misc / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-2/+2
2013-06-06misc: replace strict_strtoul() with kstrtoul()Jingoo Han1-13/+24
2013-03-29misc: apds990x: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-5/+1
2013-03-15drivers/misc: beautify code: chip->lux_calib is u16 which will never more than APDS_RANGEChen Gang1-3/+0
2012-11-21misc: remove use of __devexitBill Pemberton1-1/+1
2012-11-21misc: remove use of __devinitBill Pemberton1-1/+1
2012-11-21drivers/misc: remove use of __devexit_pBill Pemberton1-1/+1
2012-01-24MISC: convert drivers/misc/* to use module_i2c_driver()Axel Lin1-12/+1
2011-06-15drivers/misc/apds990x.c: apds990x_chip_on() should depend on CONFIG_PM || CONFIG_PM_RUNTIMEGeert Uytterhoeven1-0/+2
2010-10-26drivers/misc: driver for APDS990X ALS and proximity sensorsSamu Onkalo1-0/+1295