aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/ds1682.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: ds1682: 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-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2018-01-09misc: ds1682: Ignore update-in-progress ETC readsGravatar Thomas VanSelus 1-1/+18
2018-01-09misc: ds1682: Show device registers as unsignedGravatar Aaron Sierra 1-9/+9
2017-08-28MISC: add const to bin_attribute structuresGravatar Bhumika Goyal 1-1/+1
2017-04-08misc: ds1682: Add OF device ID tableGravatar Javier Martinez Canillas 1-0/+7
2015-08-05misc: ds1682: clean up ds1682_eeprom_read() and ds1682_eeprom_write()Gravatar Vladimir Zapolskiy 1-12/+0
2014-05-03misc: (ds1682) replace obsolete simple_strtoull() with kstrtoull()Gravatar Sebastien Bourdelin 1-3/+2
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2012-01-24MISC: convert drivers/misc/* to use module_i2c_driver()Gravatar Axel Lin 1-12/+1
2010-05-21sysfs: add struct file* to bin_attr callbacksGravatar Chris Wright 1-2/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-12-06i2c/chips: Move ds1682 to drivers/miscGravatar Wolfram Sang 1-0/+267