All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-dovetail][PATCH 0/3] Add TSC function supports and MFD driver for TGPIO
@ 2022-05-17  1:53 Zqiang
  2022-05-17  1:53 ` [linux-dovetail][PATCH 1/3] x86/tsc: Add TSC support functions to support ART driven Time-Aware GPIO Zqiang
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Zqiang @ 2022-05-17  1:53 UTC (permalink / raw)
  To: rpm, jan.kiszka; +Cc: hongzhan.chen, xenomai

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



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

end of thread, other threads:[~2022-05-19  7:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-17  1:53 [linux-dovetail][PATCH 0/3] Add TSC function supports and MFD driver for TGPIO Zqiang
2022-05-17  1:53 ` [linux-dovetail][PATCH 1/3] x86/tsc: Add TSC support functions to support ART driven Time-Aware GPIO Zqiang
2022-05-17  1:53 ` [linux-dovetail][PATCH 2/3] ptp: tgpio: PSE TGPIO crosststamp, counttstamp Zqiang
2022-05-17  1:53 ` [linux-dovetail][PATCH 3/3] mfd: intel-ehl-gpio: Introduce MFD framework to PSE GPIO/TGPIO Zqiang
2022-05-18 17:45 ` [linux-dovetail][PATCH 0/3] Add TSC function supports and MFD driver for TGPIO Bezdeka, Florian
2022-05-19  5:41   ` Jan Kiszka
2022-05-19  7:02   ` Philippe Gerum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.