Received: by 10.213.65.68 with SMTP id h4csp1804956imn; Mon, 19 Mar 2018 13:46:01 -0700 (PDT) X-Google-Smtp-Source: AG47ELsnKfjHhIG1Uuec5FlVClaj0UV4eKvVrpR67uHgWpXPdLiQCiWACHFq1QHrQE1/nJvYlKdw X-Received: by 10.99.168.13 with SMTP id o13mr860204pgf.198.1521492361085; Mon, 19 Mar 2018 13:46:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521492361; cv=none; d=google.com; s=arc-20160816; b=KNiSOlIVXT0wB02Q8cxlqAqV7nWFqUnJVCBTZ8zyXjk4ufVTJCqqvU+Y+6xQvJ+l8O HD7R0qWzZfj8UcOgSGtLaGE9CvPtkD58wJuk06kU3GMn+2Kd6lr9ZUI7bNV3OCgT3lLq pGesvLrX06Lcxv6beRhIUWyzIPbfz+HTWNFYA3VNmuCuNmrnIy21eQqFHz4+BMbeb3N/ beMnTQb5k633cC7wel17eb1/7ziYHjRSQ++sh0As9itqN6CJLC8tWz0uLyIzn0sOIJM8 qePJBoP5BHWq62htNjz2pX6ubY9eWsrpXfoC/8Bc5/0mTteVyeQUh7r/ZUEJP2jbegfW H7zA== 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=7fgIu3L48SisL0NzcwscNG+5P8R8aGCGQml+uYw4+p4=; b=dck905/FgrGXcJnUxeCCoYDPfl71OhL6DAiCtgzt0iCbP481c7hVYCmHApI29kMzA/ +xc6GMKgssjh7HfoIhwWedLZw9NueURfxj0ZwrZQfgA5HwFVGjkkT4U19sTABA+0uPU/ olRYCGyH4oBjgLPsllUGPSH7xJTkTw9UyyIOSyfx1GZRt6eaY6N1hy6hD0BrIvkEIzEz lopATWX7cygAtFszTj+8Zeg1PRFFxq0MuiIWwV4XmyRyXgBK4tFjzSgorgmmYoMDVAdi Lf91VyU0Klomfflhs7bbF21n5QI3NbwQ8NJTikv3Fe/7j2UAW394asT5o3eLQtB05Z+a 4CMg== 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 r7si37512pgp.212.2018.03.19.13.45.16; Mon, 19 Mar 2018 13:46:01 -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 S1031959AbeCSUll convert rfc822-to-8bit (ORCPT + 99 others); Mon, 19 Mar 2018 16:41:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:38394 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031021AbeCSUlg (ORCPT ); Mon, 19 Mar 2018 16:41:36 -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 5ECCE21737; Mon, 19 Mar 2018 20:41:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5ECCE21737 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: <152149209476.242365.12761078522449253601@swboyd.mtv.corp.google.com> User-Agent: alot/0.7 Subject: Re: [PATCH v4 4/6] dt-bindings: clock: mediatek: update audsys documentation to adapt MFD device Date: Mon, 19 Mar 2018 13:41:34 -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:29) > The MediaTek audio hardware block that exposes functionalities that are > handled by separate subsystems in the kernel. These functions are all > mapped somewhere at 0x112xxxxx, and there are some control bits are mixed > up with other functions within the same registers. > > This patch modifies example to illustrate child nodes. > > Signed-off-by: Ryder Lee > --- Applied to clk-next