public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch v2 0/3] firmware: dmi_scan: add some SMBIOSv3 corrections
@ 2015-02-18 11:33 Ivan Khoronzhuk
  2015-02-18 11:33 ` [Patch v2 1/3] firmware: dmi_scan: fix dmi_len type Ivan Khoronzhuk
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Ivan Khoronzhuk @ 2015-02-18 11:33 UTC (permalink / raw)
  To: matt.fleming, ard.biesheuvel; +Cc: leif.lindholm, linux-kernel, Ivan Khoronzhuk

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-04-13 17:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-18 11:33 [Patch v2 0/3] firmware: dmi_scan: add some SMBIOSv3 corrections Ivan Khoronzhuk
2015-02-18 11:33 ` [Patch v2 1/3] firmware: dmi_scan: fix dmi_len type Ivan Khoronzhuk
2015-02-23 13:42   ` Matt Fleming
2015-02-18 11:33 ` [Patch v2 2/3] firmware: dmi_scan: use full dmi version for SMBIOS3 Ivan Khoronzhuk
2015-02-23 13:54   ` Matt Fleming
2015-04-13 16:58   ` Jean Delvare
2015-02-18 11:33 ` [Patch v2 3/3] firmware: dmi_scan: use direct access to static vars Ivan Khoronzhuk
2015-02-23 13:55   ` Matt Fleming
2015-04-13 17:26   ` Jean Delvare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox