Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp1567962imj; Sun, 10 Feb 2019 05:25:27 -0800 (PST) X-Google-Smtp-Source: AHgI3IYbvlqws+liOczJv36ov8Nsbi8bYWpOu29XBpz4cBEASbIRfrshCKeuB4mG5SupFPE+WI+s X-Received: by 2002:a63:ab0b:: with SMTP id p11mr30092301pgf.264.1549805127852; Sun, 10 Feb 2019 05:25:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549805127; cv=none; d=google.com; s=arc-20160816; b=wFK4Sov80Lng4hFqfuDM2DtWxrTyxZbFq5ippD7drSIKR3LQE65HNQitHYFAXbEh/Z /WluD8XGTKHRgbGy6dSTSHBCjzX/qiWIXjblswFEDItTMpgXRQROwDxr4ccyPoTrlh5n QxozJoHP62WjNQvhf6JD6XI41xt5FYkmUwsicuVF1qniYVwvOwye6pWTPaHLarASjJ+1 l6yf8ca6fxipnP8OL87838Xr83U6vGD6CJUkQGFeI7EOi6gP+nxrWT1bTH8UPqPBVvNe FVlPrqD0aOl4Sh0gVdxpbC92h5AVNJ+mtizhpAzQyt4NIU/BfLSGxpCotU9RW9h4q7FZ PBcw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Txi0GtYEKB6eW4LC4x0Z8lGdoCQjQnFuNvufyPGq8V8=; b=zkr0NEBl0AWLTme2vl0DflTNo4U4ynD0bp/Itlq3Zhd/ui0kFEHz2TKgFQlM7AzPPa O25d+m68w60M1OPGWwGTHDHzbe9i9jHMpkre+y4hlWfY2QM3hWT1I8DONDnxIVjhwtc5 MHMSh04bL5qdcFSErDtgNMiHN8w8/aQCDoKy/1ztc38YkSBFNxUIgGM60PGBtO5cudT5 vZLNcUWbpM378GY10RwMTnGIK9Do+XRCdmjEc+dX/87BE/eKXMwPJn5Yk/xjsRyZ8fUj SyMgT63G5eSXpWNtuy9dYEdhSlfT9bkW6Q6PaXLam8C4JBrmnS9arde5xx8OV8W2stb5 R0vQ== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=iki.fi Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b1si3444795pgw.288.2019.02.10.05.25.11; Sun, 10 Feb 2019 05:25:27 -0800 (PST) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=iki.fi Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726130AbfBJNZI (ORCPT + 99 others); Sun, 10 Feb 2019 08:25:08 -0500 Received: from emh03.mail.saunalahti.fi ([62.142.5.109]:56544 "EHLO emh03.mail.saunalahti.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726009AbfBJNZI (ORCPT ); Sun, 10 Feb 2019 08:25:08 -0500 Received: from darkstar.musicnaut.iki.fi (85-76-87-85-nat.elisa-mobile.fi [85.76.87.85]) by emh03.mail.saunalahti.fi (Postfix) with ESMTP id 7492F40076; Sun, 10 Feb 2019 15:25:05 +0200 (EET) Date: Sun, 10 Feb 2019 15:25:05 +0200 From: Aaro Koskinen To: Yifeng Li Cc: linux-mips@vger.kernel.org, Jiaxun Yang , Huacai Chen , Ralf Baechle , Paul Burton , James Hogan , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/1] mips: loongson64: move EC header to include/asm/mach-loongson64 Message-ID: <20190210132505.GA22242@darkstar.musicnaut.iki.fi> References: <20190210130617.8392-1-tomli@tomli.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190210130617.8392-1-tomli@tomli.me> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Sun, Feb 10, 2019 at 09:06:16PM +0800, Yifeng Li wrote: > In order to operate the Embedded Controller from multiple platform > drivers, it should be possible to include lemote-2f/ec_kb3310b.h > from everywhere. This commits move it from lemote-2f/ec_kb3310b.h > to include/asm/mach-loongson64/. > > This simple patch immediately enables the implementation of two > platform drivers. if there's no objection from the maintainers, > please consider to prioritize it for mips-next, thanks. > > Yifeng Li (1): > mips: loongson64: move EC header to include/asm/mach-loongson64 This probably should be MFD driver under drivers/mfd. It's a longer road, though... A.