From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753251AbdLHJd5 (ORCPT ); Fri, 8 Dec 2017 04:33:57 -0500 Received: from mail-wr0-f193.google.com ([209.85.128.193]:47025 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753344AbdLHJdK (ORCPT ); Fri, 8 Dec 2017 04:33:10 -0500 X-Google-Smtp-Source: AGs4zMYEKXOEE3k6Wb11Op1FkC0VNALyC98H/7tYZCS9w1ujZReK0Gz8Pod7rqWgeWggfW5qGQXdRw== Message-ID: <1512725587.17256.19.camel@baylibre.com> Subject: Re: [PATCH v5 2/4] clk: meson-axg: add clocks dt-bindings required header From: Jerome Brunet To: Rob Herring , Yixun Lan Cc: Neil Armstrong , Kevin Hilman , Mark Rutland , Michael Turquette , Stephen Boyd , Carlo Caione , Qiufang Dai , Jian Hu , linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Date: Fri, 08 Dec 2017 10:33:07 +0100 In-Reply-To: <20171207221014.6qwcb43w5hms4ma5@rob-hp-laptop> References: <20171207095300.15384-1-yixun.lan@amlogic.com> <20171207095300.15384-3-yixun.lan@amlogic.com> <20171207221014.6qwcb43w5hms4ma5@rob-hp-laptop> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.2 (3.26.2-1.fc27) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2017-12-07 at 16:10 -0600, Rob Herring wrote: > On Thu, Dec 07, 2017 at 05:52:58PM +0800, Yixun Lan wrote: > > From: Qiufang Dai > > > > Add the required header for the clocks ID dt-bindings > > exported from various subsystem in the Meson-AXG SoC. > > > > Signed-off-by: Qiufang Dai > > Signed-off-by: Yixun Lan > > --- > > include/dt-bindings/clock/axg-clkc.h | 71 > > ++++++++++++++++++++++++++++++++++++ > > 1 file changed, 71 insertions(+) > > create mode 100644 include/dt-bindings/clock/axg-clkc.h > > Please add acks when posting new versions. > > Rob Yixun, please be consistent about this. Maintainers are not going to dig through your previous revision to collect Tags I believe Neil acked patch 3, didn't he ? Please resend your series with the Tags collected If not already done, please make sure patches 1-3 apply on top of rc1 and patch 4 on Kevin's dt64 branch. Thanks Jerome