Re: [PATCH 3/6] staging: bcm2835-firmware-gpio: Expand DT options for driver

2017-03-19 Thread Michael Zoran
On Sat, 2017-03-18 at 14:24 +0100, Stefan Wahren wrote: > > Michael Zoran hat am 17. März 2017 um 16:22 > > geschrieben: > > > > > > This change adds the following optional DT properties: > > > > number-gpios: Number of GPIOs the device should expose > > gpio-base: GPIO

Re: [PATCH 3/6] staging: bcm2835-firmware-gpio: Expand DT options for driver

2017-03-18 Thread Stefan Wahren
> Michael Zoran hat am 17. März 2017 um 16:22 geschrieben: > > > This change adds the following optional DT properties: > > number-gpios: Number of GPIOs the device should expose > gpio-base: GPIO base that is registered with the kernel Please don't reinvent existing

[PATCH 3/6] staging: bcm2835-firmware-gpio: Expand DT options for driver

2017-03-17 Thread Michael Zoran
This change adds the following optional DT properties: number-gpios: Number of GPIOs the device should expose gpio-base: GPIO base that is registered with the kernel firmware-gpio-base: GPIO bases as viewed by the firmware The purpose of these DT nodes is to make the driver more general.