]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'i2c-host-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti...
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 23 May 2025 15:18:16 +0000 (17:18 +0200)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 23 May 2025 15:18:16 +0000 (17:18 +0200)
i2c-host updates for v6.16

Cleanups and refactorings
- Many drivers switched to dev_err_probe()
- Generic cleanups applied to designware, iproc, ismt, mlxbf,
  npcm7xx, qcom-geni, pasemi, and thunderx
- davinci: declare I2C mangling support among I2C features
- designware: clean up DTS handling
- designware: fix PM runtime on driver unregister
- imx: improve error logging during probe
- lpc2k: improve checks in probe error path
- xgene-slimpro: improve PCC shared memory handling
- pasemi: improve error handling in reset, smbus clear, timeouts
- tegra: validate buffer length during transfers
- wmt: convert binding to YAML format

Improvements and extended support:
- microchip-core: add SMBus support
- mlxbf: add support for repeated start in block transfers
- mlxbf: improve timer configuration
- npcm: attempt clock toggle recovery before failing init
- octeon: add support for block mode operations
- pasemi: add support for unjam device feature
- riic: add support for bus recovery

New device support:
- MediaTek Dimensity 1200 (MT6893)
- Sophgo SG2044
- Renesas RZ/V2N (R9A09G056)
- Rockchip RK3528
- AMD ISP (new driver)

Misc changes:
- core: add support for Write Disable-aware SPD

1  2 
MAINTAINERS
drivers/i2c/i2c-atr.c

diff --cc MAINTAINERS
Simple merge
index 01b1ba6a1b5a628344dbf08055f4cd1eafc9a094,783fb8df2ebee9d868f1e1b9781604eecc055338..be7d6d41e0b2526e377c1bec9b796344a709259e
  #include <linux/kernel.h>
  #include <linux/module.h>
  #include <linux/mutex.h>
+ #include <linux/property.h>
  #include <linux/slab.h>
  #include <linux/spinlock.h>
 +#include <linux/lockdep.h>
  
  #define ATR_MAX_ADAPTERS 100  /* Just a sanity limit */
  #define ATR_MAX_SYMLINK_LEN 11        /* Longest name is 10 chars: "channel-99" */