Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753127AbdFVRkf (ORCPT ); Thu, 22 Jun 2017 13:40:35 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:39068 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221AbdFVRkd (ORCPT ); Thu, 22 Jun 2017 13:40:33 -0400 Date: Thu, 22 Jun 2017 13:40:31 -0400 (EDT) Message-Id: <20170622.134031.1966602928075071150.davem@davemloft.net> To: jan.kiszka@siemens.com Cc: peppe.cavallaro@st.com, alexandre.torgue@st.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, andy.shevchenko@gmail.com Subject: Re: [PATCH v5 0/5] stmmac: pci: Refactor DMI probing From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 22 Jun 2017 09:58:48 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 470 Lines: 16 From: Jan Kiszka Date: Thu, 22 Jun 2017 08:17:56 +0200 > Some cleanups of the way we probe DMI platforms in the driver. Reduces > a bit of open-coding and makes the logic easier reusable for any > potential DMI platform != Quark. > > Tested on IOT2000 and Galileo Gen2. > > Changes in v5: > - fixed a remaining issue in patch 5 > - dropped patch 6 for now Series applied to net-next. Any chance the DMI table can be marked const as well?