Re: [PATCH 2/5] dt-bindings: gpio: Add a binding header for the MSC313 GPIO driver

2020-10-14 Thread Rob Herring
On Wed, Oct 14, 2020 at 4:46 AM Daniel Palmer wrote: > > Hi Rob, > > On Tue, 13 Oct 2020 at 01:11, Rob Herring wrote: > > > > MAINTAINERS| 1 + > > > include/dt-bindings/gpio/msc313-gpio.h | 95 ++ > > > 2 files changed, 96 insertions(+) > >

Re: [PATCH 2/5] dt-bindings: gpio: Add a binding header for the MSC313 GPIO driver

2020-10-14 Thread Daniel Palmer
Hi Rob, On Tue, 13 Oct 2020 at 01:11, Rob Herring wrote: > > MAINTAINERS| 1 + > > include/dt-bindings/gpio/msc313-gpio.h | 95 ++ > > 2 files changed, 96 insertions(+) > > create mode 100644 include/dt-bindings/gpio/msc313-gpio.h > > This

Re: [PATCH 2/5] dt-bindings: gpio: Add a binding header for the MSC313 GPIO driver

2020-10-12 Thread Rob Herring
On Sun, Oct 11, 2020 at 11:48:28AM +0900, Daniel Palmer wrote: > The driver uses the pin names to find the right interrupt for > a pin from the device tree so this header reduces the need to > have multiple copies of the same string all over the place. > > This header also adds defines for the

[PATCH 2/5] dt-bindings: gpio: Add a binding header for the MSC313 GPIO driver

2020-10-10 Thread Daniel Palmer
The driver uses the pin names to find the right interrupt for a pin from the device tree so this header reduces the need to have multiple copies of the same string all over the place. This header also adds defines for the gpio number of each pin from the driver view. The gpio block seems to