aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-taos-evm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang1-1/+1
2020-01-15i2c: taos-evm: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+1
2019-08-29i2c: taos-evm: Make structure tsl2550_info constantNishka Dasgupta1-1/+1
2019-07-31docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-9/+1
2017-11-02i2c: taos-evm: Remove duplicate NULL checkAndy Shevchenko1-2/+1
2017-08-17i2c: taos-evm: constify serio_device_idArvind Yadav1-1/+1
2015-11-30i2c: taos-evm: replace simple_strtoul by kstrtou8LABBE Corentin1-1/+7
2014-11-07i2c: remove FSF addressWolfram Sang1-4/+0
2014-06-27i2c: taos-evm: Use module_serio_driver()Christoph Jaeger1-12/+1
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-2/+2
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-2/+0
2011-06-29i2c-taos-evm: Fix log messagesJean Delvare1-4/+4
2009-09-18i2c-taos-evm: Switch echo off to improve performanceJean Delvare1-21/+24
2008-07-14i2c: Consistently reject unsupported transactionsJean Delvare1-3/+2
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare1-2/+1
2007-07-12i2c: New bus driver for the TAOS evaluation modulesJean Delvare1-0/+330