All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Introduce Intel Elkhart Lake PSE TIO
@ 2025-03-07  5:22 Raag Jadav
  2025-03-07  5:22 ` [PATCH v3 1/5] mfd: intel_ehl_pse_gpio: Introduce Intel Elkhart Lake PSE GPIO and TIO Raag Jadav
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: Raag Jadav @ 2025-03-07  5:22 UTC (permalink / raw)
  To: lee, giometti, gregkh, andriy.shevchenko, raymond.tan
  Cc: linux-gpio, linux-kernel, Raag Jadav

Intel Elkhart Lake Programmable Service Engine (PSE) includes two PCI
devices that expose two different capabilities of GPIO and Timed I/O
as a single PCI function through shared MMIO.

This series adds MFD driver for them and extends PPS generator driver
to support initial PSE TIO functionality.

v2: Use consistent naming with Intel drivers (Andy)
    Add MFD dependency for leaf drivers (Andy)
    Aesthetic adjustments (Andy)
    Update tags

v3: Use consistent naming in MAINTAINERS entry (Andy)
    Use COMPILE_TEST in a practical (all or nothing) way (Andy)

Raag Jadav (5):
  mfd: intel_ehl_pse_gpio: Introduce Intel Elkhart Lake PSE GPIO and TIO
  gpio: elkhartlake: depend on MFD_INTEL_EHL_PSE_GPIO
  pps: generators: tio: split pps_gen_tio.h
  pps: generators: tio: move to match_data() model
  pps: generators: tio: Introduce Intel Elkhart Lake PSE TIO

 MAINTAINERS                          |   5 ++
 drivers/gpio/Kconfig                 |   2 +-
 drivers/mfd/Kconfig                  |  12 ++++
 drivers/mfd/Makefile                 |   1 +
 drivers/mfd/intel_ehl_pse_gpio.c     | 100 +++++++++++++++++++++++++++
 drivers/pps/generators/Kconfig       |   2 +-
 drivers/pps/generators/pps_gen_tio.c |  80 ++++++++++-----------
 drivers/pps/generators/pps_gen_tio.h |  67 ++++++++++++++++++
 8 files changed, 228 insertions(+), 41 deletions(-)
 create mode 100644 drivers/mfd/intel_ehl_pse_gpio.c
 create mode 100644 drivers/pps/generators/pps_gen_tio.h


base-commit: 264ff8415aed324584acc85740596f6e1df7b663
-- 
2.34.1


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

end of thread, other threads:[~2025-03-26 13:51 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-07  5:22 [PATCH v3 0/5] Introduce Intel Elkhart Lake PSE TIO Raag Jadav
2025-03-07  5:22 ` [PATCH v3 1/5] mfd: intel_ehl_pse_gpio: Introduce Intel Elkhart Lake PSE GPIO and TIO Raag Jadav
2025-03-14 12:44   ` Lee Jones
2025-03-14 13:39     ` Andy Shevchenko
2025-03-14 13:57       ` Lee Jones
2025-03-14 14:20         ` Andy Shevchenko
2025-03-14 18:01           ` Raag Jadav
2025-03-21  5:28         ` Raag Jadav
2025-03-21 13:04           ` Greg KH
2025-03-21 13:22             ` Andy Shevchenko
2025-03-26  0:45               ` Greg KH
2025-03-26  9:01                 ` Andy Shevchenko
2025-03-26 13:50                   ` Greg KH
2025-03-07  5:22 ` [PATCH v3 2/5] gpio: elkhartlake: depend on MFD_INTEL_EHL_PSE_GPIO Raag Jadav
2025-03-11  6:37   ` Raag Jadav
2025-03-12 11:00     ` Andy Shevchenko
2025-03-12 17:03       ` Raag Jadav
2025-03-12 18:32         ` Andy Shevchenko
2025-03-13  9:19           ` Raag Jadav
2025-03-13 14:00             ` Andy Shevchenko
2025-03-13 14:24               ` Raag Jadav
2025-03-07  5:22 ` [PATCH v3 3/5] pps: generators: tio: split pps_gen_tio.h Raag Jadav
2025-03-07  5:22 ` [PATCH v3 4/5] pps: generators: tio: move to match_data() model Raag Jadav
2025-03-07  5:22 ` [PATCH v3 5/5] pps: generators: tio: Introduce Intel Elkhart Lake PSE TIO Raag Jadav

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.