commit | a43eb6b3402fdfce9b4c4fc26983a2c5d14720ff | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Wed Jan 24 19:41:18 2018 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Apr 23 13:37:19 2018 +0200 |
tree | 4d3d7b1450812d379c1e674044c2d0c105b0354e | |
parent | 294b2a9087666e31307a7a6c8da62b14442a6ef2 [diff] |
firmware: vpd: Probe via coreboot bus Remove the ad-hoc coreboot table search. Now the driver will only be probed when the necessary coreboot table entry has already been found. Furthermore, since the coreboot bus takes care of creating the device, a separate platform device is no longer needed. Signed-off-by: Samuel Holland <samuel@sholland.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>