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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 72E3BC31E44 for ; Fri, 14 Jun 2019 10:32:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4ECC820851 for ; Fri, 14 Jun 2019 10:32:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726767AbfFNKcF (ORCPT ); Fri, 14 Jun 2019 06:32:05 -0400 Received: from gloria.sntech.de ([185.11.138.130]:39088 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726083AbfFNKcE (ORCPT ); Fri, 14 Jun 2019 06:32:04 -0400 Received: from we0305.dip.tu-dresden.de ([141.76.177.49] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hbjV0-0004UU-OB; Fri, 14 Jun 2019 12:31:58 +0200 From: Heiko Stuebner To: "Leonidas P. Papadakos" Cc: itdaniher@gmail.com, Rob Herring , Mark Rutland , Michael Turquette , Stephen Boyd , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH 1/2] clk: rockchip: add clock for the watchdog pclk on rk3328 Date: Fri, 14 Jun 2019 12:31:58 +0200 Message-ID: <2207770.HSO279VB62@phil> In-Reply-To: <1560506054.1367.0@gmail.com> References: <20190605235714.22432-1-papadakospan@gmail.com> <5657669.4RvfzeBcXs@phil> <1560506054.1367.0@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Hi, Am Freitag, 14. Juni 2019, 11:54:14 CEST schrieb Leonidas P. Papadakos: > > > Were you able yet to take a look at the clock-patches I Cc'ed you on > > and look at reworking your patch accrodingly? > > > > > > Thanks > > Heiko > > > My time is limited due to exams, and I have no knowledge on how the clk > stuff works, but I'll read up when I have the time. The patched you > CCed me on is certainly helpful in this regard ok. I have tested the conversion on the platforms I did convert there, so I'll just apply the 2 patches later on. Should I wait on you respinning the rk3328 watchdog patch, or just add the rk3328 watchdog pclk myself? Heiko