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>] [day] [month] [year] [list]
Date:   Tue, 28 Dec 2021 15:58:26 +0100
From:   Matthias Brugger <matthias.bgg@...il.com>
To:     "jason-jh.lin" <jason-jh.lin@...iatek.com>,
        Jassi Brar <jassisinghbrar@...il.com>,
        Chun-Kuang Hu <chunkuang.hu@...nel.org>, tzungbi@...gle.com,
        Yongqiang Niu <yongqiang.niu@...iatek.com>
Cc:     linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org,
        linux-mediatek@...ts.infradead.org, nancy.lin@...iatek.com,
        singo.chang@...iatek.com
Subject: Re: [PATCH v2] mailbox: fix gce_num of mt8192 driver data



On 23/12/2021 15:51, jason-jh.lin wrote:
> Because mt8192 only have 1 gce, the gce_num should be 1.
> 
> Fixes: 85dfdbfc13ea ("mailbox: cmdq: add multi-gce clocks support for mt8195")
> Signed-off-by: jason-jh.lin <jason-jh.lin@...iatek.com>

Reviewed-by: Matthias Brugger <matthias.bgg@...il.com>

> ---
> Change in v2:
> - fix tilte tag from cmdq to mailbox
> - rebase on kernel-5.16
> ---
>   drivers/mailbox/mtk-cmdq-mailbox.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c b/drivers/mailbox/mtk-cmdq-mailbox.c
> index 1faf35e8aff0..2895484f8349 100644
> --- a/drivers/mailbox/mtk-cmdq-mailbox.c
> +++ b/drivers/mailbox/mtk-cmdq-mailbox.c
> @@ -650,7 +650,7 @@ static const struct gce_plat gce_plat_v5 = {
>   	.thread_nr = 24,
>   	.shift = 3,
>   	.control_by_sw = true,
> -	.gce_num = 2
> +	.gce_num = 1
>   };
>   
>   static const struct gce_plat gce_plat_v6 = {
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ