Hi All, Here is v2 of my patch series to add support for the Vexia EDU ATLA 10 tablet. Changes in v2: - Add get_i2c_adap_by_handle() and get_i2c_adap_by_pci_parent() helpers as suggested by Andy Regards, Hans Hans de Goede (3): platform/x86: x86-android-tablets: Add get_i2c_adap_by_handle() helper platform/x86: x86-android-tablets: Add support for getting i2c_adapter by PCI parent devname() platform/x86: x86-android-tablets: Add support for Vexia EDU ATLA 10 tablet .../platform/x86/x86-android-tablets/Kconfig | 1 + .../platform/x86/x86-android-tablets/core.c | 60 ++++++- .../platform/x86/x86-android-tablets/dmi.c | 20 +++ .../platform/x86/x86-android-tablets/other.c | 165 ++++++++++++++++++ .../x86-android-tablets/x86-android-tablets.h | 2 + 5 files changed, 239 insertions(+), 9 deletions(-) -- 2.47.0