The following modifications are mainly to add TSC function for TGPIO
and add intel-ehl-gpio driver divides and initializes the PSE TGPIO
resources.
Christopher Hall (1):
x86/tsc: Add TSC support functions to support ART driven Time-Aware
GPIO
D, Lakshmi Sowjanya (1):
ptp: tgpio: PSE TGPIO crosststamp, counttstamp
Raymond Tan (1):
mfd: intel-ehl-gpio: Introduce MFD framework to PSE GPIO/TGPIO
arch/x86/include/asm/tsc.h | 8 ++
arch/x86/kernel/tsc.c | 168 +++++++++++++++++++++++-
drivers/mfd/Kconfig | 12 ++
drivers/mfd/Makefile | 1 +
drivers/mfd/intel-ehl-gpio.c | 248 +++++++++++++++++++++++++++++++++++
5 files changed, 435 insertions(+), 2 deletions(-)
create mode 100644 drivers/mfd/intel-ehl-gpio.c
--
2.25.1