the following patch was just integrated into master: commit fdc1b2e6b44b2eec04ad9f67e4c7e63b64cd066f Author: Furquan Shaikh furquan@chromium.org Date: Tue Dec 13 21:50:32 2016 -0800
drivers/i2c: Pass in i2c_generic_config into i2c_generic_fill_ssdt
Remove any assumptions required for the drivers using i2c_generic to have drivers_i2c_generic_config structure at the start of the driver config. Instead pass in a pointer to drivers_i2c_generic_config from the calling driver.
Change-Id: I51dc4cad1c1f246b51891abf7115a7120e87b098 Signed-off-by: Furquan Shaikh furquan@chromium.org Reviewed-on: https://review.coreboot.org/17857 Reviewed-by: Aaron Durbin adurbin@chromium.org Tested-by: build bot (Jenkins)
See https://review.coreboot.org/17857 for details.
-gerrit