While doing some tests with a device that I'm using to work with the atomisp driver (an Asus T101HA), I noticed some warnings produced by the i915 driver. The first one is that building intel_pmic_chtdc_ti as a module is too late, as fbcon driver (and i915) will need it earlier. The second one is that the thermal I2C OpRegion needed by the i915 is not registered. Those patches address the issues I detected. Mauro Carvalho Chehab (2): ACPI / PMIC: Add i2c address for thermal control mfd: Kconfig: change INTEL_SOC_PMIC_CHTDC_TI to bool drivers/acpi/pmic/intel_pmic_chtdc_ti.c | 1 + drivers/mfd/Kconfig | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) -- 2.26.2