Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754498AbaDGPDF (ORCPT ); Mon, 7 Apr 2014 11:03:05 -0400 Received: from ns.mm-sol.com ([37.157.136.199]:42789 "EHLO extserv.mm-sol.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753143AbaDGPDC (ORCPT ); Mon, 7 Apr 2014 11:03:02 -0400 Message-ID: <1396882918.28420.37.camel@iivanov-dev> Subject: Re: [PATCH v2] clk: qcom: Add support for IPQ8064's global clock controller (GCC) From: "Ivan T. Ivanov" To: Kumar Gala Cc: Mike Turquette , devicetree@vger.kernel.org, sboyd@codeaurora.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org Date: Mon, 07 Apr 2014 18:01:58 +0300 In-Reply-To: <1396642749-12979-1-git-send-email-galak@codeaurora.org> References: <1396642749-12979-1-git-send-email-galak@codeaurora.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.1-2ubuntu2~saucy1 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 Hi Kumar, On Fri, 2014-04-04 at 15:19 -0500, Kumar Gala wrote: > Add a driver for the global clock controller found on IPQ8064 based > platforms. This should allow most non-multimedia device drivers to probe > and control their clocks. > > This is currently missing clocks for SATA, USB, and networking devices. > > Signed-off-by: Kumar Gala > --- > v2: > * dropped audio clock from commit message > * changed Kconfig symbol to IPQ_GCC_806X > * Fixed PXO/CXO clk freq to 25Mhz > > --- /dev/null > +++ b/drivers/clk/qcom/gcc-ipq806x.c > @@ -0,0 +1,1957 @@ > +/* > + * Copyright (c) 2014, The Linux Foundation. All rights reserved. > + * > + * This software is licensed under the terms of the GNU General Public > + * License version 2, as published by the Free Software Foundation, and > + * may be copied, distributed, and modified under those terms. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + */ > + > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > + > +#include > +#include > + > +#include "common.h" Do I miss something or this file is not available? Regards, Ivan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/