On Wed, 02 Aug 2023 13:04:18 +0300, Dmitry Baryshkov wrote: > Having an explicit init of interrupt fields to -1 for not existing IRQs > makes it easier to forget and/or miss such initialisation, resulting in > a wrong interrupt definition. > > Instead shift all IRQ indices to turn '0' to be the non-existing IRQ. > > Dependencies: [1] > > [...] Applied, thanks! [2/8] drm/msm/dpu: remove irq_idx argument from IRQ callbacks https://gitlab.freedesktop.org/lumag/msm/-/commit/a437d2ad57cd [3/8] drm/msm/dpu: extract dpu_core_irq_is_valid() helper https://gitlab.freedesktop.org/lumag/msm/-/commit/bd4c87f01ed9 [4/8] drm/msm/dpu: add helper to get IRQ-related data https://gitlab.freedesktop.org/lumag/msm/-/commit/c22014a4f9d4 [5/8] drm/msm/dpu: make the irq table size static https://gitlab.freedesktop.org/lumag/msm/-/commit/88910969b897 [6/8] drm/msm/dpu: stop using raw IRQ indices in the kernel output https://gitlab.freedesktop.org/lumag/msm/-/commit/e44535d80deb [7/8] drm/msm/dpu: stop using raw IRQ indices in the kernel traces https://gitlab.freedesktop.org/lumag/msm/-/commit/4961180f7420 [8/8] drm/msm/dpu: shift IRQ indices by 1 https://gitlab.freedesktop.org/lumag/msm/-/commit/2ebf933742ec Best regards, -- Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>