Re: [PATCH 2/2] dt-bindings: interrupt-controller: Add MStar interrupt controller

2020-09-02 Thread Mark-PK Tsai
Hi, I've updated the yaml and post it in the patch series v3[1]. But I still keep the vendor specific property mstar,irqs-map-range as I mentioned in the last reply. Please review it. [1] https://lore.kernel.org/lkml/20200902063344.1852-3-mark-pk.t...@mediatek.com/

Re: [PATCH 2/2] dt-bindings: interrupt-controller: Add MStar interrupt controller

2020-08-26 Thread Mark-PK Tsai
From: Rob Herring >> + >> + "#interrupt-cells": >> +const: 3 >> +description: | >> + Use the same format as specified by GIC in arm,gic.yaml. > >That's odd. You have the same SPI and PPI stuff? > No, but I just want to keep the format same as arm,gic, and let the driver bypass 1st

Re: [PATCH 2/2] dt-bindings: interrupt-controller: Add MStar interrupt controller

2020-08-25 Thread Rob Herring
On Wed, Aug 19, 2020 at 11:42:31AM +0800, Mark-PK Tsai wrote: > Add binding for MStar interrupt controller. > > Signed-off-by: Mark-PK Tsai > --- > .../interrupt-controller/mstar,mst-intc.yaml | 82 +++ > 1 file changed, 82 insertions(+) > create mode 100644 >

[PATCH 2/2] dt-bindings: interrupt-controller: Add MStar interrupt controller

2020-08-18 Thread Mark-PK Tsai
Add binding for MStar interrupt controller. Signed-off-by: Mark-PK Tsai --- .../interrupt-controller/mstar,mst-intc.yaml | 82 +++ 1 file changed, 82 insertions(+) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/mstar,mst-intc.yaml diff --git