diff options
| author | 2020-04-24 13:56:46 +0300 | |
|---|---|---|
| committer | 2020-04-24 13:56:46 +0300 | |
| commit | 4a65ed6562bcfa58fe0c2ca5855c45268f40d365 (patch) | |
| tree | 072de56917dc218b75a4796f4605428959ec0dc9 /include/linux/platform_data | |
| parent | platform/x86: asus-nb-wmi: Do not load on Asus T100TA and T200TA (diff) | |
| parent | MAINTAINERS: Update entry for Intel Broxton PMC driver (diff) | |
| download | linux-dev-4a65ed6562bcfa58fe0c2ca5855c45268f40d365.tar.xz linux-dev-4a65ed6562bcfa58fe0c2ca5855c45268f40d365.zip | |
Merge branch 'ib-mfd-x86-usb-watchdog-v5.7'
Merge branch 'ib-mfd-x86-usb-watchdog-v5.7' of
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
to avoid conflicts in PDx86.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/itco_wdt.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/include/linux/platform_data/itco_wdt.h b/include/linux/platform_data/itco_wdt.h index 2ccdce6a4e27..45d860cac2b0 100644 --- a/include/linux/platform_data/itco_wdt.h +++ b/include/linux/platform_data/itco_wdt.h @@ -12,13 +12,16 @@ #define ICH_RES_MEM_OFF 2 #define ICH_RES_MEM_GCS_PMC 0 +/** + * struct itco_wdt_platform_data - iTCO_wdt platform data + * @name: Name of the platform + * @version: iTCO version + * @no_reboot_use_pmc: Use PMC BXT API to set and clear NO_REBOOT bit + */ struct itco_wdt_platform_data { char name[32]; unsigned int version; - /* private data to be passed to update_no_reboot_bit API */ - void *no_reboot_priv; - /* pointer for platform specific no reboot update function */ - int (*update_no_reboot_bit)(void *priv, bool set); + bool no_reboot_use_pmc; }; #endif /* _ITCO_WDT_H_ */ |
