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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 8360BC3A59B for ; Mon, 19 Aug 2019 07:27:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 553462087E for ; Mon, 19 Aug 2019 07:27:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566199659; bh=SZ9Ao8FfR0PuQ6iPU0Wh/DnaqMF8VJumtYhqVss2EvY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=iJ+ec0Ayfe2JH7Ox5/jx4ddJhRgb1eizMI8wHsfWgItA7UhwlXUCOhhQ5STmwxT1v Lljmv9sTcdKNpJA3ag7sQLJlWpa3VC2/xnph1lhKeEC75cboyAmMM6eD2R9pFZgm4a BJ112oYBCSPZDsbgfeOz8oGioLwNiiQTuPn5V5yg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726912AbfHSH1i (ORCPT ); Mon, 19 Aug 2019 03:27:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:50210 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725768AbfHSH1i (ORCPT ); Mon, 19 Aug 2019 03:27:38 -0400 Received: from X250 (37.80-203-192.nextgentel.com [80.203.192.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 266852086C; Mon, 19 Aug 2019 07:27:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566199657; bh=SZ9Ao8FfR0PuQ6iPU0Wh/DnaqMF8VJumtYhqVss2EvY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=J5zIXe8voouEL04ALmAx6QxC326GZiAYYGDkZjaM0n+UAjB4B/PDfVrUtLR/y4Jx8 AxUgxMLA1VjJZG3dz84Qu0AoKYmld6W6a/SDbtuGmDKJYflXgpO3EsuWETy98HYH17 jgcHqPM6Oq/Nd5/1T7dLU3cfrcwNtIO7E+eBLTes= Date: Mon, 19 Aug 2019 09:27:22 +0200 From: Shawn Guo To: Daniel Lezcano Cc: Anson.Huang@nxp.com, catalin.marinas@arm.com, will@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, tglx@linutronix.de, leonard.crestez@nxp.com, aisheng.dong@nxp.com, daniel.baluta@nxp.com, ping.bai@nxp.com, l.stach@pengutronix.de, abel.vesa@nxp.com, andrew.smirnov@gmail.com, ccaione@baylibre.com, angus@akkea.ca, agx@sigxcpu.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH V5 5/5] arm64: dts: imx8mm: Enable cpu-idle driver Message-ID: <20190819072721.GA5999@X250> References: <20190710063056.35689-1-Anson.Huang@nxp.com> <20190710063056.35689-5-Anson.Huang@nxp.com> <34c03d76-ae61-63b4-153f-3f9911cc962e@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <34c03d76-ae61-63b4-153f-3f9911cc962e@linaro.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 15, 2019 at 06:12:50PM +0200, Daniel Lezcano wrote: > > Hi Anson, > > sorry for the late review, I've been pretty busy. > > If Shawn is ok, I can pick the patches 1-4 in my tree and then this one > after you fix the comments below. I'm okay, so: Acked-by: Shawn Guo