Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752462AbbBRLdf (ORCPT ); Wed, 18 Feb 2015 06:33:35 -0500 Received: from mail-la0-f51.google.com ([209.85.215.51]:45936 "EHLO mail-la0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751568AbbBRLde (ORCPT ); Wed, 18 Feb 2015 06:33:34 -0500 From: Ivan Khoronzhuk To: matt.fleming@intel.com, ard.biesheuvel@linaro.org Cc: leif.lindholm@linaro.org, linux-kernel@vger.kernel.org, Ivan Khoronzhuk Subject: [Patch v2 0/3] firmware: dmi_scan: add some SMBIOSv3 corrections Date: Wed, 18 Feb 2015 13:33:18 +0200 Message-Id: <1424259201-24886-1-git-send-email-ivan.khoronzhuk@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1109 Lines: 32 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/