.../interrupt-controller/loongson,liointc.yaml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-)
Hi all:
Some liointc-related DTBS_CHECK warnings were found when trying to
introduce the Loongson-2K DTS{I} for LoongArch.
This patch series attempts to fix those warnings.
Of course, these fixes also apply to MIPS Loongson-2K1000.
Thanks.
-----
V6:
- Drop the 'parent_int_map' related patches following Rob's comment.
Link to V5:
https://lore.kernel.org/all/cover.1700449792.git.zhoubinbin@loongson.cn/
V5:
- Add Reviewed-by tag;
patch(1/5):
- Just drop 'loongson,parent_int_map' instead of marking it as
deprecated.
Link to V4:
https://lore.kernel.org/all/cover.1699521866.git.zhoubinbin@loongson.cn/
V4:
- Add Acked-by tag;
patch(2/5):
- Just add 'maxitem 2' instead of duplicating the list;
patch(3/5):
- Rewite commit message for 'interrupt-names'.
Link to V3:
https://lore.kernel.org/all/cover.1698717154.git.zhoubinbin@loongson.cn/
V3:
patch(1/5):
- new patch, 'loongson,parent_int_map' renamed to 'loongson,parent-int-map';
patch(2/5)(3/5):
- Separate the change points into separate patches;
patch(4/5):
- new patch, make sure both parent map forms can be parsed;
patch(5/5):
- new patch, fix 'loongson,parent_int_map' references in mips loongson
dts{i}.
Link to V2:
https://lore.kernel.org/all/20230821061315.3416836-1-zhoubinbin@loongson.cn/
V2:
1. Update commit message;
2. "interruprt-names" should be "required", the driver gets the parent
interrupts through it;
3. Add more descriptions to explain the rationale for multiple nodes;
4. Rewrite if-else statements.
Link to V1:
https://lore.kernel.org/all/20230815084713.1627520-1-zhoubinbin@loongson.cn/
Binbin Zhou (2):
dt-bindings: interrupt-controller: loongson,liointc: Fix dtbs_check
warning for reg-names
dt-bindings: interrupt-controller: loongson,liointc: Fix dtbs_check
warning for interrupt-names
.../interrupt-controller/loongson,liointc.yaml | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
--
2.39.3
Hi, Rob,
Since this series doesn't touch the driver any more, I suppose that
this series will go through your dt tree?
Huacai
On Thu, Dec 7, 2023 at 3:29 PM Binbin Zhou <zhoubinbin@loongson.cn> wrote:
>
> Hi all:
>
> Some liointc-related DTBS_CHECK warnings were found when trying to
> introduce the Loongson-2K DTS{I} for LoongArch.
> This patch series attempts to fix those warnings.
>
> Of course, these fixes also apply to MIPS Loongson-2K1000.
>
> Thanks.
>
> -----
> V6:
> - Drop the 'parent_int_map' related patches following Rob's comment.
>
> Link to V5:
> https://lore.kernel.org/all/cover.1700449792.git.zhoubinbin@loongson.cn/
>
> V5:
> - Add Reviewed-by tag;
> patch(1/5):
> - Just drop 'loongson,parent_int_map' instead of marking it as
> deprecated.
>
> Link to V4:
> https://lore.kernel.org/all/cover.1699521866.git.zhoubinbin@loongson.cn/
>
> V4:
> - Add Acked-by tag;
> patch(2/5):
> - Just add 'maxitem 2' instead of duplicating the list;
> patch(3/5):
> - Rewite commit message for 'interrupt-names'.
>
> Link to V3:
> https://lore.kernel.org/all/cover.1698717154.git.zhoubinbin@loongson.cn/
>
> V3:
> patch(1/5):
> - new patch, 'loongson,parent_int_map' renamed to 'loongson,parent-int-map';
> patch(2/5)(3/5):
> - Separate the change points into separate patches;
> patch(4/5):
> - new patch, make sure both parent map forms can be parsed;
> patch(5/5):
> - new patch, fix 'loongson,parent_int_map' references in mips loongson
> dts{i}.
>
> Link to V2:
> https://lore.kernel.org/all/20230821061315.3416836-1-zhoubinbin@loongson.cn/
>
> V2:
> 1. Update commit message;
> 2. "interruprt-names" should be "required", the driver gets the parent
> interrupts through it;
> 3. Add more descriptions to explain the rationale for multiple nodes;
> 4. Rewrite if-else statements.
>
> Link to V1:
> https://lore.kernel.org/all/20230815084713.1627520-1-zhoubinbin@loongson.cn/
>
> Binbin Zhou (2):
> dt-bindings: interrupt-controller: loongson,liointc: Fix dtbs_check
> warning for reg-names
> dt-bindings: interrupt-controller: loongson,liointc: Fix dtbs_check
> warning for interrupt-names
>
> .../interrupt-controller/loongson,liointc.yaml | 18 ++++++++++++------
> 1 file changed, 12 insertions(+), 6 deletions(-)
>
> --
> 2.39.3
>
Applied to loongarch-next, thanks.
Huacai
On Fri, Dec 29, 2023 at 11:08 PM Huacai Chen <chenhuacai@kernel.org> wrote:
>
> Hi, Rob,
>
> Since this series doesn't touch the driver any more, I suppose that
> this series will go through your dt tree?
>
> Huacai
>
> On Thu, Dec 7, 2023 at 3:29 PM Binbin Zhou <zhoubinbin@loongson.cn> wrote:
> >
> > Hi all:
> >
> > Some liointc-related DTBS_CHECK warnings were found when trying to
> > introduce the Loongson-2K DTS{I} for LoongArch.
> > This patch series attempts to fix those warnings.
> >
> > Of course, these fixes also apply to MIPS Loongson-2K1000.
> >
> > Thanks.
> >
> > -----
> > V6:
> > - Drop the 'parent_int_map' related patches following Rob's comment.
> >
> > Link to V5:
> > https://lore.kernel.org/all/cover.1700449792.git.zhoubinbin@loongson.cn/
> >
> > V5:
> > - Add Reviewed-by tag;
> > patch(1/5):
> > - Just drop 'loongson,parent_int_map' instead of marking it as
> > deprecated.
> >
> > Link to V4:
> > https://lore.kernel.org/all/cover.1699521866.git.zhoubinbin@loongson.cn/
> >
> > V4:
> > - Add Acked-by tag;
> > patch(2/5):
> > - Just add 'maxitem 2' instead of duplicating the list;
> > patch(3/5):
> > - Rewite commit message for 'interrupt-names'.
> >
> > Link to V3:
> > https://lore.kernel.org/all/cover.1698717154.git.zhoubinbin@loongson.cn/
> >
> > V3:
> > patch(1/5):
> > - new patch, 'loongson,parent_int_map' renamed to 'loongson,parent-int-map';
> > patch(2/5)(3/5):
> > - Separate the change points into separate patches;
> > patch(4/5):
> > - new patch, make sure both parent map forms can be parsed;
> > patch(5/5):
> > - new patch, fix 'loongson,parent_int_map' references in mips loongson
> > dts{i}.
> >
> > Link to V2:
> > https://lore.kernel.org/all/20230821061315.3416836-1-zhoubinbin@loongson.cn/
> >
> > V2:
> > 1. Update commit message;
> > 2. "interruprt-names" should be "required", the driver gets the parent
> > interrupts through it;
> > 3. Add more descriptions to explain the rationale for multiple nodes;
> > 4. Rewrite if-else statements.
> >
> > Link to V1:
> > https://lore.kernel.org/all/20230815084713.1627520-1-zhoubinbin@loongson.cn/
> >
> > Binbin Zhou (2):
> > dt-bindings: interrupt-controller: loongson,liointc: Fix dtbs_check
> > warning for reg-names
> > dt-bindings: interrupt-controller: loongson,liointc: Fix dtbs_check
> > warning for interrupt-names
> >
> > .../interrupt-controller/loongson,liointc.yaml | 18 ++++++++++++------
> > 1 file changed, 12 insertions(+), 6 deletions(-)
> >
> > --
> > 2.39.3
> >
© 2016 - 2025 Red Hat, Inc.