[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6EF00182-1FF4-4061-BCE4-E2AD7275211B@public-files.de>
Date: Sat, 24 Jul 2021 19:06:11 +0200
From: Frank Wunderlich <frank-w@...lic-files.de>
To: linux-mediatek@...ts.infradead.org,
Dafna Hirschfeld <dafna.hirschfeld@...labora.com>,
Chun-Kuang Hu <chunkuang.hu@...nel.org>
CC: David Airlie <airlied@...ux.ie>, linux-kernel@...r.kernel.org,
dri-devel@...ts.freedesktop.org,
Matthias Brugger <matthias.bgg@...il.com>,
Frank Wunderlich <linux@...web.de>,
linux-arm-kernel@...ts.infradead.org,
Enric Balletbo i Serra <enric.balletbo@...labora.com>,
Collabora Kernel ML <kernel@...labora.com>
Subject: Re: Aw: Re: [PATCH] soc: mediatek: mmsys: fix HDMI output on mt7623/bananapi-r2
>On 12.07.21 19:16, Frank Wunderlich wrote:
>> Hi,
>>
>> it turns out that problem is the read+or of the new value
>>
>> i reverted my patch and changed
>>
>> reg = readl_relaxed(mmsys->regs + routes[i].addr) | routes[i].val;
>> writel_relaxed(reg, mmsys->regs + routes[i].addr);
>>
>> to
>>
>> writel_relaxed(routes[i].val, mmsys->regs + routes[i].addr);
>>
>> and it works too, but maybe it breaks other platforms
A gentle ping. Amy further comments which of both ways is the right one (restoring old output select function or write only without read+or)?
regards Frank
Powered by blists - more mailing lists