| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-12 | i2c: use inclusive callbacks in struct i2c_algorithm | Wolfram Sang | 1 | -1/+1 |
| 2025-05-23 | Merge tag 'i2c-host-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/an... | Wolfram Sang | 1 | -1/+1 |
| 2025-05-22 | i2c: atr: add passthrough flag | Cosmin Tanislav | 1 | -2/+5 |
| 2025-05-22 | i2c: atr: add static flag | Cosmin Tanislav | 1 | -2/+10 |
| 2025-05-22 | i2c: atr: allow replacing mappings in attach_addr() | Cosmin Tanislav | 1 | -0/+3 |
| 2025-05-22 | i2c: atr: deduplicate logic in attach_addr() | Cosmin Tanislav | 1 | -24/+6 |
| 2025-05-22 | i2c: atr: do not create mapping in detach_addr() | Cosmin Tanislav | 1 | -3/+1 |
| 2025-05-22 | i2c: atr: split up i2c_atr_get_mapping_by_addr() | Cosmin Tanislav | 1 | -35/+81 |
| 2025-05-22 | i2c: atr: find_mapping() -> get_mapping() | Cosmin Tanislav | 1 | -4/+4 |
| 2025-05-22 | i2c: atr: Fix lockdep for nested ATRs | Tomi Valkeinen | 1 | -3/+18 |
| 2025-05-02 | i2c: atr: Fix end of loop test in i2c_atr_find_mapping_by_addr() | Dan Carpenter | 1 | -3/+7 |
| 2025-04-18 | i2c: Support dynamic address translation | Romain Gantois | 1 | -61/+188 |
| 2025-04-18 | i2c: support per-channel ATR alias pools | Romain Gantois | 1 | -22/+52 |
| 2025-04-18 | i2c: rename field 'alias_list' of struct i2c_atr_chan to 'alias_pairs' | Romain Gantois | 1 | -7/+7 |
| 2025-04-18 | i2c: move ATR alias pool to a separate struct | Romain Gantois | 1 | -65/+107 |
| 2025-04-18 | i2c: use client addresses directly in ATR interface | Romain Gantois | 1 | -33/+19 |
| 2025-04-16 | i2c: atr: Fix wrong include | Andy Shevchenko | 1 | -1/+1 |
| 2025-01-09 | i2c: atr: Fix client detach | Tomi Valkeinen | 1 | -1/+1 |
| 2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 1 | -6/+6 |
| 2023-09-24 | i2c: Annotate struct i2c_atr with __counted_by | Kees Cook | 1 | -1/+1 |
| 2023-07-14 | media: i2c: add I2C Address Translator (ATR) support | Luca Ceresoli | 1 | -0/+710 |