From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752510AbcD0NEe (ORCPT ); Wed, 27 Apr 2016 09:04:34 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:34890 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751241AbcD0NEc (ORCPT ); Wed, 27 Apr 2016 09:04:32 -0400 From: minyard@acm.org To: openipmi-developer@lists.sourceforge.net, linux-kernel@vger.kernel.org, Jean Delvare Subject: [PATCH v3 0/5] dmi: Rework to get IPMI autoloading from DMI tables Date: Wed, 27 Apr 2016 08:04:15 -0500 Message-Id: <1461762260-32454-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 is unchanged from v2, just rebased onto a more current kernel. I haven't heard anything about this. If we could get this functionality in to the 4.7 kernel, that would be really helpful. The only think I really don't like about this is using driver_override, but otherwise a bunch of infrastructure would have to be added, and that's probably not wise. So I'm happy with this set. -corey