| Commit message (Expand) | Author | Age | Files | Lines |
* | misc: Drop explicit initialization of struct i2c_device_id::driver_data to 0 | Uwe Kleine-König | 2024-07-03 | 1 | -1/+1 |
* | misc: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 2023-05-29 | 1 | -1/+1 |
* | misc: isl29003: Use sysfs_emit() to instead of sprintf() | Bo Liu | 2023-01-31 | 1 | -5/+5 |
* | misc: isl29003: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-11-23 | 1 | -3/+2 |
* | i2c: Make remove callback return void | Uwe Kleine-König | 2022-08-16 | 1 | -2/+1 |
* | misc: isl29003: Fix typo for get/set mode | Zhou Xingxing | 2020-12-09 | 1 | -2/+2 |
* | docs: misc-devices: convert files without extension to ReST | Mauro Carvalho Chehab | 2019-07-03 | 1 | -1/+1 |
* | misc: isl29003: simplify getting the adapter of a client | Wolfram Sang | 2019-06-10 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 2019-05-24 | 1 | -14/+1 |
* | misc: isl29003: Missing a blank line after declarations | Dhaval Shah | 2017-12-07 | 1 | -0/+7 |
* | misc: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 2015-07-27 | 1 | -1/+0 |
* | drivers/misc: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-02-07 | 1 | -1/+0 |
* | misc: replace strict_strtoul() with kstrtoul() | Jingoo Han | 2013-06-06 | 1 | -4/+20 |
* | misc: isl29003: Use dev_pm_ops | Lars-Peter Clausen | 2013-04-11 | 1 | -8/+11 |
* | misc: remove use of __devexit | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | misc: remove use of __devinit | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | drivers/misc: remove use of __devexit_p | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | MISC: convert drivers/misc/* to use module_i2c_driver() | Axel Lin | 2012-01-24 | 1 | -13/+1 |
* | isl29003: fix resume functionality | Daniel Mack | 2009-05-06 | 1 | -2/+7 |
* | drivers/misc/isl29003.c: driver for the ISL29003 ambient light sensor | Daniel Mack | 2009-04-01 | 1 | -0/+470 |