summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorKuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>2017-04-09 15:00:20 -0700
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2017-04-28 21:51:28 +0300
commit9d855d468dc655d10be6cb52e36aa0bbfa6f515d (patch)
tree2eae0c6d7165c0e28c1c33f0f36a18ea4cee1661 /arch/x86
parent140c91b26ebc48d80c6ac3ef06953b17d7fb3785 (diff)
downloadlinux-stable-9d855d468dc655d10be6cb52e36aa0bbfa6f515d.tar.gz
linux-stable-9d855d468dc655d10be6cb52e36aa0bbfa6f515d.tar.bz2
linux-stable-9d855d468dc655d10be6cb52e36aa0bbfa6f515d.zip
platform/x86: intel_pmc_ipc: Fix iTCO_wdt GCS memory mapping failure
iTCO_wdt driver need access to PMC_CFG GCR register to modify the noreboot setting. Currently, this is done by passing PMC_CFG reg address as memory resource to watchdog driver and allowing it directly modify the PMC_CFG register. But currently PMC driver also has requirement to memory map the entire GCR register space in this driver. This causes mem request failure in watchdog driver. So this patch fixes this issue by adding API to update noreboot flag and passes them to watchdog driver via platform data. Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'arch/x86')
0 files changed, 0 insertions, 0 deletions