mbox series

[0/3] i2c: Replace lists of special clients with flagging of such clients

Message ID 9fabf29f-2b45-461e-ae6e-4391a40bcaca@gmail.com
Headers show
Series i2c: Replace lists of special clients with flagging of such clients | expand

Message

Heiner Kallweit Aug. 21, 2024, 8:46 p.m. UTC
So far lists are used to track special clients, i.e. auto-detected and
userspace-created clients. The same functionality can be achieved much
simpler by flagging such clients.

Heiner Kallweit (3):
  i2c: Replace list-based mechanism for handling auto-detected clients
  i2c: Replace list-based mechanism for handling userspace-created
    clients
  i2c: core: Remove obsolete members of i2c_adapter and i2c_client

 drivers/i2c/i2c-core-base.c | 108 +++++++++++-------------------------
 include/linux/i2c.h         |  10 +---
 2 files changed, 35 insertions(+), 83 deletions(-)