From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD2BCC3A5A0 for ; Mon, 20 Apr 2020 11:45:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 840BC214AF for ; Mon, 20 Apr 2020 11:45:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587383143; bh=wABszUiKC+9GnVORubiyNHHzTm5AHEnPJbHOJRIArfo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=gz+KvRI5cuVHjL4EqjIX+K24GJ/Bp9FzDtMLOme9nbOesQugd9UTITRmMdpKJebG8 6IWJFSbDDgKomRHEADKanLJYxQ/W0tCMOTq1s0j/SvC89gW2gxAHT79+M3d0TlT1UV kLJJSrbsn0w5L/yEAABo7gMgZoUXnCfBmA6Lf3Cc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726450AbgDTLpn (ORCPT ); Mon, 20 Apr 2020 07:45:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:54742 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726405AbgDTLpn (ORCPT ); Mon, 20 Apr 2020 07:45:43 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DC6AC20724; Mon, 20 Apr 2020 11:45:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587383142; bh=wABszUiKC+9GnVORubiyNHHzTm5AHEnPJbHOJRIArfo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QpJwyvDoKUdVT1tPO452DOepBmSKEejmCLkw8mVa7E4VJfypEoE7zbNXHPoQmS4WF ca3oDam9DlUg9s2vGjn42nLXFUgfcOBNrMtiOnfiExMHO7hBG2r9BgUIVmILNnNFTr NYdrK0C2xy19+52e+9nr7euh8N0iSmGtn6hpdX0o= Date: Mon, 20 Apr 2020 13:45:40 +0200 From: Greg Kroah-Hartman To: Rob Herring Cc: Linus Walleij , Liviu Dudau , Lorenzo Pieralisi , Sudeep Holla , Arnd Bergmann , Catalin Marinas , Lee Jones , Sebastian Reichel , Stephen Boyd , Will Deacon , Kevin Brodsky , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH 13/17] bus: vexpress-config: Merge vexpress-syscfg into vexpress-config Message-ID: <20200420114540.GA3908919@kroah.com> References: <20200419170810.5738-1-robh@kernel.org> <20200419170810.5738-14-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200419170810.5738-14-robh@kernel.org> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Sun, Apr 19, 2020 at 12:08:06PM -0500, Rob Herring wrote: > The only thing that vexpress-syscfg does is provide a regmap to > vexpress-config bus child devices. There's little reason to have 2 > components for this. The current structure with initcall ordering > requirements makes turning these components into modules more difficult. > > So let's start to simplify things and merge vexpress-syscfg into > vexpress-config. There's no functional change in this commit and it's > still separate components until subsequent commits. > > Cc: Liviu Dudau > Cc: Sudeep Holla > Cc: Lorenzo Pieralisi > Cc: Linus Walleij > Cc: Arnd Bergmann > Cc: Greg Kroah-Hartman > Signed-off-by: Rob Herring > --- > arch/arm/mach-vexpress/Kconfig | 1 - > drivers/bus/vexpress-config.c | 283 +++++++++++++++++++++++++++++++-- > drivers/misc/Kconfig | 9 -- > drivers/misc/Makefile | 1 - > drivers/misc/vexpress-syscfg.c | 280 -------------------------------- > include/linux/vexpress.h | 17 -- > 6 files changed, 274 insertions(+), 317 deletions(-) > delete mode 100644 drivers/misc/vexpress-syscfg.c Acked-by: Greg Kroah-Hartman From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE19AC3A5A0 for ; Mon, 20 Apr 2020 11:45:48 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BBD8220724 for ; Mon, 20 Apr 2020 11:45:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ViRx/imq"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="QpJwyvDo" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BBD8220724 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=GaRfDwLa7aQRGzHlxJiSCmqOJS6pcCjkbc3M/07WyEw=; b=ViRx/imqDYLEA1 bR4fKs0DdfzxymJFMH0poTTYFJJzuTkDkW7RaoCjFYoQuGIKPRk85R+5ZPApIKcaH6LOZYGh6ysrN kgWX+qAfIifW5LXgR7oJpTtyinrZL1VN1GiIjJmt6CgJzLWjAdzNpAZS1kfLBk/8LmjC6w09iDJnb NE1wkpDHiOn6H81ZaH3Fs/zb0xZ9uijq/ITVESFVdBnQrxvXE6wBfDgtmgkYoUDJzmCMcakjI9ieV vQDphYpoluGSGqLWE88jyKOe5mIzKib7Cz/phLbGE+cAdUsMuBsTDoQ1r9FtqMLJXP6zAgqvMVclq tW3LaWYEPyoi3iJmJ7oQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jQUrx-0001WH-SR; Mon, 20 Apr 2020 11:45:45 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jQUrv-0001VC-71 for linux-arm-kernel@lists.infradead.org; Mon, 20 Apr 2020 11:45:44 +0000 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DC6AC20724; Mon, 20 Apr 2020 11:45:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587383142; bh=wABszUiKC+9GnVORubiyNHHzTm5AHEnPJbHOJRIArfo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QpJwyvDoKUdVT1tPO452DOepBmSKEejmCLkw8mVa7E4VJfypEoE7zbNXHPoQmS4WF ca3oDam9DlUg9s2vGjn42nLXFUgfcOBNrMtiOnfiExMHO7hBG2r9BgUIVmILNnNFTr NYdrK0C2xy19+52e+9nr7euh8N0iSmGtn6hpdX0o= Date: Mon, 20 Apr 2020 13:45:40 +0200 From: Greg Kroah-Hartman To: Rob Herring Subject: Re: [PATCH 13/17] bus: vexpress-config: Merge vexpress-syscfg into vexpress-config Message-ID: <20200420114540.GA3908919@kroah.com> References: <20200419170810.5738-1-robh@kernel.org> <20200419170810.5738-14-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200419170810.5738-14-robh@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200420_044543_266831_B3B1947E X-CRM114-Status: GOOD ( 11.96 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Lorenzo Pieralisi , Arnd Bergmann , linux-pm@vger.kernel.org, Stephen Boyd , Catalin Marinas , Linus Walleij , Kevin Brodsky , Liviu Dudau , Sebastian Reichel , Will Deacon , Sudeep Holla , Lee Jones , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, Apr 19, 2020 at 12:08:06PM -0500, Rob Herring wrote: > The only thing that vexpress-syscfg does is provide a regmap to > vexpress-config bus child devices. There's little reason to have 2 > components for this. The current structure with initcall ordering > requirements makes turning these components into modules more difficult. > > So let's start to simplify things and merge vexpress-syscfg into > vexpress-config. There's no functional change in this commit and it's > still separate components until subsequent commits. > > Cc: Liviu Dudau > Cc: Sudeep Holla > Cc: Lorenzo Pieralisi > Cc: Linus Walleij > Cc: Arnd Bergmann > Cc: Greg Kroah-Hartman > Signed-off-by: Rob Herring > --- > arch/arm/mach-vexpress/Kconfig | 1 - > drivers/bus/vexpress-config.c | 283 +++++++++++++++++++++++++++++++-- > drivers/misc/Kconfig | 9 -- > drivers/misc/Makefile | 1 - > drivers/misc/vexpress-syscfg.c | 280 -------------------------------- > include/linux/vexpress.h | 17 -- > 6 files changed, 274 insertions(+), 317 deletions(-) > delete mode 100644 drivers/misc/vexpress-syscfg.c Acked-by: Greg Kroah-Hartman _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel