From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933879AbbGHJgu (ORCPT ); Wed, 8 Jul 2015 05:36:50 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:36689 "EHLO mail-wg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932753AbbGHJgq (ORCPT ); Wed, 8 Jul 2015 05:36:46 -0400 Date: Wed, 8 Jul 2015 11:36:42 +0200 From: Ingo Molnar To: Andy Shevchenko Cc: "David E. Box" , x86@kernel.org, linux-kernel@vger.kernel.org, Ingo Molnar Subject: Re: [PATCH v1 0/4] iosf_mbi: clean up Message-ID: <20150708093641.GA1989@gmail.com> References: <1436347973-50436-1-git-send-email-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436347973-50436-1-git-send-email-andriy.shevchenko@linux.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andy Shevchenko wrote: > There are few patches to clean up (with small fixes) iosf_mbi driver along with > extension it to cover Intel Tangier. > > Andy Shevchenko (4): > iosf_mbi: check result for all calls of debugfs API > iosf_mbi: pci_dev_put() is NULL-proof > iosf_mbi: group global variables > iosf_mbi: append Intel Tangier ID > > arch/x86/include/asm/iosf_mbi.h | 8 ++++---- > arch/x86/kernel/iosf_mbi.c | 31 +++++++++++++++---------------- > 2 files changed, 19 insertions(+), 20 deletions(-) Could you please also move it from arch/x86/kernel/ to arch/x86/platform/[intel-quark?] while at it? arch/x86/kernel/ is the wrong place for this driver. Thanks, Ingo