the following patch was just integrated into master: commit 7d54eb8e23407e472380558d961d2df255600ae1 Author: Kyösti Mälkki kyosti.malkki@gmail.com Date: Wed Oct 10 23:14:28 2012 +0300
Add name field for device
The constant field "name" in chip_operations is common to multiple different devices within a chip and cannot reflect the actual device as found on the platform.
The intention is that a driver sets dev->name as part of the device enumeration sequence with the detected hardware type and revision. The field is for debug print use only.
Change-Id: Ib7bf90ba3c618ad0cb715d80d6a937ceaae0adcf Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com Reviewed-on: http://review.coreboot.org/1634 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi patrick@georgi-clan.de
Reviewed-By: Patrick Georgi patrick@georgi-clan.de at Tue Oct 30 14:59:34 2012, giving +2 Build-Tested: build bot (Jenkins) at Sat Oct 27 10:43:25 2012, giving +1 See http://review.coreboot.org/1634 for details.
-gerrit