Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751956AbdGaL4K (ORCPT ); Mon, 31 Jul 2017 07:56:10 -0400 Received: from mail-wm0-f46.google.com ([74.125.82.46]:36578 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750954AbdGaL4I (ORCPT ); Mon, 31 Jul 2017 07:56:08 -0400 From: Jerome Brunet To: Neil Armstrong , Michael Turquette , Stephen Boyd , Carlo Caione , Kevin Hilman Cc: Jerome Brunet , linux-clk@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v3 0/2] clk: meson: add mmc input 0 clocks Date: Mon, 31 Jul 2017 13:56:01 +0200 Message-Id: <20170731115603.29720-1-jbrunet@baylibre.com> X-Mailer: git-send-email 2.9.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1205 Lines: 34 This patchset adds the clocks feeding the clock input 0 of the mmc controllers This patchset depends on the following patchset being merged first: * https://lkml.kernel.org/r/20170727161755.10393-1-jbrunet@baylibre.com * https://lkml.kernel.org/r/20170731113832.26490-1-jbrunet@baylibre.com FIXME: We need CLK_IGNORE_UNUSED in clock flags because mmc DT node point to xtal instead of these clocks. W/O the flag, CCF would gate the mmc clocks on boot, killing the mmc controllers. CLK_IGNORE_UNUSED could be removed once the DT is fixed Changes between v2 and v3 [1]: * Split driver and header changes * Add CLK_INGORE_UNUSED flag Changes between v1 and v2 [0]: * Correct commit description and comments. [1]: https://lkml.kernel.org/r/20170727103902.3262-1-jbrunet@baylibre.com [0]: https://lkml.kernel.org/r/20170726203138.11367-1-jbrunet@baylibre.com Jerome Brunet (2): clk: meson: gxbb: Add sd_emmc clk0 clkids clk: meson: gxbb: Add sd_emmc clk0 clocks drivers/clk/meson/gxbb.c | 177 ++++++++++++++++++++++++++++++++++ drivers/clk/meson/gxbb.h | 10 +- include/dt-bindings/clock/gxbb-clkc.h | 3 + 3 files changed, 188 insertions(+), 2 deletions(-) -- 2.9.4