Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754600AbbDTKUR (ORCPT ); Mon, 20 Apr 2015 06:20:17 -0400 Received: from exprod5og124.obsmtp.com ([64.18.0.212]:50102 "EHLO exprod5og124.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754102AbbDTKUN (ORCPT ); Mon, 20 Apr 2015 06:20:13 -0400 From: Ivan Khoronzhuk To: linux-kernel@vger.kernel.org, matt.fleming@intel.com, jdelvare@suse.de, ard.biesheuvel@linaro.org, grant.likely@linaro.org, linux-api@vger.kernel.org, linux-doc@vger.kernel.org, mikew@google.com Cc: dmidecode-devel@nongnu.org, leif.lindholm@linaro.org, msalter@redhat.com, roy.franz@linaro.org, Ivan Khoronzhuk Subject: [Patch v2 0/3] firmware: dmi_scan: add SBMIOS entry point and DMI tables Date: Mon, 20 Apr 2015 13:19:44 +0300 Message-Id: <1429525187-3376-1-git-send-email-ivan.khoronzhuk@globallogic.com> 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: 1870 Lines: 46 This series adds SMBIOS entry point table and DMI table under /sys/firmware/dmi/tables in order to use as an alternative to utilities reading them from /dev/mem. Based on linux next + 2 patches that have not been sent by Jean Dalvere yet. They can be changed, but, anyway, the series should be based on smth and it's desirable w/o conflicts. The patches can be obtained with links: http://jdelvare.nerim.net/devel/linux-3/jdelvare-dmi/firmware-dmi-03-simplify-displayed-version.patch http://jdelvare.nerim.net/devel/linux-3/jdelvare-dmi/firmware-dmi-04-fix-product-uuid.patch Link on V1: https://lkml.org/lkml/2015/4/2/297 Changes since V1 - correct error path in dmi-sysfs - don't use globally dmi_table var - use "DMI" in attribute name - correct error path in dmi_init - leave dmi_kobj even in case of error - include linux/kobject.h in header Ivan Khoronzhuk (3): firmware: dmi_scan: rename dmi_table to dmi_decode_table firmware: dmi_scan: add SBMIOS entry and DMI tables Documentation: ABI: sysfs-firmware-dmi: add -entries suffix to file name ...sfs-firmware-dmi => sysfs-firmware-dmi-entries} | 2 +- .../ABI/testing/sysfs-firmware-dmi-tables | 22 ++++++ drivers/firmware/dmi-sysfs.c | 17 ++-- drivers/firmware/dmi_scan.c | 92 ++++++++++++++++++++-- include/linux/dmi.h | 2 + 5 files changed, 120 insertions(+), 15 deletions(-) rename Documentation/ABI/testing/{sysfs-firmware-dmi => sysfs-firmware-dmi-entries} (99%) create mode 100644 Documentation/ABI/testing/sysfs-firmware-dmi-tables -- 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/