Hi All, Here is a patch series which implements my suggestions from: https://lore.kernel.org/linux-i2c/4820e280-9ca4-4d97-9d21-059626161bfc@xxxxxxxxxxxxx/ to improve the lis3lv02d accel support on Dell laptops. Jean, Andi the actual move is in patch 3/6 after some small prep patches on the dell-smo8800 side. My plan for merging this is to create an immutable branch based on 6.8-rc1 (once it is out) + these 6 patches and then send a pull-request for this. Can I have your Ack for the i2c-i801 changes in patch 3/6? I think you'll like the changes there since they only remove code :) Regards, Hans Hans de Goede (6): platform/x86: dell-smo8800: Only load on Dell laptops platform/x86: dell-smo8800: Change probe() ordering a bit platform/x86: dell-smo8800: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-smo8800 platform/x86: dell-smo8800: Pass the IRQ to the lis3lv02d i2c_client platform/x86: dell-smo8800: Instantiate an i2c_client for the IIO st_accel driver platform/x86: dell-smo8800: Add support for probing for the accelerometer i2c address drivers/i2c/busses/i2c-i801.c | 122 -------- drivers/platform/x86/dell/dell-smo8800.c | 337 +++++++++++++++++++++-- 2 files changed, 316 insertions(+), 143 deletions(-) -- 2.43.0