aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform/x86/intel_scu_pltdrv.c
AgeCommit message (Collapse)AuthorFilesLines
2020-05-05platform/x86: Add Elkhart Lake SCU/PMC supportMika Westerberg1-0/+60
Intel Elkhart Lake exposes SCU/PMC as an ACPI device that only supports IPC functionality so add a platform driver supporting it. Interrupt is optional so we let intel_scu_ipc_probe() to decide based on the passed platform data whether it uses interrupt or polling. Co-developed-by: Divya Sasidharan <[email protected]> Signed-off-by: Divya Sasidharan <[email protected]> Co-developed-by: Rajmohan Mani <[email protected]> Signed-off-by: Rajmohan Mani <[email protected]> Signed-off-by: Mika Westerberg <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>