From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752776AbeBEJva (ORCPT ); Mon, 5 Feb 2018 04:51:30 -0500 Received: from mail-wr0-f171.google.com ([209.85.128.171]:39103 "EHLO mail-wr0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752250AbeBEJvW (ORCPT ); Mon, 5 Feb 2018 04:51:22 -0500 X-Google-Smtp-Source: AH8x227DEJNG4yux649zu7feWXpsEEZJ7fdj32q7SxXokpiYZXqo4Ipf3lvne284DJEcIr+iCU4qwg== Message-ID: <1517824279.3153.42.camel@baylibre.com> Subject: Re: [PATCH 08/19] clk: meson: add regmap to the clock controllers From: Jerome Brunet To: Martin Blumenstingl Cc: Neil Armstrong , Kevin Hilman , Michael Turquette , Stephen Boyd , linux-kernel@vger.kernel.org, Carlo Caione , linux-amlogic@lists.infradead.org, linux-clk@vger.kernel.org Date: Mon, 05 Feb 2018 10:51:19 +0100 In-Reply-To: References: <20180131180945.18025-1-jbrunet@baylibre.com> <20180131180945.18025-9-jbrunet@baylibre.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.4 (3.26.4-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 Sat, 2018-02-03 at 19:53 +0100, Martin Blumenstingl wrote: > On Wed, Jan 31, 2018 at 7:09 PM, Jerome Brunet wrote: > > This change register a regmap in meson8b, gxbb and axg controllers. > > The clock are still accessing their registers directly through iomem. > > Once all clocks handled by these controllers have been move to regmap, > > the regmap register will be removed and replaced with a syscon request. > > maybe you can add a comment that some of the registers from this area > need to be accessed outside the clock driver (by the HDMI driver for > example - which is the case on GX and Meson8/8b IIRC) if you have to > re-spin this series I think it was mentioned in the cover letter, but you are right, I should mention it here as well. > > > Signed-off-by: Jerome Brunet > > Acked-by: Martin Blumenstingl