From 71558f5627e566af58f63e2b871868ea0d8a3ed4 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Mon, 9 Mar 2015 15:50:56 -0700 Subject: i2c: add support for ww_ring This is a copy of the depthcharge ww ring driver implementation ported into coreboot. The main differences are: - direct use of the i2c driver instead of using the callback driver description - no dynamic memory allocation for the controller structures BRANCH=storm BUG=chrome-os-partner:36059 TEST=with the rest of the patches applied the LED ring gets initialized to the default pattern at coreboot start. Change-Id: I6902c8b76fc173ad2ec28b8cc94695e892df338a Signed-off-by: Patrick Georgi Original-Commit-Id: eda24b78f8aff311dd6296d458bdfecf26c3d65a Original-Change-Id: I5660dc3f255aab8fbe3a87041c72916a645c193b Original-Signed-off-by: Vadim Bendebury Original-Reviewed-on: https://chromium-review.googlesource.com/257730 Original-Reviewed-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/9858 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/drivers/i2c/Makefile.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/drivers/i2c/Makefile.inc') diff --git a/src/drivers/i2c/Makefile.inc b/src/drivers/i2c/Makefile.inc index 81ca409209..c69dc02158 100644 --- a/src/drivers/i2c/Makefile.inc +++ b/src/drivers/i2c/Makefile.inc @@ -1,11 +1,12 @@ subdirs-y += adm1026 subdirs-y += adm1027 subdirs-y += adt7463 +subdirs-y += at24rf08c subdirs-y += i2cmux subdirs-y += i2cmux2 subdirs-y += lm63 subdirs-y += rtd2132 subdirs-y += tpm -subdirs-y += w83795 subdirs-y += w83793 -subdirs-y += at24rf08c +subdirs-y += w83795 +subdirs-y += ww_ring -- cgit v1.2.3