[PATCH v1 0/4] Introduce Intel Elkhart Lake PSE TIO

Raag Jadav posted 4 patches 9 months, 3 weeks ago
There is a newer version of this series
MAINTAINERS                          |  5 ++
drivers/mfd/Kconfig                  |  9 +++
drivers/mfd/Makefile                 |  1 +
drivers/mfd/intel-ehl-gpio.c         | 95 ++++++++++++++++++++++++++++
drivers/pps/generators/pps_gen_tio.c | 74 +++++++++++-----------
drivers/pps/generators/pps_gen_tio.h | 63 ++++++++++++++++++
6 files changed, 211 insertions(+), 36 deletions(-)
create mode 100644 drivers/mfd/intel-ehl-gpio.c
create mode 100644 drivers/pps/generators/pps_gen_tio.h
[PATCH v1 0/4] Introduce Intel Elkhart Lake PSE TIO
Posted by Raag Jadav 9 months, 3 weeks ago
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.

Raag Jadav (4):
  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
  mfd: intel-ehl: Introduce Intel Elkhart Lake PSE GPIO and TIO

 MAINTAINERS                          |  5 ++
 drivers/mfd/Kconfig                  |  9 +++
 drivers/mfd/Makefile                 |  1 +
 drivers/mfd/intel-ehl-gpio.c         | 95 ++++++++++++++++++++++++++++
 drivers/pps/generators/pps_gen_tio.c | 74 +++++++++++-----------
 drivers/pps/generators/pps_gen_tio.h | 63 ++++++++++++++++++
 6 files changed, 211 insertions(+), 36 deletions(-)
 create mode 100644 drivers/mfd/intel-ehl-gpio.c
 create mode 100644 drivers/pps/generators/pps_gen_tio.h


base-commit: 264ff8415aed324584acc85740596f6e1df7b663
-- 
2.34.1
Re: [PATCH v1 0/4] Introduce Intel Elkhart Lake PSE TIO
Posted by Andy Shevchenko 9 months, 3 weeks ago
On Wed, Feb 26, 2025 at 11:45:23AM +0530, Raag Jadav wrote:
> 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.

A few comments here and there, after addressing them
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

(Nice small driver, thanks!)

-- 
With Best Regards,
Andy Shevchenko