public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3]  irqchip: xilinx: Add support for multiple instances
@ 2020-03-16 13:54 Mubin Usman Sayyed
  2020-03-16 13:54 ` [PATCH v4 1/3] " Mubin Usman Sayyed
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mubin Usman Sayyed @ 2020-03-16 13:54 UTC (permalink / raw)
  To: tglx, jason, maz, michals, linux-arm-kernel
  Cc: linux-kernel, sivadur, anirudh, Mubin Usman Sayyed

Created series by rebasing inter-dependent patches
from Michal (https://lkml.org/lkml/2020/3/8/164) on top
of v3 (https://lkml.org/lkml/2020/2/14/2680)

Changes for v4:
        - Fixed review comments from Thomas - updated commit
          message, variable declarations changed to reverse
          fir tree and cleaned up some code.
        - Added inter-dependendent patches 2/3 and 3/3 from Michal
          https://lkml.org/lkml/2020/3/8/164

Changes for v3:
        - Modified prototype of xintc_write/xintc_read
        - Fixed review comments regarding indentation/variable
          names, used BIT
        - Modified xintc_get_irq_local to return 0
          in case of failure/no pending interrupts
        - Fixed return type of xintc_read
        - Reverted changes related to device name and
          kept intc_dev as static

Changes for v2:
        - Removed write_fn/read_fn hooks, used xintc_write/
          xintc_read directly
        - Moved primary_intc declaration after xintc_irq_chip




Michal Simek (2):
  irqchip: xilinx: Fill error code when irq domain registration fails
  irqchip: xilinx: Enable generic irq multi handler

Mubin Sayyed (1):
  irqchip: xilinx: Add support for multiple instances

 arch/microblaze/Kconfig           |   2 +
 arch/microblaze/include/asm/irq.h |   3 -
 arch/microblaze/kernel/irq.c      |  21 +----
 drivers/irqchip/irq-xilinx-intc.c | 130 ++++++++++++++++++------------
 4 files changed, 82 insertions(+), 74 deletions(-)

-- 
2.25.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-03-17  8:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-16 13:54 [PATCH v4 0/3] irqchip: xilinx: Add support for multiple instances Mubin Usman Sayyed
2020-03-16 13:54 ` [PATCH v4 1/3] " Mubin Usman Sayyed
2020-03-16 14:34   ` Marc Zyngier
2020-03-17  8:18     ` Mubin Usman Sayyed
2020-03-16 13:54 ` [PATCH v4 2/3] irqchip: xilinx: Fill error code when irq domain registration fails Mubin Usman Sayyed
2020-03-16 13:54 ` [PATCH v4 3/3] irqchip: xilinx: Enable generic irq multi handler Mubin Usman Sayyed

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox