Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1243816 > unrolled thread
| Started by | Bjorn Andersson <bjorn@kryo.se> |
|---|---|
| First post | 2015-10-10 06:40 +0200 |
| Last post | 2015-10-12 19:20 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] soc: qcom: smd: Correct SMEM items for upper channels Bjorn Andersson <bjorn@kryo.se> - 2015-10-10 06:40 +0200
[RESEND PATCH] soc: qcom: smd: Correct SMEM items for upper channels bjorn@kryo.se - 2015-10-10 07:10 +0200
Re: [PATCH] soc: qcom: smd: Correct SMEM items for upper channels Andy Gross <agross@codeaurora.org> - 2015-10-12 18:40 +0200
Re: [PATCH] soc: qcom: smd: Correct SMEM items for upper channels Bjorn Andersson <bjorn@kryo.se> - 2015-10-12 19:20 +0200
| From | Bjorn Andersson <bjorn@kryo.se> |
|---|---|
| Date | 2015-10-10 06:40 +0200 |
| Subject | [PATCH] soc: qcom: smd: Correct SMEM items for upper channels |
| Message-ID | <qhU6R-6XR-1@gated-at.bofh.it> |
Update the SMEM items for the second set of SMD channels, as these where
incorrect.
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
---
drivers/soc/qcom/smd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/soc/qcom/smd.c b/drivers/soc/qcom/smd.c
index 18964f1..e7fb8fa 100644
--- a/drivers/soc/qcom/smd.c
+++ b/drivers/soc/qcom/smd.c
@@ -87,8 +87,8 @@ static const struct {
.fifo_base_id = 338
},
{
- .alloc_tbl_id = 14,
- .info_base_id = 266,
+ .alloc_tbl_id = 266,
+ .info_base_id = 138,
.fifo_base_id = 202,
},
};
--
2.3.2 (Apple Git-55)
--
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/
[toc] | [next] | [standalone]
| From | bjorn@kryo.se |
|---|---|
| Date | 2015-10-10 07:10 +0200 |
| Subject | [RESEND PATCH] soc: qcom: smd: Correct SMEM items for upper channels |
| Message-ID | <qhUzT-7MG-1@gated-at.bofh.it> |
| In reply to | #1243816 |
From: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Update the SMEM items for the second set of SMD channels, as these where
incorrect.
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
---
Corrected .gitconfig mishap which gave wrong author.
drivers/soc/qcom/smd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/soc/qcom/smd.c b/drivers/soc/qcom/smd.c
index 18964f1..e7fb8fa 100644
--- a/drivers/soc/qcom/smd.c
+++ b/drivers/soc/qcom/smd.c
@@ -87,8 +87,8 @@ static const struct {
.fifo_base_id = 338
},
{
- .alloc_tbl_id = 14,
- .info_base_id = 266,
+ .alloc_tbl_id = 266,
+ .info_base_id = 138,
.fifo_base_id = 202,
},
};
--
2.3.2 (Apple Git-55)
--
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/
[toc] | [prev] | [next] | [standalone]
| From | Andy Gross <agross@codeaurora.org> |
|---|---|
| Date | 2015-10-12 18:40 +0200 |
| Message-ID | <qiOiK-4vG-27@gated-at.bofh.it> |
| In reply to | #1243816 |
On Fri, Oct 09, 2015 at 09:35:37PM -0700, Bjorn Andersson wrote: > Update the SMEM items for the second set of SMD channels, as these where > incorrect. > > Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Nice. Good catch. I verified by counting through the #defines in the codeaurora code. Reviewed-by: Andy Gross <agross@codeaurora.org> -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- 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/
[toc] | [prev] | [next] | [standalone]
| From | Bjorn Andersson <bjorn@kryo.se> |
|---|---|
| Date | 2015-10-12 19:20 +0200 |
| Message-ID | <qiOVr-5wm-11@gated-at.bofh.it> |
| In reply to | #1244898 |
On Mon, Oct 12, 2015 at 9:36 AM, Andy Gross <agross@codeaurora.org> wrote: > On Fri, Oct 09, 2015 at 09:35:37PM -0700, Bjorn Andersson wrote: >> Update the SMEM items for the second set of SMD channels, as these where >> incorrect. >> >> Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> > > Nice. Good catch. I verified by counting through the #defines in the > codeaurora code. > I grew tired of resolving that huge enum list, so I created this: http://elinux.org/Qualcomm_SMEM_Items Was planning to document the items as I go, but the list of numbers is the most important part. Regards, Bjorn -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web