| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-28 | i2c: pcf8584: Change pcf_doAdress() to pcf_send_address() | Cezar Chiru | 1 | -2/+2 |
| 2025-10-28 | i2c: pcf8584: Make pcf_doAddress() function void | Cezar Chiru | 1 | -4/+2 |
| 2025-10-28 | i2c: pcf8584: Move 'ret' variable inside for loop, goto out if ret < 0. | Cezar Chiru | 1 | -4/+8 |
| 2025-10-27 | i2c: pcf8584: Fix do not use assignment inside if conditional | Cezar Chiru | 1 | -13/+15 |
| 2025-10-27 | i2c: pcf8584: Remove debug macros from i2c-algo-pcf.c | Cezar Chiru | 1 | -59/+0 |
| 2025-06-12 | i2c: use inclusive callbacks in struct i2c_algorithm | Wolfram Sang | 1 | -2/+2 |
| 2025-05-23 | i2c: Use str_read_write() helper | Yumeng Fang | 1 | -1/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -10/+1 |
| 2018-05-29 | i2c: algos: make use of i2c_8bit_addr_from_msg | Peter Rosin | 1 | -6/+2 |
| 2014-11-07 | i2c: remove FSF address | Wolfram Sang | 1 | -5/+0 |
| 2014-01-24 | i2c: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
| 2012-03-26 | i2c: Update the FSF address | Jean Delvare | 1 | -1/+2 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
| 2010-02-05 | fix typo "definetly" -> "definitely" in comment | Uwe Kleine-König | 1 | -1/+1 |
| 2009-03-28 | i2c: Set a default timeout value for all adapters | Jean Delvare | 1 | -1/+0 |
| 2009-03-28 | i2c: Add missing KERN_* constants to printks | Frank Seidel | 1 | -1/+1 |
| 2009-03-28 | i2c-algo-pcf: Handle timeout correctly | Roel Kluin | 1 | -8/+10 |
| 2009-03-28 | i2c-algo-pcf: Style cleanups | Roel Kluin | 1 | -135/+115 |
| 2008-10-22 | i2c-algo-pcf: Fix typo in debugging log message | David Miller | 1 | -1/+1 |
| 2008-10-22 | i2c-algo-pcf: Add adapter hooks around xfer begin and end | David Miller | 1 | -4/+13 |
| 2008-10-22 | i2c-algo-pcf: Pass adapter data into ->waitforpin() method | David Miller | 1 | -1/+1 |
| 2008-07-14 | i2c-algo-pcf: Multi-master lost-arbitration improvement | Eric Brower | 1 | -17/+31 |
| 2008-01-27 | i2c-algo-pcf: Delete broken 10-bit address support | Jean Delvare | 1 | -72/+13 |
| 2007-10-19 | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 1 | -1/+1 |
| 2006-12-10 | i2c: Discard the i2c algo del_bus wrappers | Jean Delvare | 1 | -8/+0 |
| 2006-09-26 | i2c: Constify i2c_algorithm declarations, part 1 | Jean Delvare | 1 | -1/+1 |
| 2006-07-12 | [PATCH] i2c: Handle i2c_add_adapter failure in i2c algorithm drivers | Mark M. Hoffman | 1 | -3/+5 |
| 2005-09-05 | [PATCH] I2C: Kill i2c_algorithm.id (5/7) | Jean Delvare | 1 | -2/+0 |
| 2005-09-05 | [PATCH] I2C: Kill i2c_algorithm.id (4/7) | Jean Delvare | 1 | -1/+0 |
| 2005-09-05 | [PATCH] I2C: Kill i2c_algorithm.id (3/7) | Jean Delvare | 1 | -1/+1 |
| 2005-09-05 | [PATCH] I2C: Kill i2c_algorithm.name (1/7) | Jean Delvare | 1 | -1/+0 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+507 |