From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753663AbdEQT4h (ORCPT ); Wed, 17 May 2017 15:56:37 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:35391 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752990AbdEQT4e (ORCPT ); Wed, 17 May 2017 15:56:34 -0400 From: minyard@acm.org To: Jean Delvare Cc: openipmi-developer@lists.sourceforge.net, linux-kernel@vger.kernel.org, Andy Lutomirski Subject: [PATCH v5 0/5] Create DMI sysfs code and add IPMI platform device Date: Wed, 17 May 2017 14:56:19 -0500 Message-Id: <1495050984-5602-1-git-send-email-minyard@acm.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series adds a DMI fwnode, creates an IPMI platform device from the SMBIOS table, and converts the IPMI driver over to use the new platform device. This is essentially the same thing I posted a while ago, I just updated the v4 version to the latest kernel. I'd really like to get this in to the kernel. I can handle the IPMI side of things, of course, and with permission I can bring this in through the IPMI tree. Thanks, -corey