From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751987Ab1HKEx0 (ORCPT ); Thu, 11 Aug 2011 00:53:26 -0400 Received: from server.atrad.com.au ([150.101.241.2]:60709 "EHLO server.atrad.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751685Ab1HKExZ (ORCPT ); Thu, 11 Aug 2011 00:53:25 -0400 X-Greylist: delayed 1340 seconds by postgrey-1.27 at vger.kernel.org; Thu, 11 Aug 2011 00:53:24 EDT Date: Thu, 11 Aug 2011 14:00:57 +0930 From: Jonathan Woithe To: Prarit Bhargava Cc: linux-kernel@vger.kernel.org, platform-driver-x86@vger.kernel.org, jwoithe@physics.adelaide.edu.au Subject: Re: [PATCH 21/34] drivers/platform changes for SMBIOS and System Firmware Message-ID: <20110811043057.GD15940@marvin.atrad.com.au> References: <1310994528-26276-1-git-send-email-prarit@redhat.com> <1310994528-26276-22-git-send-email-prarit@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1310994528-26276-22-git-send-email-prarit@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 18, 2011 at 09:08:35AM -0400, Prarit Bhargava wrote: > - Replace old dmi* structures and functions with new sysfw* and smbios* > structures and functions in individual drivers > - cleanup sysfw_id lookup tables > - add exactmatch functionality > - edit udev notifiers > - cleanup of includes for dmi.h and mod_devicetable.h which were included in > some files that did not need them > > [v2]: Re-exported dmi MODULE_ALIAS > : > drivers/platform/x86/fujitsu-laptop.c | 41 ++++---- > : In-so-far as I can tell with a quick inspection, this looks ok for the fujitsu-laptop.c module. Acked-by: Jonathan Woithe At the risk of looking ill-informed, I assume the DMI infrastructure has been deprecated by the more general sysfw. Regards jonathan