[PATCH 0/2] New driver for Intel(Altera) FPGA System ID softIP

From: kah . jing . lee
Date: Thu Jun 02 2022 - 08:22:11 EST


From: Kah Jing Lee <kah.jing.lee@xxxxxxxxx>

Hi,
Patches have been internally reviewed by colleagues at Intel.

New sysid driver for Altera(Intel) Sysid component is generally part of an
FPGA design. The component can be hotplugged when the FPGA is reconfigured.
This patch fixes the driver to support the component being hotplugged.

Thanks,
KJ

Kah Jing Lee (2):
drivers: misc: intel_sysid: Add sysid from arch to drivers
dt-bindings: misc: Add the system id binding for Altera(Intel) FPGA
platform

.../misc/intel,socfpga-sysid-1.0.yaml | 39 +++++
drivers/misc/Kconfig | 9 ++
drivers/misc/Makefile | 1 +
drivers/misc/intel_sysid.c | 142 ++++++++++++++++++
4 files changed, 191 insertions(+)
create mode 100644 Documentation/devicetree/bindings/misc/
intel,socfpga-sysid-1.0.yaml
create mode 100644 drivers/misc/intel_sysid.c

--
2.25.1