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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 7BB38C433E1 for ; Thu, 28 May 2020 14:48:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 54B29207D3 for ; Thu, 28 May 2020 14:48:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590677293; bh=glegTNbyG4+ZKT/Nw1GpsorARuAp8OyhZCm4KzAL2PE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=s+mk2jxNY8jwTd/ktwUEt8j8e8Bohp8k25Y9QKHXnF7R6XTPAYgbb9m9ZrTM03p+j XotC/SuWaK66vTZeftrcXG7XRxzLkAlgolpfbntPncNYNl1h8Rsg+RBi994Vvp7jrX r1KwWOsnUBT7sWWkRlXmCEWA915w6Rl0DUAkprYs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728566AbgE1OsJ (ORCPT ); Thu, 28 May 2020 10:48:09 -0400 Received: from mail-io1-f51.google.com ([209.85.166.51]:33619 "EHLO mail-io1-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728456AbgE1OsH (ORCPT ); Thu, 28 May 2020 10:48:07 -0400 Received: by mail-io1-f51.google.com with SMTP id k18so30309579ion.0; Thu, 28 May 2020 07:48:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=sk3NhDpltS42mXxoOytbsMAa+03NQ034Rus+VTvtCUM=; b=JqCrMGmbZC+J+rMzOJ4CIvW8gVlCeeB06UNjRaJQTuEHHs5wi0nbAdwbO6A/EgCRRK 2+f4ArgZILv3U1EyHzctu32wOAuIxNNeN3PVZ35iogYEYxg7PSCkND9wqqtAeDZTeX/p GT2Onv7asHJUQcdlQxgIRCuFuc/ROEZl9NYNoJGnhdS4KwjLhpa0ROHtlWPwDhQXoGyJ RPUgidZ6wlrKZPwC3MhCwQTGOzMtKZLQWbv75gMsxqTeN3csazFsYLFbwrg5p9GAh7VY UFoddPx7cidmiJDeYBNld0bRe4R1kELzfel52x3WNUpoyWG8MHw+GimEfhe1+XYtc2qz AM5A== X-Gm-Message-State: AOAM533WpuwMkCJt5Rc0EDDeK1EA2cizFFKXhme6UFKAgzAqBf971lB4 wfWuJrhfWwzt5cqmWu7Sog== X-Google-Smtp-Source: ABdhPJyqWSoedQ4uoSVKakZIQqvkZaTL4iJfxqNE8vRynVhBNqESQfFiekM/SqxTlkXC5Mdjt6q1qw== X-Received: by 2002:a02:93a1:: with SMTP id z30mr2833528jah.25.1590677285689; Thu, 28 May 2020 07:48:05 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id o18sm3204484ils.30.2020.05.28.07.48.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 May 2020 07:48:04 -0700 (PDT) Received: (nullmailer pid 37765 invoked by uid 1000); Thu, 28 May 2020 14:48:03 -0000 Date: Thu, 28 May 2020 08:48:03 -0600 From: Rob Herring To: Mathieu Poirier Cc: Sai Prakash Ranjan , Suzuki K Poulose , Mike Leach , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Stephen Boyd Subject: Re: [PATCHv3 0/2] Add support for replicators which loses context on clock removal Message-ID: <20200528144803.GA36440@bogus> References: <20200525161553.GA31527@xps15> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200525161553.GA31527@xps15> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Mon, May 25, 2020 at 10:15:53AM -0600, Mathieu Poirier wrote: > Hi Sai, > > On Sat, May 23, 2020 at 12:06:50AM +0530, Sai Prakash Ranjan wrote: > > This series is mainly to add support for replicators > > which lose context on removing AMBA clock like on SC7180 > > SoC where replicator in AOSS domain loses context. > > > > I am good with this set but need a reviewed-by on the DT binding before I can > add it to my tree. The same goes for your other set[1]. Then why is it already in linux-next? In any case, Acked-by: Rob Herring 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=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,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 7382DC433E0 for ; Thu, 28 May 2020 14:48:10 +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 3BB77207D3 for ; Thu, 28 May 2020 14:48:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="bBbg09x/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3BB77207D3 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: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=NwetKcG2B3jvaVmLPF9Vr9N+uklHjcE24IGmu6ra1og=; b=bBbg09x/J07XJb OZ41OR3WMqYOJkWC01ctWVw4TCOPzsntSidlPARgLUc5+oOkNdEqsmQdoqySJYkmY0MxazD+97YCr bwpndGE8qnM5fId9GKDGG1BkChDP/wFVblwd2WtqCCDYfiAMQiWaD80Krj/yHRMOTtgErHyGmUxcw Jrz/sagaItBP/7oV1Kw3bBZ3Zcyb3r2zng9f8D0IrzfUzzVSCN78zYgU/R6YDtatqS6jkKyc4+TFt GD3Z0AygfxMVL943fFZpUpU2z9T+aaV7BACkhuyVbSLtkn/55TcnK9eksCUbD9VUYoAhwPLYjBbOj l3oPnaze+96BYGUYWmIQ==; 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 1jeJpJ-0001jr-Cc; Thu, 28 May 2020 14:48:09 +0000 Received: from mail-io1-f54.google.com ([209.85.166.54]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jeJpG-0001iq-Ol for linux-arm-kernel@lists.infradead.org; Thu, 28 May 2020 14:48:07 +0000 Received: by mail-io1-f54.google.com with SMTP id c8so9869638iob.6 for ; Thu, 28 May 2020 07:48:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=sk3NhDpltS42mXxoOytbsMAa+03NQ034Rus+VTvtCUM=; b=BMoTBI3uDCWIE/Cjvuqy1Bcz8NupwSXmxKq5EObZkOKRekjB+jYqf6SueyNs0K6tqV RAYX4V0EHJB8EeoONIGM4f0YjoKLnVjPMXSGmJTO9ZxvcIMZD5j9CEmWXIi2SNQ5aqsl oNORUk11vklJBUS4hypCDJ8CsZvgGW8rJK2z7mY59vbBNIYswE5j0m9vFutuTB7tIjbF SxFmg2ig9Ec2gtlrcpECXtAq4Tp5i52LaxfZTaHYAGhtzGkxfR/PMQFj1lcMONCbNxrN roWBlRuzRFYnLvbX2sBIpbt0NF3adwfq5RfsoBZVlUdTFVTUGKjT3CyWSeQ37OZH63a/ yf0w== X-Gm-Message-State: AOAM530e8/pSFpIMJpdjHzWCmdLK+0uZ9jawkt0YGNBjb+DDVmhLx4/5 x3woita4eC0+2nCtEvg0hQ== X-Google-Smtp-Source: ABdhPJyqWSoedQ4uoSVKakZIQqvkZaTL4iJfxqNE8vRynVhBNqESQfFiekM/SqxTlkXC5Mdjt6q1qw== X-Received: by 2002:a02:93a1:: with SMTP id z30mr2833528jah.25.1590677285689; Thu, 28 May 2020 07:48:05 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id o18sm3204484ils.30.2020.05.28.07.48.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 May 2020 07:48:04 -0700 (PDT) Received: (nullmailer pid 37765 invoked by uid 1000); Thu, 28 May 2020 14:48:03 -0000 Date: Thu, 28 May 2020 08:48:03 -0600 From: Rob Herring To: Mathieu Poirier Subject: Re: [PATCHv3 0/2] Add support for replicators which loses context on clock removal Message-ID: <20200528144803.GA36440@bogus> References: <20200525161553.GA31527@xps15> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200525161553.GA31527@xps15> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200528_074806_804633_B8C1DBE8 X-CRM114-Status: GOOD ( 11.89 ) 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: devicetree@vger.kernel.org, Sai Prakash Ranjan , Suzuki K Poulose , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Stephen Boyd , linux-arm-kernel@lists.infradead.org, Mike Leach 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 Mon, May 25, 2020 at 10:15:53AM -0600, Mathieu Poirier wrote: > Hi Sai, > > On Sat, May 23, 2020 at 12:06:50AM +0530, Sai Prakash Ranjan wrote: > > This series is mainly to add support for replicators > > which lose context on removing AMBA clock like on SC7180 > > SoC where replicator in AOSS domain loses context. > > > > I am good with this set but need a reviewed-by on the DT binding before I can > add it to my tree. The same goes for your other set[1]. Then why is it already in linux-next? In any case, Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel