Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp933057ybp; Thu, 17 Oct 2019 05:49:32 -0700 (PDT) X-Google-Smtp-Source: APXvYqzzjGg0cZLfKda0lgQ6f0rG6Gp3uWlZFjsnDS3DN8SgLDBVmNWDY8m0kUZWLefmMgH7+8KE X-Received: by 2002:aa7:ca59:: with SMTP id j25mr3588937edt.78.1571316571889; Thu, 17 Oct 2019 05:49:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571316571; cv=none; d=google.com; s=arc-20160816; b=vDxQMcOkeSgvAYQM9ZrYzMFiWWChp00Qo2ErO542YcSt+9ZRbuV65rHPZ6qtvLkxAp NtYLmooHglufe6SEE7lJniR+Ms+2NUMKQVbegzbE1+a+0JBWfnODBzqqHS/Deknu3zjm oZ1yTysNuWvUM52F6OSTmrfLb72YIFeulR1h2pLbSiEpR3V8QqnCekMMe232/YGmd5H+ IaVZsF84KrR2Z8Kov7yRzJw3Oh83PVXt9SnImX60yJrf1M2A9myxhUvdeOCDhCFpmTwp 1GOBEh9V7MGATHz0Rn3oVQW33nFy3cOU5y5HVbQy2sczXTrE1sIXfx9+aPxf55nHV3V8 dHlg== 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=7AQX2PqtO3WE3kQSy7+HzolO8O8onNGyOp1UVLmZGrQ=; b=dh5uyzNfj/QrVrm0SJlMZBBh7aCMw2ICey8l4Tw6DGy7STfG5aLq89D6o/LtAqcWOr sQlcq2JoQ2+L1fSKUm95Y1Vqxby5tGLQBqpRou15bMbBKYtb6sdfXk/UInWf6eLDnPLV MSpKcUgRPK8GGvwc2fMctsgVTb1L+MjNaA8wAtbC8ppSBKMag22I91+KpEqpVyUfH8nf oSKHCHiU+YwqkISYTYOok7DwYUwaWiLnrFKlxjNlSENOu6VgllXMFKTHzsJULtP/zaYS 8bSAOVsXPIs3ldCDZJ/CHYUQ6BN5FKo5NF+9DX1OI1lL7PGCX7ey73Dw1Q9A+I9jVfgS 7sWw== 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 p38si1490583edc.449.2019.10.17.05.49.09; Thu, 17 Oct 2019 05:49:31 -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 S2393314AbfJPRny convert rfc822-to-8bit (ORCPT + 99 others); Wed, 16 Oct 2019 13:43:54 -0400 Received: from mx2.suse.de ([195.135.220.15]:49672 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2390723AbfJPRnw (ORCPT ); Wed, 16 Oct 2019 13:43:52 -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 687E2B5FD; Wed, 16 Oct 2019 17:23:22 +0000 (UTC) Date: Wed, 16 Oct 2019 19:23:21 +0200 From: Thomas Bogendoerfer To: Jakub Kicinski Cc: Jonathan Corbet , Ralf Baechle , Paul Burton , James Hogan , Lee Jones , "David S. Miller" , Srinivas Kandagatla , Alessandro Zummo , Alexandre Belloni , Greg Kroah-Hartman , Jiri Slaby , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, netdev@vger.kernel.org, linux-rtc@vger.kernel.org, linux-serial@vger.kernel.org Subject: Re: [PATCH v10 4/6] mfd: ioc3: Add driver for SGI IOC3 chip Message-Id: <20191016192321.c1ef8ea7c2533d6c8e1b98a2@suse.de> In-Reply-To: <20191015122349.612a230b@cakuba.netronome.com> References: <20191015120953.2597-1-tbogendoerfer@suse.de> <20191015120953.2597-5-tbogendoerfer@suse.de> <20191015122349.612a230b@cakuba.netronome.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.32; 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 Tue, 15 Oct 2019 12:23:49 -0700 Jakub Kicinski wrote: > On Tue, 15 Oct 2019 14:09:49 +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 > > Acked-for-MFD-by: Lee Jones > > > > Signed-off-by: Thomas Bogendoerfer > > Looks good, I think. thank you. Now how do I get an Acked-by for the network part to merge it via the MIPS tree ? Thomas. -- SUSE Software Solutions Germany GmbH HRB 36809 (AG N?rnberg) Gesch?ftsf?hrer: Felix Imend?rffer