aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/ds1682.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-29misc: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-11-23misc: ds1682: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-01-09misc: ds1682: Ignore update-in-progress ETC readsThomas VanSelus1-1/+18
2018-01-09misc: ds1682: Show device registers as unsignedAaron Sierra1-9/+9
2017-08-28MISC: add const to bin_attribute structuresBhumika Goyal1-1/+1
2017-04-08misc: ds1682: Add OF device ID tableJavier Martinez Canillas1-0/+7
2015-08-05misc: ds1682: clean up ds1682_eeprom_read() and ds1682_eeprom_write()Vladimir Zapolskiy1-12/+0
2014-05-03misc: (ds1682) replace obsolete simple_strtoull() with kstrtoull()Sebastien Bourdelin1-3/+2
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-01-24MISC: convert drivers/misc/* to use module_i2c_driver()Axel Lin1-12/+1
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2009-12-06i2c/chips: Move ds1682 to drivers/miscWolfram Sang1-0/+267