]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: vpd: Probe via coreboot bus
authorSamuel Holland <samuel@sholland.org>
Thu, 25 Jan 2018 01:41:18 +0000 (19:41 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 11:37:19 +0000 (13:37 +0200)
commitff6afaccc68f7cb23d44d7436be3aa79be1ed2bd
tree4d3d7b1450812d379c1e674044c2d0c105b0354e
parentaaf8814e85f4b674412aa64f70ef128a44ccf185
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>
drivers/firmware/google/vpd.c