lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 7 Apr 2014 10:10:02 -0500
From:	Kumar Gala <galak@...eaurora.org>
To:	"Ivan T. Ivanov" <iivanov@...sol.com>
Cc:	Mike Turquette <mturquette@...aro.org>, devicetree@...r.kernel.org,
	sboyd@...eaurora.org, linux-kernel@...r.kernel.org,
	linux-arm-kernel@...ts.infradead.org, linux-arm-msm@...r.kernel.org
Subject: Re: [PATCH v2] clk: qcom: Add support for IPQ8064's global clock controller (GCC)


On Apr 7, 2014, at 10:01 AM, Ivan T. Ivanov <iivanov@...sol.com> wrote:

> 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 <galak@...eaurora.org>
>> ---
>> v2:
>> * dropped audio clock from commit message
>> * changed Kconfig symbol to IPQ_GCC_806X
>> * Fixed PXO/CXO clk freq to 25Mhz
>> 
> 
> <snip>
> 
>> --- /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 <linux/kernel.h>
>> +#include <linux/bitops.h>
>> +#include <linux/err.h>
>> +#include <linux/platform_device.h>
>> +#include <linux/module.h>
>> +#include <linux/of.h>
>> +#include <linux/of_device.h>
>> +#include <linux/clk-provider.h>
>> +#include <linux/regmap.h>
>> +#include <linux/reset-controller.h>
>> +
>> +#include <dt-bindings/clock/qcom,gcc-ipq806x.h>
>> +#include <dt-bindings/reset/qcom,gcc-ipq806x.h>
>> +
>> +#include "common.h"
> 
> Do I miss something or this file is not available?

Its based on Stephen’s refactoring patch:

https://patchwork.kernel.org/patch/3876761/

- k

-- 
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ