From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH 12/24] dt-bindings: mediatek: infracfg: add support for MT8516 Date: Thu, 25 Apr 2019 14:34:39 -0700 Message-ID: <155622807901.15276.4074098056713390821@swboyd.mtv.corp.google.com> References: <20190323211612.860-1-fparent@baylibre.com> <20190323211612.860-13-fparent@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20190323211612.860-13-fparent@baylibre.com> Sender: linux-kernel-owner@vger.kernel.org To: mark.rutland@arm.com, matthias.bgg@gmail.com, robh+dt@kernel.org Cc: sean.wang@kernel.org, ryder.lee@mediatek.com, hsin-hsiung.wang@mediatek.com, wenzhen.yu@mediatek.com, chaotian.jing@mediatek.com, yong.mao@mediatek.com, jjian.zhou@mediatek.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-mmc@vger.kernel.org, linux-gpio@vger.kernel.org, linux-serial@vger.kernel.org, linux-spi@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-clk@vger.kernel.org, stephane.leprovost@mediatek.com, Fabien Parent List-Id: linux-gpio@vger.kernel.org Quoting Fabien Parent (2019-03-23 14:16:00) > Add binding documentation of infracfg for MT8516 SoC. >=20 > Signed-off-by: Fabien Parent > --- 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_PASS autolearn=unavailable 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 8729AC4321A for ; Thu, 25 Apr 2019 21:34:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8D35C20675 for ; Thu, 25 Apr 2019 21:34:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556228082; bh=TeFMU285vQsKoeyW6YnIsqqiPOWUxTotNNhyVhxNaTI=; h=In-Reply-To:References:Cc:From:Subject:To:Date:List-ID:From; b=DGZBrf/3bafZVTa5zMB3ADxi4QeXwjfG+5Lpsnq95nF3maFaLWQgkio1zcpsvu2Z3 e1ZSIln4WgSB8nOuOoq7ISMVrNyXKWbnpd88KnmnAsLGpbocC1xk0bpakIU2RAUHSC C2ELbKicuLnXNXDhtFt8ZDatMc5a+lKDcNQzLK6U= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731191AbfDYVel (ORCPT ); Thu, 25 Apr 2019 17:34:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:46560 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726150AbfDYVek (ORCPT ); Thu, 25 Apr 2019 17:34:40 -0400 Received: from localhost (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 F033B20675; Thu, 25 Apr 2019 21:34:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556228080; bh=TeFMU285vQsKoeyW6YnIsqqiPOWUxTotNNhyVhxNaTI=; h=In-Reply-To:References:Cc:From:Subject:To:Date:From; b=YzsBsz+OkKnK1iC+GMLS838W9zhtyF4cac6F+kRUAUbVtIhzE5mmgV7ZsW+NcC6br 3ntbDPRO62kqsMJg0Dy3c5T9Muq/H5ISNCRgMhiDVFrS3sRqu92B6Z3niGPSsJOCCm +FLFHGMUxnVwKi3eR43tODxOpnoxKWWPdEL7v770= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190323211612.860-13-fparent@baylibre.com> References: <20190323211612.860-1-fparent@baylibre.com> <20190323211612.860-13-fparent@baylibre.com> Cc: sean.wang@kernel.org, ryder.lee@mediatek.com, hsin-hsiung.wang@mediatek.com, wenzhen.yu@mediatek.com, chaotian.jing@mediatek.com, yong.mao@mediatek.com, jjian.zhou@mediatek.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-mmc@vger.kernel.org, linux-gpio@vger.kernel.org, linux-serial@vger.kernel.org, linux-spi@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-clk@vger.kernel.org, stephane.leprovost@mediatek.com, Fabien Parent From: Stephen Boyd Subject: Re: [PATCH 12/24] dt-bindings: mediatek: infracfg: add support for MT8516 To: Fabien Parent , mark.rutland@arm.com, matthias.bgg@gmail.com, robh+dt@kernel.org Message-ID: <155622807901.15276.4074098056713390821@swboyd.mtv.corp.google.com> User-Agent: alot/0.8 Date: Thu, 25 Apr 2019 14:34:39 -0700 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Fabien Parent (2019-03-23 14:16:00) > Add binding documentation of infracfg for MT8516 SoC. >=20 > Signed-off-by: Fabien Parent > --- 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_PASS,URIBL_BLOCKED autolearn=ham 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 E3F86C43218 for ; Thu, 25 Apr 2019 21:34: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 F2ECA206BA for ; Thu, 25 Apr 2019 21:34: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="NAvX8K0Z"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="YzsBsz+O" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F2ECA206BA 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:Date:Message-ID:To:Subject:From: 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=nHp1+CCfAcW8RGyVcOgtuJkDa8sZrIM5kmrrSd8932o=; b=NAvX8K0ZU5kPW2 /ZHRiJnQWjTAhlhWxbmi3JmgBabyxsY9bv5yS19QXABsGB4Jc7fGckacUaIguSKvU19Hjv3zCMhN8 9CS8fnAO3FRU4od5KfWIoECqqUUTnAuToiBHhK+0cAlQ+WVqG8qntAElvkobEQc1Po5m12wWey+bh H9BFOEdkMmd8Fcw7jq0p3inI0Du8b20Eaw7g0ZgEmcXVlNSDqUxtn61Wl9B3D5HSQWoRnfTJqJbDf R2MHMHAasF5wy0V5ug8ieKw0sGPhnrR6tURDU1Ps0wHyUki2QBtTbvkG7jzpitmGhOLYkLJjeAmJ7 7OdBMeTNNALbhUUg4y3Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hJm0x-000076-8i; Thu, 25 Apr 2019 21:34:43 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hJm0u-00006X-2C; Thu, 25 Apr 2019 21:34:41 +0000 Received: from localhost (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 F033B20675; Thu, 25 Apr 2019 21:34:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556228080; bh=TeFMU285vQsKoeyW6YnIsqqiPOWUxTotNNhyVhxNaTI=; h=In-Reply-To:References:Cc:From:Subject:To:Date:From; b=YzsBsz+OkKnK1iC+GMLS838W9zhtyF4cac6F+kRUAUbVtIhzE5mmgV7ZsW+NcC6br 3ntbDPRO62kqsMJg0Dy3c5T9Muq/H5ISNCRgMhiDVFrS3sRqu92B6Z3niGPSsJOCCm +FLFHGMUxnVwKi3eR43tODxOpnoxKWWPdEL7v770= MIME-Version: 1.0 In-Reply-To: <20190323211612.860-13-fparent@baylibre.com> References: <20190323211612.860-1-fparent@baylibre.com> <20190323211612.860-13-fparent@baylibre.com> From: Stephen Boyd Subject: Re: [PATCH 12/24] dt-bindings: mediatek: infracfg: add support for MT8516 To: Fabien Parent , mark.rutland@arm.com, matthias.bgg@gmail.com, robh+dt@kernel.org Message-ID: <155622807901.15276.4074098056713390821@swboyd.mtv.corp.google.com> User-Agent: alot/0.8 Date: Thu, 25 Apr 2019 14:34:39 -0700 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190425_143440_119317_F3386C91 X-CRM114-Status: UNSURE ( 5.26 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, ryder.lee@mediatek.com, linux-watchdog@vger.kernel.org, jjian.zhou@mediatek.com, wenzhen.yu@mediatek.com, stephane.leprovost@mediatek.com, sean.wang@kernel.org, linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, yong.mao@mediatek.com, linux-spi@vger.kernel.org, linux-gpio@vger.kernel.org, linux-mediatek@lists.infradead.org, hsin-hsiung.wang@mediatek.com, linux-serial@vger.kernel.org, Fabien Parent , linux-clk@vger.kernel.org, chaotian.jing@mediatek.com, linux-i2c@vger.kernel.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 Fabien Parent (2019-03-23 14:16:00) > Add binding documentation of infracfg for MT8516 SoC. > > Signed-off-by: Fabien Parent > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel