aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/platform_data/i2c-mux-reg.h
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2023-11-08 07:38:07 +0100
committerWolfram Sang <wsa@kernel.org>2024-01-18 21:10:43 +0100
commita8355235dbd571b32c750ee756dd6dac216d18f2 (patch)
tree64add0a9486bb562b5319f313d443f0e90d196eb /include/linux/platform_data/i2c-mux-reg.h
parenti2c: make i2c_bus_type const (diff)
downloadwireguard-linux-a8355235dbd571b32c750ee756dd6dac216d18f2.tar.xz
wireguard-linux-a8355235dbd571b32c750ee756dd6dac216d18f2.zip
i2c: mux: reg: Remove class-based device auto-detection support
Legacy class-based device auto-detection shouldn't be used in new code. Therefore remove support in i2c-mux-reg as long as we don't have a user of this feature yet. Link: https://lore.kernel.org/linux-i2c/a22978a4-88e4-46f4-b71c-032b22321599@gmail.com/ Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'include/linux/platform_data/i2c-mux-reg.h')
-rw-r--r--include/linux/platform_data/i2c-mux-reg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/platform_data/i2c-mux-reg.h b/include/linux/platform_data/i2c-mux-reg.h
index 2543c2a1c9ae..e2e895768311 100644
--- a/include/linux/platform_data/i2c-mux-reg.h
+++ b/include/linux/platform_data/i2c-mux-reg.h
@@ -17,7 +17,6 @@
* @n_values: Number of multiplexer channels
* @little_endian: Indicating if the register is in little endian
* @write_only: Reading the register is not allowed by hardware
- * @classes: Optional I2C auto-detection classes
* @idle: Value to write to mux when idle
* @idle_in_use: indicate if idle value is in use
* @reg: Virtual address of the register to switch channel
@@ -30,7 +29,6 @@ struct i2c_mux_reg_platform_data {
int n_values;
bool little_endian;
bool write_only;
- const unsigned int *classes;
u32 idle;
bool idle_in_use;
void __iomem *reg;