commit | 8f0d953f3dee744dbe9d75662aa90bdff2921b10 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Mon Aug 21 11:22:37 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 19 18:26:40 2017 +0000 |
tree | 1b931e479c5c29ee8cd2cd203ad6df7d54c337d3 | |
parent | f855e82accbe8e0f6d9e8498ee19fbc41c0a5182 [diff] |
Add device debug path to PMBus class Some devices may also have files in /sys/kernel/debug/<device driver name>.<instance>, so adding a DeviceDebug path type to support that. The device driver name and chip instance number are then required to be passed in to the constructor. Change-Id: I301d730a29ac7c2c39198e4eb7125aff70d727dc Signed-off-by: Matt Spinler <spinler@us.ibm.com>