linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 0/2] irqchip: add support for BCM6345 interrupt controller
       [not found] ` <1C119275-4A6D-4E72-BBAA-D9DDF25485C8@gmail.com>
@ 2021-02-27 10:07   ` Marc Zyngier
  0 siblings, 0 replies; 2+ messages in thread
From: Marc Zyngier @ 2021-02-27 10:07 UTC (permalink / raw)
  To: Álvaro Fernández Rojas
  Cc: Andy Shevchenko, Thomas Gleixner, Rob Herring, Florian Fainelli,
	Jonas Gorski, linux-kernel, devicetree, bcm-kernel-feedback-list,
	linux-mips

Alvaro,

On Sat, 27 Feb 2021 08:49:25 +0000,
Álvaro Fernández Rojas <noltari@gmail.com> wrote:
> 
> Hi Andy,
> 
> That wasn’t top-posting,

If that isn't top-posting, I wonder what is. With HTML on top, to make
sure it breaks every established rule.

> I was just asking why it was changed to Not Applicable instead of
> leaving it as New until the merge window closes...

I have no idea why, and I don't really care. I don't use patchwork for
anything I maintain, and the sole reference is the state of my Inbox.

> I have the feeling that if the patch is changed to Not Applicable
> it’s going to be forgotten after the merge window closes...

If you haven't received any feedback on your patches within a few
*weeks*, feel free to point them again to the relevant people (me, at
least).

Documentation/process/submitting-patches.rst describes the process I
(and most other kernel people) use. Feel free to refer to it.

Thanks,

	M.

-- 
Without deviation from the norm, progress is not possible.

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

* [PATCH 0/2] irqchip: add support for BCM6345 interrupt controller
@ 2021-02-23 18:08 Álvaro Fernández Rojas
  0 siblings, 0 replies; 2+ messages in thread
From: Álvaro Fernández Rojas @ 2021-02-23 18:08 UTC (permalink / raw)
  To: Thomas Gleixner, Marc Zyngier, Rob Herring, Florian Fainelli,
	Fernández Rojas, Jonas Gorski, linux-kernel, devicetree,
	bcm-kernel-feedback-list, linux-mips

This interrupt controller is present on bcm63xx SoCs in order to generate
interrupts based on GPIO status changes.

Álvaro Fernández Rojas (2):
  dt-bindings: interrupt-controller: document BCM6345 external interrupt
    controller
  irqchip: add support for BCM6345 interrupt controller

 .../brcm,bcm6345-ext-intc.yaml                |  61 ++++
 drivers/irqchip/Kconfig                       |   4 +
 drivers/irqchip/Makefile                      |   1 +
 drivers/irqchip/irq-bcm6345-ext.c             | 271 ++++++++++++++++++
 4 files changed, 337 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm6345-ext-intc.yaml
 create mode 100644 drivers/irqchip/irq-bcm6345-ext.c

-- 
2.20.1


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

end of thread, other threads:[~2021-02-27 10:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAHp75VfmZ7ULAHOmXdxw7F1gtkaU7JJNWv+35Nx96f-evt8=bA@mail.gmail.com>
     [not found] ` <1C119275-4A6D-4E72-BBAA-D9DDF25485C8@gmail.com>
2021-02-27 10:07   ` [PATCH 0/2] irqchip: add support for BCM6345 interrupt controller Marc Zyngier
2021-02-23 18:08 Álvaro Fernández Rojas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).