Re: [PATCH v3 1/2] dt-bindings: gpio: Add bindings for Cadence GPIO

2018-12-21 Thread Linus Walleij
On Tue, Dec 18, 2018 at 5:11 PM Jan Kotas wrote: > This patch adds a DT binding documentation for > Cadence GPIO controller. > > Signed-off-by: Jan Kotas Patch applied stripping interrupt-parent as requested by Rob and applied his ACK from v2 (assume it's the same patch +/-). Yours, Linus Wall

[PATCH v3 1/2] dt-bindings: gpio: Add bindings for Cadence GPIO

2018-12-18 Thread Jan Kotas
This patch adds a DT binding documentation for Cadence GPIO controller. Signed-off-by: Jan Kotas --- .../devicetree/bindings/gpio/cdns,gpio.txt | 44 ++ 1 file changed, 44 insertions(+) create mode 100644 Documentation/devicetree/bindings/gpio/cdns,gpio.txt diff --g