From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Date: Fri, 06 Sep 2019 15:23:41 -0700 Subject: [PATCH v2 1/2] clk: aspeed: Move structures to header In-Reply-To: <20190825141848.17346-2-joel@jms.id.au> References: <20190825141848.17346-1-joel@jms.id.au> <20190825141848.17346-2-joel@jms.id.au> Message-ID: <20190906222341.E63C2207FC@mail.kernel.org> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Quoting Joel Stanley (2019-08-25 07:18:47) > They will be reused by the ast2600 driver. > > Signed-off-by: Joel Stanley > --- Applied to clk-next 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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 48022C43331 for ; Fri, 6 Sep 2019 22:23:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1AE1720854 for ; Fri, 6 Sep 2019 22:23:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567808623; bh=bZdcjHRTRictQKuKHROlwLDaTmKRAORwUFoQbRhpj28=; h=In-Reply-To:References:To:From:Cc:Subject:Date:List-ID:From; b=zBHr5358a3NnsNmu2hC20w4beifT5/SDMpZLPNQ3sJmTz6OB6KbCm2tT3ujS4nJhg gCmu6yUoiKlSnaV5LU19Q23e0DPdohBJn1ITuDKnR0tlU/Y7Cumni8L3UC0iOIr6M3 Tbq2c3biWMaVzQPTo4yr4MWJ5NV7osDtmx8ugZEA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392091AbfIFWXm (ORCPT ); Fri, 6 Sep 2019 18:23:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:55668 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391961AbfIFWXm (ORCPT ); Fri, 6 Sep 2019 18:23:42 -0400 Received: from kernel.org (unknown [104.132.0.74]) (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 E63C2207FC; Fri, 6 Sep 2019 22:23:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567808622; bh=bZdcjHRTRictQKuKHROlwLDaTmKRAORwUFoQbRhpj28=; h=In-Reply-To:References:To:From:Cc:Subject:Date:From; b=DZ6igBgMOMpRoIV4Lq6HqTpdhr2Z7iGqIkhs8+ySpg6iV9iUejH5iUEkMTxD4A0VZ aX9iy9LAUaxyqPWfQJdUPXtfHMOGVO8gpngAezv1MyZ1MD0b+z3A/JWBNGzQFDC8JY HQ3HdZ14sHe6zjmvhx7iYeToJ8rKdCyCLnTCCKzg= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190825141848.17346-2-joel@jms.id.au> References: <20190825141848.17346-1-joel@jms.id.au> <20190825141848.17346-2-joel@jms.id.au> To: Joel Stanley , Michael Turquette From: Stephen Boyd Cc: Andrew Jeffery , Rob Herring , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org Subject: Re: [PATCH v2 1/2] clk: aspeed: Move structures to header User-Agent: alot/0.8.1 Date: Fri, 06 Sep 2019 15:23:41 -0700 Message-Id: <20190906222341.E63C2207FC@mail.kernel.org> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Joel Stanley (2019-08-25 07:18:47) > They will be reused by the ast2600 driver. >=20 > Signed-off-by: Joel Stanley > --- Applied to clk-next 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=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 E6E46C43140 for ; Fri, 6 Sep 2019 22:23:50 +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 BD94A20854 for ; Fri, 6 Sep 2019 22:23:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="poMp7N/L"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="DZ6igBgM" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BD94A20854 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.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:Message-Id:Date:Subject:From:To: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=833nSOLw9gnk3Taa40Lgs3uhoClWn4cD4ayg/Y5FErE=; b=poMp7N/LCyoQF2 CO6ooOcrdquvyb6/SVzmR+SgCD59PGJcdBpAAPLVXsgOiBbSI0So+7+pzF5PtLsH3CUWI81yyXbYB mu3yoyyZkPkhuouK+ltLPI2b+SF6Z3AXX99x4alzDT6KUINyMpUfmRUXHOInhCOQeyQG3Wviih3xD O7HdtDvELk8diZXd+ieRdCfnKDFANOzI3BWRWPDRUuKfi/e2pZPe1cL/Mehqx5BuCjr2mvKni+brV OM3tl7yIlqdSqAj1w7JMw4eJUGmdU7W+9gk+8mk8o2hmf6gdz2O+ZuTpday4vZISf9yN9NTE3Rhgf aO5ZfYwt1fkTDsq7Qb3Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i6Mdt-0008Hp-Mx; Fri, 06 Sep 2019 22:23:45 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i6Mdq-0008HV-D6 for linux-arm-kernel@lists.infradead.org; Fri, 06 Sep 2019 22:23:44 +0000 Received: from kernel.org (unknown [104.132.0.74]) (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 E63C2207FC; Fri, 6 Sep 2019 22:23:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567808622; bh=bZdcjHRTRictQKuKHROlwLDaTmKRAORwUFoQbRhpj28=; h=In-Reply-To:References:To:From:Cc:Subject:Date:From; b=DZ6igBgMOMpRoIV4Lq6HqTpdhr2Z7iGqIkhs8+ySpg6iV9iUejH5iUEkMTxD4A0VZ aX9iy9LAUaxyqPWfQJdUPXtfHMOGVO8gpngAezv1MyZ1MD0b+z3A/JWBNGzQFDC8JY HQ3HdZ14sHe6zjmvhx7iYeToJ8rKdCyCLnTCCKzg= MIME-Version: 1.0 In-Reply-To: <20190825141848.17346-2-joel@jms.id.au> References: <20190825141848.17346-1-joel@jms.id.au> <20190825141848.17346-2-joel@jms.id.au> To: Joel Stanley , Michael Turquette From: Stephen Boyd Subject: Re: [PATCH v2 1/2] clk: aspeed: Move structures to header User-Agent: alot/0.8.1 Date: Fri, 06 Sep 2019 15:23:41 -0700 Message-Id: <20190906222341.E63C2207FC@mail.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190906_152342_464844_618BEF74 X-CRM114-Status: UNSURE ( 5.84 ) X-CRM114-Notice: Please train this message. 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: linux-aspeed@lists.ozlabs.org, Andrew Jeffery , linux-kernel@vger.kernel.org, Rob Herring , 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 Quoting Joel Stanley (2019-08-25 07:18:47) > They will be reused by the ast2600 driver. > > Signed-off-by: Joel Stanley > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel