On 2023/4/14 下午 03:46, Krzysztof Kozlowski wrote:
On 14/04/2023 03:22, Jacky Huang wrote:
Dear Krzysztof,
On 2023/4/14 上午 01:01, Krzysztof Kozlowski wrote:
On 12/04/2023 07:38, Jacky Huang wrote:
From: Jacky Huang <ychuang3@xxxxxxxxxxx>
Add entry for Nuvoton ma35d1 maintainer and files.
In addition, update board binding paths of NUVOTON NPCM.
ARM/NUVOTON NPCM ARCHITECTURE
M: Avi Fishman <avifishman70@xxxxxxxxx>
M: Tomer Maimon <tmaimon77@xxxxxxxxx>
@@ -2512,7 +2522,8 @@ L: openbmc@xxxxxxxxxxxxxxxx (moderated for non-subscribers)
S: Supported
F: Documentation/devicetree/bindings/*/*/*npcm*
F: Documentation/devicetree/bindings/*/*npcm*
-F: Documentation/devicetree/bindings/arm/npcm/*
It is not a bisectable change.
Best regards,
Krzysztof
F: Documentation/devicetree/bindings/*/*/*npcm*
F: Documentation/devicetree/bindings/*/*npcm*
F: Documentation/devicetree/bindings/arm/nuvoton/*npcm* <-- remove
this
F: Documentation/devicetree/bindings/soc/nuvoton/*npcm* <-- remove this
Yes, the two statements at the bottom seem redundant. I will remove them.
I did not comment about "redundant". I used the word "bisectable". git
help bisect.
Best regards,
Krzysztof
Dear Krzysztof,
I do a test on it, but cannot find issues.
Could you please advise on how to duplicate the issue? Thank you.
I do the following 'git bisect' test.
$ git log --oneline
5e186f4f1f94 (HEAD, master) MAINTAINERS: Add entry for NUVOTON MA35
. . .
1a8a804a4f5d Merge tag 'trace-v6.3-rc5-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
$ git bisect start 5e186f4f1f94 1a8a804a4f5d
HEAD is now at 5e186f4f1f94 MAINTAINERS: Add entry for NUVOTON MA35
Bisecting: 68 revisions left to test after this (roughly 6 steps)
Best regards,
Jacky Huang