aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/ics932s401.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-29misc: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-11-23misc: ics932s401: Convert to i2c's .probe_new()Uwe Kleine-König1-5/+3
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-09-01misc: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+2
2021-05-13ics932s401: fix broken handling of errors when word reading failsDarrick J. Wong1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-01-18misc/ics932s401: Add a missing check to i2c_smbus_read_word_dataAditya Pakki1-0/+2
2017-12-18misc: ics932s401: open brace should be on the previous lineDhaval Shah1-2/+1
2017-12-18misc: ics932s401: please, no space before tabsDhaval Shah1-2/+2
2017-12-18misc: ics932s401: Missing a blank line after declarationsDhaval Shah1-0/+1
2013-08-27hwmon: Change my email address.Darrick J. Wong1-2/+2
2012-01-24MISC: convert drivers/misc/* to use module_i2c_driver()Axel Lin1-12/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare1-4/+1
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare1-1/+1
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare1-2/+2
2009-12-06ics932s401: Clean up detect functionJean Delvare1-22/+15
2008-11-12ics932s401: new clock generator chip driverDarrick J. Wong1-0/+515