From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752451AbdJTIk6 (ORCPT ); Fri, 20 Oct 2017 04:40:58 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:54265 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752197AbdJTIkz (ORCPT ); Fri, 20 Oct 2017 04:40:55 -0400 X-Google-Smtp-Source: ABhQp+TGLnf2lXURv2Ve8SoXfZ52p4A++6BpLeB4IdHFsbfc0axhvLYJ8zv5MFe4IB5F1bWwI7zMcQ== Subject: Re: [PATCH 0/2] clk: meson: gxbb: Add VPU and VAPB clocks To: jbrunet@baylibre.com Cc: linux-clk@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <1508168085-19032-1-git-send-email-narmstrong@baylibre.com> From: Neil Armstrong Organization: Baylibre Message-ID: <1c908eb9-a7ea-b083-d52a-e017f4ca997f@baylibre.com> Date: Fri, 20 Oct 2017 10:40:52 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1508168085-19032-1-git-send-email-narmstrong@baylibre.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16/10/2017 17:34, Neil Armstrong wrote: > This patchset adds the VPU and VAPB clocks used to feed the Amlogic Meson > GX SoC Video Processing Unit and it's power domain. > > Neil Armstrong (2): > clk: meson: gxbb: Add VPU and VAPB clockids > clk: meson: gxbb: Add VPU and VAPB clocks data > > drivers/clk/meson/gxbb.c | 292 ++++++++++++++++++++++++++++++++++ > drivers/clk/meson/gxbb.h | 6 +- > include/dt-bindings/clock/gxbb-clkc.h | 11 ++ > 3 files changed, 308 insertions(+), 1 deletion(-) > Applied to next/headers and next/drivers with removal of CLK_IGNORE_UNUSED for muxes and dividers. Neil