On Thu, Mar 16, 2017 at 8:13 PM, Rajneesh BhardwajCan this driver replace intel_pmc_ipc driver ? It seems to be missing IPC related APIs.
<rajneesh.bhardwaj@xxxxxxxxx> wrote:
On Thu, Mar 16, 2017 at 06:05:39PM +0200, Andy Shevchenko wrote:And driver with necessary stuff should be already in upstream.
On Thu, Mar 16, 2017 at 4:52 PM, Rajneesh BhardwajIIUC, you are referring to WDT enumerated by ACPI tables (WDAT, WDRT etc) ?
<rajneesh.bhardwaj@xxxxxxxxx> wrote:
On Wed, Mar 15, 2017 at 08:32:53PM -0700, Kuppuswamy Sathyanarayanan wrote:Are we talking about ACPI-enabled platform?
Mapping entire GCR mem region in this driver createsiTCO_WDT driver needs to check the BIT4 (NO_REBOOT) of PMC_CFG register
mem region request conflict in sub devices that depend
on PMC. This creates driver probe failure in devices like
iTC0_wdt and telemetry device.
(Offset: 0x1008) and this falls in GCR space.
On APL/BXT i think we pass the resource mapping to iTCO_WDT driver since
acpi_has_watchdog provides the required protection. For non ACPI-enabled
platforms we have this issue since iTCO_WDT driver anyway tries resource
mapping when the iTCO_version >=2.
https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git/tree/drivers/mfd/lpc_ich.c?h=watchdog-next#n552
Or it's not enough?