Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp2393961ybl; Sun, 11 Aug 2019 00:33:07 -0700 (PDT) X-Google-Smtp-Source: APXvYqyl6WU1cx2VLJhPchmwNeHYBg3DQNfdJWkm3cLxmkqSiKySnFxf0PhkjrPArcR6xbKkhTuA X-Received: by 2002:a17:90a:9604:: with SMTP id v4mr17643229pjo.66.1565508787318; Sun, 11 Aug 2019 00:33:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565508787; cv=none; d=google.com; s=arc-20160816; b=G8JX731ZeevEjBaUv9NGGuZHKF4l8ZoqMfHZPnD5PexTgtgGpixJMWVMZfaKngtUJI EgUfxBKeigxNpdka67Pq6G0izIsjj5lGFPLAyG3j/Jp1+vJmpiorr+0+7tOjtcOKqLZV T9thmSI+RS9mfetHbiPKd9DG9UECchT27RgooFDV8FG1a+9fmyZ2LbBfoN9Da+rRhGm3 Z01gZDJt1lg+S9er8E57sgWDh3L9LFDEzhT3w5BWhdHkHuEvUrjjMIi0V2XxBlnvpbAg 5BunTCf5f4tEPI4VRU0qVf323ZlIumh25Mj1R57Ss1POlfTbyI9ZQFbtPd4FxJM9BkrQ K9Yg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=4SJpX+WMNGgS+0qpHn066dcujmT+YIPNvSBEJM6tU5k=; b=DWworM66Xh/LfKMAIgm15GF8OdwCR5FSKKMIi1JGug/YPKoCga1lB5aesplZUOq5yH x/dsjhFHxDcCdlz+VlomSHg+aCpw9x096FiivS5odScE5GfvfurJdSJx9H3Siw1nbfHE vlece0vonpqxRfNnHr80Ggy/NBK4hSXWvxcXrCIG6M44Hlc5rbTDDy5G+YzmVpGt2ici Rc3azICBk3rcDlGQzAZe7ANsQvT+rZaq29jKYz4pxWF0pKlQWLyppOTMgrNhHPidnM2f hsNHqY9pgkb2DN+FeFPq9BouDT3BQZa14crzfe+1rTy8O29267zme+4NC3nWTb63UlEo SE6g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d63si3004277pld.139.2019.08.11.00.32.51; Sun, 11 Aug 2019 00:33:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726477AbfHKHcS convert rfc822-to-8bit (ORCPT + 99 others); Sun, 11 Aug 2019 03:32:18 -0400 Received: from mx2.suse.de ([195.135.220.15]:56438 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725810AbfHKHcS (ORCPT ); Sun, 11 Aug 2019 03:32:18 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id A6A50AD73; Sun, 11 Aug 2019 07:32:15 +0000 (UTC) Date: Sun, 11 Aug 2019 09:32:12 +0200 From: Thomas Bogendoerfer To: Jakub Kicinski Cc: Ralf Baechle , Paul Burton , James Hogan , Dmitry Torokhov , Lee Jones , "David S. Miller" , Srinivas Kandagatla , Alessandro Zummo , Alexandre Belloni , Greg Kroah-Hartman , Jiri Slaby , Evgeniy Polyakov , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, netdev@vger.kernel.org, linux-rtc@vger.kernel.org, linux-serial@vger.kernel.org Subject: Re: [PATCH v4 7/9] mfd: ioc3: Add driver for SGI IOC3 chip Message-Id: <20190811093212.88635fb1a6c796a073ec71ff@suse.de> In-Reply-To: <20190809142222.4558691e@cakuba.netronome.com> References: <20190809103235.16338-1-tbogendoerfer@suse.de> <20190809103235.16338-8-tbogendoerfer@suse.de> <20190809142222.4558691e@cakuba.netronome.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 9 Aug 2019 14:22:22 -0700 Jakub Kicinski wrote: > On Fri, 9 Aug 2019 12:32:29 +0200, Thomas Bogendoerfer wrote: > > SGI IOC3 chip has integrated ethernet, keyboard and mouse interface. > > It also supports connecting a SuperIO chip for serial and parallel > > interfaces. IOC3 is used inside various SGI systemboards and add-on > > cards with different equipped external interfaces. > > > > Support for ethernet and serial interfaces were implemented inside > > the network driver. This patchset moves out the not network related > > parts to a new MFD driver, which takes care of card detection, > > setup of platform devices and interrupt distribution for the subdevices. > > > > Serial portion: Acked-by: Greg Kroah-Hartman > > > > Signed-off-by: Thomas Bogendoerfer > > There are a lot of changes in the ethernet part which are not easy to > explain by the introduction of the other MFD parts.. Could you possibly > break this change up into smaller chunks? working on it > Also please don't use stdint types in the kernel, please try checkpatch > to catch coding style issues. my patch already reduces them and checkpatch only warns about usage of printk for the network part. Changing that to dev_warn/dev_err in the mfd patch didn't seem the right thing to do. As I'm splitting the conversion patch into a few steps I could also replace the printks. Thomas. -- SUSE Linux GmbH GF: Felix Imend?rffer, Mary Higgins, Sri Rasiah HRB 21284 (AG N?rnberg)