This series adds corrections to dmi_scan:
- extends version to be like 3.4.5 format
- fix dmi_len to be 32 bit wide

v1: https://lkml.org/lkml/2015/2/11/124

v2..v1:
  firmware: dmi_scan: fix dmi_len type
        - now as a first patch in the series
  firmware: dmi_scan: use full dmi version for SMBIOS3
        - use shifted dmi_ver var for all versions
        - display docrev version for 32 bit 3+ versions like 3.2.x
        - don't display docrev for versions < 3
  firmware: dmi_scan: use direct access to static vars
        - move as the last patch and leave only corrections

Ivan Khoronzhuk (3):
  firmware: dmi_scan: fix dmi_len type
  firmware: dmi_scan: use full dmi version for SMBIOS3
  firmware: dmi_scan: use direct access to static vars

 drivers/firmware/dmi_scan.c | 37 +++++++++++++++++++++----------------
 1 file changed, 21 insertions(+), 16 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to