From: Stanimir Varbanov <svarbanov@mm-sol.com>
To: Lina Iyer <lina.iyer@linaro.org>
Cc: Gilad Avidov <gavidov@codeaurora.org>,
sdharia@codeaurora.org, mlocke@codeaurora.org,
linux-arm-msm@vger.kernel.org, gregkh@linuxfoundation.org,
linux-kernel@vger.kernel.org, iivanov@mm-sol.com,
galak@codeaurora.org, agross@codeaurora.org
Subject: Re: [PATCH V2 2/2] spmi: pmic_arb: add support for hw version 2
Date: Wed, 04 Feb 2015 16:36:12 +0200 [thread overview]
Message-ID: <54D22E5C.1050204@mm-sol.com> (raw)
In-Reply-To: <20150203212150.GE4855@linaro.org>
Hi Lina, Gilad
On 02/03/2015 11:21 PM, Lina Iyer wrote:
> On Tue, Feb 03 2015 at 02:59 -0700, Stanimir Varbanov wrote:
>> Hi Gilad,
>>
>> Thanks for the patch.
>>
>> On 01/31/2015 02:46 AM, Gilad Avidov wrote:
>>> Qualcomm PMIC Arbiter version-2 changes from version-1 are:
>>>
>>> - Some different register offsets.
>>> - New channel register space, one per PMIC peripheral (ppid).
>>> All tx traffic uses these channels.
>>> - New observer register space. All rx trafic uses this space.
>>> - Different command format for spmi command registers.
>>>
>>> Signed-off-by: Gilad Avidov <gavidov@codeaurora.org>
>>> Acked-by: Sagar Dharia <sdharia@codeaurora.org>
>>> ---
>>> .../bindings/spmi/qcom,spmi-pmic-arb.txt | 6 +-
>>> drivers/spmi/spmi-pmic-arb.c | 310
>>> +++++++++++++++++----
>>> 2 files changed, 260 insertions(+), 56 deletions(-)
>>>
>>> diff --git
>>> a/Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.txt
>>> b/Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.txt
>>> index 715d099..e16b9b5 100644
>>> --- a/Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.txt
>>> +++ b/Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.txt
>>> @@ -1,6 +1,6 @@
>>> Qualcomm SPMI Controller (PMIC Arbiter)
>>>
>>> -The SPMI PMIC Arbiter is found on the Snapdragon 800 Series. It is
>>> an SPMI
>>> +The SPMI PMIC Arbiter is found on Snapdragon chipsets. It is an SPMI
>>> controller with wrapping arbitration logic to allow for multiple
>>> on-chip
>>> devices to control a single SPMI master.
>>>
>>> @@ -19,6 +19,10 @@ Required properties:
>>> "core" - core registers
>>> "intr" - interrupt controller registers
>>> "cnfg" - configuration registers
>>> + Registers used only for V2 PMIC Arbiter:
>>> + "chnls" - tx-channel per virtual slave registers.
>>> + "obsrvr" - rx-channel (called observer) per virtual slave
>>> registers.
>>> +
>>> - reg : address + size pairs describing the PMIC arb register sets;
>>> order must
>>> correspond with the order of entries in reg-names
>>> - #address-cells : must be set to 2
>>> diff --git a/drivers/spmi/spmi-pmic-arb.c b/drivers/spmi/spmi-pmic-arb.c
>>> index 20559ab..818b2cf 100644
>>> --- a/drivers/spmi/spmi-pmic-arb.c
>>> +++ b/drivers/spmi/spmi-pmic-arb.c
>>> @@ -1,4 +1,4 @@
>>> -/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
>>> +/* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved.
>>
>> run checkpatch, there are tons of errors like white spaces and DOS line
>> ending.
>
> I dont see any DOS line endings with these patches. I believe the
> checkpatch warnings also are false positives.
>
My fault, I wrongly saved the patch using Thinderbird. But the above
obviously breaks multiline comments coding style rules.
--
regards,
Stan
prev parent reply other threads:[~2015-02-04 14:36 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-31 0:46 [PATCH V2 0/2] add support for pmic_arb v2 and correct framework Gilad Avidov
2015-01-31 0:46 ` [PATCH V2 1/2] spmi: remove wakeup command before slave probe Gilad Avidov
2015-02-03 9:36 ` Stanimir Varbanov
2015-02-04 1:17 ` Gilad Avidov
2015-01-31 0:46 ` [PATCH V2 2/2] spmi: pmic_arb: add support for hw version 2 Gilad Avidov
2015-02-03 9:59 ` Stanimir Varbanov
2015-02-03 16:59 ` Gilad Avidov
2015-02-03 17:14 ` Stanimir Varbanov
2015-02-03 21:21 ` Lina Iyer
2015-02-04 14:36 ` Stanimir Varbanov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54D22E5C.1050204@mm-sol.com \
--to=svarbanov@mm-sol.com \
--cc=agross@codeaurora.org \
--cc=galak@codeaurora.org \
--cc=gavidov@codeaurora.org \
--cc=gregkh@linuxfoundation.org \
--cc=iivanov@mm-sol.com \
--cc=lina.iyer@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mlocke@codeaurora.org \
--cc=sdharia@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox