Re: [PATCH v2 1/3] i2c: Add parameters to sysfs-added i2c devices
From: Wolfram Sang <hidden>
Date: 2021-06-25 14:14:27
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Wolfram Sang <hidden>
Date: 2021-06-25 14:14:27
From: Corey Minyard <redacted> Some devices might need parameters to control their operation, add the ability to pass these parameters to the client.
Cleaning up old patches from patchwork once in a while... I don't think it is a good way to add parsers to each and every I2C client driver which wants to read extra parameters. Maybe there is a more generic way to configure at runtime these days. I never needed something like this, so sadly I can't give a pointer.