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, 21 May 2018 13:05:56 +0530
From:   Taniya Das <tdas@...eaurora.org>
To:     Viresh Kumar <viresh.kumar@...aro.org>
Cc:     "Rafael J. Wysocki" <rjw@...ysocki.net>,
        linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
        Stephen Boyd <sboyd@...nel.org>, robh@...nel.org,
        Rajendra Nayak <rnayak@...eaurora.org>,
        Amit Nischal <anischal@...eaurora.org>,
        devicetree@...r.kernel.org, skannan@...eaurora.org,
        amit.kucheria@...aro.org
Subject: Re: [PATCH v2 0/2] Add support for QCOM cpufreq FW driver

Hello Viresh,

Sure, will do it next time. Hope updating the fixes in this email is 
fine. Do let me know in case you need me to send it across again the 
series with cover letter updated.

On 5/21/2018 11:35 AM, Viresh Kumar wrote:
> On 19-05-18, 23:04, Taniya Das wrote:
>>   [v2]
>>     * Address comments given in v0 series.
> 
> That's not how you do it. You need to explain every change in enough
> detail here so that the reviewers don't need to go to their previous
> emails to see what changed.
> 
Fixes in [v2]
   * Fixed the alignment issues in "qcom_cpufreq_fw_target_index" for 
  dev_err and also for "qcom_cpu_resources_init".
  * Removed ret = 0 from qcom_get_related_cpus and added to check for 
cpu_mask_empty to return -ENOENT.
  * Fixes qcom_cpu_resources_init function
    * Remove initialization of 'index'
    * Check for valid 'c'
  * Removed initialization of 'prev_cc' from 'qcom_read_lut'.
  * Remove initialization of 'ret' from function qcom_resources_init and 
add return -ENODEV based on 'of_get_available_child_count'.
  * Removed initialization of 'rc' from qcom_cpufreq_fw_driver_probe
  * Removed module_exit as this driver would not be used as module, also 
updated the Kconfig to bool from tristate.
  * Updated the subsystem in device tree bindings.

>>   [v1]
>>      * Fixed compilation reported by Amit K.
>>
>> The CPUfreq FW present in some QCOM chipsets offloads the steps necessary
>> for changing the frequency of CPUs. The driver implements the cpufreq
>> driver interface for this firmware.
>>
>> Taniya Das (2):
>>    dt-bindings: cpufreq: Introduce QCOM CPUFREQ FW bindings
>>    cpufreq: qcom-fw: Add support for QCOM cpufreq FW driver
>>
>>   .../bindings/cpufreq/cpufreq-qcom-fw.txt           |  68 +++++
>>   drivers/cpufreq/Kconfig.arm                        |   9 +
>>   drivers/cpufreq/Makefile                           |   1 +
>>   drivers/cpufreq/qcom-cpufreq-fw.c                  | 317 +++++++++++++++++++++
>>   4 files changed, 395 insertions(+)
>>   create mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-fw.txt
>>   create mode 100644 drivers/cpufreq/qcom-cpufreq-fw.c
>>
>> --
>> Qualcomm INDIA, on behalf of Qualcomm Innovation Center, Inc.is a member
>> of the Code Aurora Forum, hosted by the  Linux Foundation.
> 

-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation.

--

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ