From: vnkgutta@codeaurora.org
To: Evan Green <evgreen@chromium.org>
Cc: robh@kernel.org, mchehab@kernel.org, linux-edac@vger.kernel.org,
linux-kernel@vger.kernel.org, Andy Gross <andy.gross@linaro.org>,
David Brown <david.brown@linaro.org>,
linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org,
robh+dt@kernel.org, mark.rutland@arm.com,
devicetree@vger.kernel.org, tsoni@codeaurora.org,
ckadabi@codeaurora.org, rishabhb@codeaurora.org, bp@alien8.de
Subject: Re: [PATCH v2 1/4] drivers: soc: Add broadcast base for Last Level Cache Controller (LLCC)
Date: Fri, 24 Aug 2018 10:58:19 -0700 [thread overview]
Message-ID: <022159d88ada0092f5c24a0881e2375d@codeaurora.org> (raw)
In-Reply-To: <CAE=gft64sF7APE490guRHo7PS9XsFkPn9-ZKcMB4_wPE5FXONQ@mail.gmail.com>
On 2018-08-23 16:01, Evan Green wrote:
> On Fri, Aug 17, 2018 at 5:08 PM Venkata Narendra Kumar Gutta
> <vnkgutta@codeaurora.org> wrote:
>>
>> Currently, boradcast base is set to end of the LLCC banks, which may
>
> s/boradcast/broadcast/
I'll correct this typo in the next version.
>
>> not be correct always. As the number of banks may vary for each
>> chipset
>> and the broadcast base could be at a different address as well. This
>> info
>> depends on the chipset, so get the broadcast base info from the device
>> tree (DT). Add broadcast base in LLCC driver and use this for
>> broadcast
>> writes.
>>
>> Signed-off-by: Venkata Narendra Kumar Gutta <vnkgutta@codeaurora.org>
>> ---
>> drivers/soc/qcom/llcc-slice.c | 55
>> +++++++++++++++++++++++---------------
>> include/linux/soc/qcom/llcc-qcom.h | 4 +--
>> 2 files changed, 35 insertions(+), 24 deletions(-)
>>
>
> Reviewed-by: Evan Green <evgreen@chromium.org>
WARNING: multiple messages have this Message-ID (diff)
From: Venkata Narendra Kumar Gutta <vnkgutta@codeaurora.org>
To: Evan Green <evgreen@chromium.org>
Cc: robh@kernel.org, mchehab@kernel.org, linux-edac@vger.kernel.org,
linux-kernel@vger.kernel.org, Andy Gross <andy.gross@linaro.org>,
David Brown <david.brown@linaro.org>,
linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org,
robh+dt@kernel.org, mark.rutland@arm.com,
devicetree@vger.kernel.org, tsoni@codeaurora.org,
ckadabi@codeaurora.org, rishabhb@codeaurora.org, bp@alien8.de
Subject: [v2,1/4] drivers: soc: Add broadcast base for Last Level Cache Controller (LLCC)
Date: Fri, 24 Aug 2018 10:58:19 -0700 [thread overview]
Message-ID: <022159d88ada0092f5c24a0881e2375d@codeaurora.org> (raw)
On 2018-08-23 16:01, Evan Green wrote:
> On Fri, Aug 17, 2018 at 5:08 PM Venkata Narendra Kumar Gutta
> <vnkgutta@codeaurora.org> wrote:
>>
>> Currently, boradcast base is set to end of the LLCC banks, which may
>
> s/boradcast/broadcast/
I'll correct this typo in the next version.
>
>> not be correct always. As the number of banks may vary for each
>> chipset
>> and the broadcast base could be at a different address as well. This
>> info
>> depends on the chipset, so get the broadcast base info from the device
>> tree (DT). Add broadcast base in LLCC driver and use this for
>> broadcast
>> writes.
>>
>> Signed-off-by: Venkata Narendra Kumar Gutta <vnkgutta@codeaurora.org>
>> ---
>> drivers/soc/qcom/llcc-slice.c | 55
>> +++++++++++++++++++++++---------------
>> include/linux/soc/qcom/llcc-qcom.h | 4 +--
>> 2 files changed, 35 insertions(+), 24 deletions(-)
>>
>
> Reviewed-by: Evan Green <evgreen@chromium.org>
next prev parent reply other threads:[~2018-08-24 17:58 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-18 0:08 [PATCH v2 0/4] Add EDAC driver for QCOM SoCs Venkata Narendra Kumar Gutta
2018-08-18 0:08 ` [PATCH v2 1/4] drivers: soc: Add broadcast base for Last Level Cache Controller (LLCC) Venkata Narendra Kumar Gutta
2018-08-18 0:08 ` [v2,1/4] " Venkata Narendra Kumar Gutta
2018-08-23 23:01 ` [PATCH v2 1/4] " Evan Green
2018-08-23 23:01 ` [v2,1/4] " Evan Green
2018-08-24 17:58 ` vnkgutta [this message]
2018-08-24 17:58 ` Venkata Narendra Kumar Gutta
2018-08-18 0:08 ` [PATCH v2 2/4] drivers: soc: Add support to register LLCC EDAC driver Venkata Narendra Kumar Gutta
2018-08-18 0:08 ` [v2,2/4] " Venkata Narendra Kumar Gutta
2018-08-23 23:01 ` [PATCH v2 2/4] " Evan Green
2018-08-23 23:01 ` [v2,2/4] " Evan Green
2018-08-24 17:57 ` [PATCH v2 2/4] " vnkgutta
2018-08-24 17:57 ` [v2,2/4] " Venkata Narendra Kumar Gutta
2018-08-18 0:08 ` [PATCH v2 3/4] drivers: edac: Add EDAC driver support for QCOM SoCs Venkata Narendra Kumar Gutta
2018-08-18 0:08 ` [v2,3/4] " Venkata Narendra Kumar Gutta
2018-08-23 23:04 ` [PATCH v2 3/4] " Evan Green
2018-08-23 23:04 ` [v2,3/4] " Evan Green
2018-08-23 23:07 ` [PATCH v2 3/4] " Evan Green
2018-08-23 23:07 ` [v2,3/4] " Evan Green
2018-08-24 18:38 ` [PATCH v2 3/4] " vnkgutta
2018-08-24 18:38 ` [v2,3/4] " Venkata Narendra Kumar Gutta
2018-08-24 18:32 ` [PATCH v2 3/4] " vnkgutta
2018-08-24 18:32 ` [v2,3/4] " Venkata Narendra Kumar Gutta
2018-08-24 20:18 ` [PATCH v2 3/4] " Evan Green
2018-08-24 20:18 ` [v2,3/4] " Evan Green
2018-08-24 21:05 ` [PATCH v2 3/4] " vnkgutta
2018-08-24 21:05 ` [v2,3/4] " Venkata Narendra Kumar Gutta
2018-08-24 16:11 ` [PATCH v2 3/4] " Stephen Boyd
2018-08-24 16:11 ` Stephen Boyd
2018-08-24 16:11 ` [v2,3/4] " Stephen Boyd
2018-08-24 19:47 ` [PATCH v2 3/4] " vnkgutta
2018-08-24 19:47 ` [v2,3/4] " Venkata Narendra Kumar Gutta
2018-08-18 0:08 ` [PATCH v2 4/4] dt-bindigs: msm: Update documentation of qcom,llcc Venkata Narendra Kumar Gutta
2018-08-18 0:08 ` [v2,4/4] " Venkata Narendra Kumar Gutta
2018-08-20 19:53 ` [PATCH v2 4/4] " Rob Herring
2018-08-20 19:53 ` [v2,4/4] " Rob Herring
2018-08-22 21:46 ` [PATCH v2 4/4] " vnkgutta
2018-08-22 21:46 ` [v2,4/4] " Venkata Narendra Kumar Gutta
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=022159d88ada0092f5c24a0881e2375d@codeaurora.org \
--to=vnkgutta@codeaurora.org \
--cc=andy.gross@linaro.org \
--cc=bp@alien8.de \
--cc=ckadabi@codeaurora.org \
--cc=david.brown@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=evgreen@chromium.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-edac@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-soc@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mchehab@kernel.org \
--cc=rishabhb@codeaurora.org \
--cc=robh+dt@kernel.org \
--cc=robh@kernel.org \
--cc=tsoni@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.