linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Solve a few issues with intel_pmic_chtdc_ti.c
@ 2020-05-12  5:51 Mauro Carvalho Chehab
  2020-05-12  5:51 ` [PATCH 1/2] ACPI / PMIC: Add i2c address for thermal control Mauro Carvalho Chehab
  0 siblings, 1 reply; 9+ messages in thread
From: Mauro Carvalho Chehab @ 2020-05-12  5:51 UTC (permalink / raw)
  Cc: Mauro Carvalho Chehab, linux-acpi, Len Brown, Mika Westerberg,
	Andy Shevchenko, Lee Jones, Rafael J. Wysocki

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-05-18 11:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12  5:51 [PATCH 0/2] Solve a few issues with intel_pmic_chtdc_ti.c Mauro Carvalho Chehab
2020-05-12  5:51 ` [PATCH 1/2] ACPI / PMIC: Add i2c address for thermal control Mauro Carvalho Chehab
2020-05-12  7:45   ` Hans de Goede
2020-05-12  8:48   ` Mika Westerberg
2020-05-12  9:14   ` Andy Shevchenko
2020-05-15 16:28   ` Rafael J. Wysocki
2020-05-18  7:22     ` Hans de Goede
2020-05-18  8:18       ` Mauro Carvalho Chehab
2020-05-18 11:06         ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).