aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-stub.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-04i2c: stub: Reject I2C block transfers with invalid lengthWeiming Shi1-0/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+1
2024-01-18i2c: stub: Don't let i2c adapters declare I2C_CLASS_SPD support if they suppo...Heiner Kallweit1-1/+1
2021-01-17i2c: stub: remove definition of DEBUGTom Rix1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2017-06-15i2c: stub: fix build warning regressionWolfram Sang1-1/+1
2017-06-02i2c: stub: use pr_fmtWolfram Sang1-8/+8
2016-02-20i2c: i2c-stub: sort includesWolfram Sang1-4/+4
2014-11-07i2c: remove FSF addressWolfram Sang1-4/+0
2014-07-20i2c: stub: Avoid an array overrun on I2C block transfersJean Delvare1-0/+2
2014-07-17i2c: stub: Add support for banked register rangesJean Delvare1-10/+121
2014-07-17i2c: stub: Remember the number of emulated chipsJean Delvare1-3/+6
2014-07-17i2c: stub: Add support for SMBus block commandsGuenter Roeck1-5/+94
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2012-10-28i2c-stub: Move to drivers/i2cJean Delvare1-0/+220