Received: by 10.213.65.68 with SMTP id h4csp1805293imn; Mon, 19 Mar 2018 13:46:39 -0700 (PDT) X-Google-Smtp-Source: AG47ELsvJ62WuVrJFJzPPJv59RaujIOvsZ8acwUYgqYU/c1n3GZS8bnj6+FGXoJhdOcnDFKm/1BX X-Received: by 2002:a17:902:aa02:: with SMTP id be2-v6mr13932724plb.86.1521492399339; Mon, 19 Mar 2018 13:46:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521492399; cv=none; d=google.com; s=arc-20160816; b=SPGG2raxrw7YXPu8NRa8hm2Kmd7atpcg0SbMIIIqt7FWq86LXmX5zVdFXwpiEwXjJQ R0DYFex5XShKiYrHmth5Rd2T33aLdHhR2n79eULmg2PqaT4uY+f2m8fJ9uVYpOsNAgD1 Zji1AhViH2+iHnYEhJdH5cEErmfBuLcOu9oolCDEFEovXO9tV17PyF3ws+TR4XkXUUnr L5isS8OE6OgXBefbt10iATb1+5nvYZlTmxXQVJxrLr8W/1xHBLEhbCwHjot2gzfra+Ng HZPzl1aHaELDrjY7NAbZL2MC3JYeQEA5Q8JVz5UmBudGpKli0SYfP42n/0x45IGgV62q mUjw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:subject:user-agent:message-id :references:cc:in-reply-to:from:to:content-transfer-encoding :mime-version:dmarc-filter:arc-authentication-results; bh=rSzyOFuD5yj+PSeGlY9J1oW2qmMRue6ZAp9GDXcS888=; b=XyDzzW1m4WY6JW/hCpta3lLmE7rbRSQEY8h4S7zrgNC2Bd7eH1iUdyDMnlpEC55Cxj EV6a8t0buOB7kQXtv/8yBKdk8MmijAenX50y/tukTInMsjBcc57AdWIQGExOaJ5epY1U 1xbLmFIU9hnbN2YQlY8/oqnGvrThsQJq6tccgPdezL9nN+/g/g9fm1sSuKASXOG8cOD4 3zb+BO+h8V2gx9LWOmCqw6svMHzRhrVGHtEB8AhMVFtan7dg00X0VDZlo2BmNgX1Y0Vs pjtO/QzhD+UgSw4CbWwIfoTA2ZM9Gn+IVzg+mHzPZ0LTQNkTCJIwMZh2EVO01OHMgaYh mr0Q== 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 u132si18475pgc.802.2018.03.19.13.45.55; Mon, 19 Mar 2018 13:46:39 -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 S1030695AbeCSUlR convert rfc822-to-8bit (ORCPT + 99 others); Mon, 19 Mar 2018 16:41:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:38288 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966390AbeCSUlN (ORCPT ); Mon, 19 Mar 2018 16:41:13 -0400 Received: from localhost (unknown [104.132.1.75]) (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 D6F9521737; Mon, 19 Mar 2018 20:41:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D6F9521737 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=sboyd@kernel.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Rob Herring , Ryder Lee , Stephen Boyd From: Stephen Boyd In-Reply-To: Cc: Mark Brown , Lee Jones , Matthias Brugger , linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, Garlic Tseng , Ryder Lee References: Message-ID: <152149207219.242365.5264361651929075521@swboyd.mtv.corp.google.com> User-Agent: alot/0.7 Subject: Re: [PATCH v4 1/6] clk: mediatek: update missing clock data for MT7622 audsys Date: Mon, 19 Mar 2018 13:41:12 -0700 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Ryder Lee (2018-03-06 01:09:26) > Add missing clock data 'CLK_AUDIO_AFE_CONN' for MT7622 audsys. > > Signed-off-by: Ryder Lee > Reviewed-by: Rob Herring > Reviewed-by: Matthias Brugger > --- Applied to clk-next