the following patch was just integrated into master: commit ca76001770e74d327d30863987f0fe58ff1c8449 Author: Aaron Durbin adurbin@chromium.org Date: Wed Jun 19 13:20:37 2013 -0500
lynxpoint: expose pch_disable_devfn()
The function to disable devices was formerly named pch_hide_devfn(). This routine was doing more than hiding devices. It was disabling them, i.e. turning them off. Therefore, rename it to pch_disable_devfn(). Also, allow external callers to this function.
Change-Id: Id5bb319d4e67892c02a39dff49e45b2811a2f016 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://gerrit.chromium.org/gerrit/59276 Reviewed-by: Duncan Laurie dlaurie@chromium.org
See http://review.coreboot.org/4250 for details.
-gerrit