Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1485823
| From | Krzysztof Kozlowski <krzk@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC PATCH 00/10] ARM: dts: exynos: Fix invalid GIC interrupt flags |
| Date | 2016-09-18 16:40 +0200 |
| Message-ID | <siLqa-Pm-5@gated-at.bofh.it> (permalink) |
| References | <si7j3-FB-3@gated-at.bofh.it> <sirKN-5sO-17@gated-at.bofh.it> <sis4a-5zn-3@gated-at.bofh.it> <siGJP-6pE-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, Sep 18, 2016 at 10:34:36AM +0100, Marc Zyngier wrote: > On Sat, 17 Sep 2016 19:55:53 +0200 > Krzysztof Kozlowski <krzk@kernel.org> wrote: > > > On Sat, Sep 17, 2016 at 11:05:39PM +0530, Alim Akhtar wrote: > > > Hi Krzysztof, > > > > > > On Sat, Sep 17, 2016 at 1:12 AM, Krzysztof Kozlowski <krzk@kernel.org> wrote: > > > > Hi, > > > > > > > > Marek (internally), Geert and Alban reported errors like: > > > > genirq: Setting trigger mode 0 for irq 16 failed (gic_set_type+0x0/0x68) > > > > The patchset fixes this issue. > > > > > > > > Tested on: > > > > 1. Exynos4412: Odroid U3, > > > > 2. Exynos5410: Odroid XU, > > > > 3. Exynos5422: Odroid XU3. > > > > > > > > > > Tested on Exynos5800 based peach-pi board, so fpr patch 06/10 > > > > > > Tested-by: Alim Akhtar <alim.akhtar@samsung.com> > > > > > > > > > > Other platforms not tested so testing would be highly appreciated. > > > > > > > > Best regards, > > > > Krzysztof > > > > > > > > Krzysztof Kozlowski (10): > > > > ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos4 > > > > ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos4210 > > > > ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos4x12 > > > > ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos4415 > > > > ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos3250 > > > > ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos5 > > > > ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos5250 > > > > ARM: dts: exynos: Fix invalid GIC interrupt flags in > > > > exynos5410/exynos542x > > > > ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos5260 > > > > ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos5440 > > > > > > > > > > In general these patches looks good, feel free to add my review-by tag > > > for this series. > > > > > > Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> > > > > > > > Thanks, I'll add your reviewed-by to all patches. > > There is a couple of things that I don't like about these patches: > > - Are you sure that all your interrupts are level? I appreciate that's > a very common setting, but you seem to have simply decided that there > wasn't any edge interrupt. Is that a "Let's see what breaks" > situation? If so, It'd be good to state it. Yes, that's the case. I can mention it in commit msg more explicitly. Anyway till now, Exynos platform always used IRQ_TYPE_NONE. Also vendor kernel uses it. However this did not affect the platform. I didn't dig too much into it but it seemts that __irq_set_trigger wasn't called before for these interrupts. > > - You've used the IRQ_TYPE_LEVEL_HIGH macro everywhere, but didn't use > the GIC_SPI macro as the first argument of each interrupt specifier. > I'm by no mean a fan of these macros, but you should at least have > some consistency inside an interrupt specifier. I wanted to fix here only the error itself. Using GIC_SPI instead of 0 is not related so I replaced it in separate patches [1]. Keeping such change separate makes testing easy - dtx_diff. Best regards, Krzysztof [1] https://patchwork.kernel.org/patch/9336781/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC PATCH 00/10] ARM: dts: exynos: Fix invalid GIC interrupt flags Krzysztof Kozlowski <krzk@kernel.org> - 2016-09-16 21:50 +0200
[RFT] arm64 dts: exynos: Fix invalid GIC interrupt flags in exynos7 Krzysztof Kozlowski <krzk@kernel.org> - 2016-09-16 22:10 +0200
Re: [RFT] arm64 dts: exynos: Fix invalid GIC interrupt flags in exynos7 Krzysztof Kozlowski <krzk@kernel.org> - 2016-09-16 22:30 +0200
Re: [RFT] arm64 dts: exynos: Fix invalid GIC interrupt flags in exynos7 Alim Akhtar <alim.akhtar@samsung.com> - 2016-09-17 13:40 +0200
Re: [RFT] arm64 dts: exynos: Fix invalid GIC interrupt flags in exynos7 Krzysztof Kozlowski <krzk@kernel.org> - 2016-09-17 18:40 +0200
Re: [RFC PATCH 00/10] ARM: dts: exynos: Fix invalid GIC interrupt flags Alim Akhtar <alim.akhtar@gmail.com> - 2016-09-17 19:40 +0200
Re: [RFC PATCH 00/10] ARM: dts: exynos: Fix invalid GIC interrupt flags Krzysztof Kozlowski <krzk@kernel.org> - 2016-09-17 20:00 +0200
Re: [RFC PATCH 00/10] ARM: dts: exynos: Fix invalid GIC interrupt flags Marc Zyngier <marc.zyngier@arm.com> - 2016-09-18 11:40 +0200
Re: [RFC PATCH 00/10] ARM: dts: exynos: Fix invalid GIC interrupt flags Krzysztof Kozlowski <krzk@kernel.org> - 2016-09-18 16:40 +0200
Re: [RFC PATCH 00/10] ARM: dts: exynos: Fix invalid GIC interrupt flags Geert Uytterhoeven <geert@linux-m68k.org> - 2016-09-18 10:50 +0200
csiph-web