Furquan Shaikh uploaded patch set #4 to this change.

View Change

ec/google/chromeec: Fix dev ops for chromeec

CB:38541 ("ec/google/chromeec: Add SSDT generator for ChromeOS EC")
added a new device_operations structure for chromeec for handling ACPI
SSDT generation. However, this resulted in the original
device_operations which handled lpc read resources to be skipped. This
change fixes the above regression by combining the device operations
for reading resources and ACPI SSDT generation into a single structure
and retains the old logic for enabling of pnp devices.

Signed-off-by: Furquan Shaikh <furquan@google.com>
Change-Id: I3a242f4b15603f957e0e81d121e5766fccf3c28d
---
M src/ec/google/chromeec/Makefile.inc
M src/ec/google/chromeec/ec.c
M src/ec/google/chromeec/ec.h
R src/ec/google/chromeec/ec_acpi.c
M src/ec/google/chromeec/ec_lpc.c
5 files changed, 12 insertions(+), 33 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/39321/4

To view, visit change 39321. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3a242f4b15603f957e0e81d121e5766fccf3c28d
Gerrit-Change-Number: 39321
Gerrit-PatchSet: 4
Gerrit-Owner: Furquan Shaikh <furquan@google.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: newpatchset