Re: [PATCH v3 3/4] firmware: coreboot: Replace tag with id table in driver struct

From: AngeloGioacchino Del Regno
Date: Thu Jan 18 2024 - 03:46:50 EST


Il 17/01/24 20:03, Nícolas F. R. A. Prado ha scritto:
Switch the plain 'tag' field in struct coreboot_driver for the newly
created coreboot_device_id struct, which also contains a tag field and
has the benefit of allowing modalias generation, and update all coreboot
drivers accordingly.

While at it, also add the id table for each driver to the module device
table to allow automatically loading the module.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>