Re: [PATCH] added device tree support to gpio-generic driver

2015-06-24 Thread Geert Uytterhoeven
On Wed, Jun 10, 2015 at 10:42 AM, Linus Walleij wrote: > On Fri, Jun 5, 2015 at 8:51 AM, Romain Baeriswyl > wrote: > >> +Required properties: >> +- compatible : "basic-mmio-gpio" for little endian register access or >> + "basic-mmio-gpio-be" for big endian register access > > Basic

Re: [PATCH] added device tree support to gpio-generic driver

2015-06-24 Thread Romain Baeriswyl
>> --- > > Your patch is missing a detailed commit message. > >> .../devicetree/bindings/gpio/gpio-generic.txt | 19 + >> drivers/gpio/gpio-generic.c| 81 >> ++- >> 2 files changed, 78 insertions(+), 22 deletions(-) >> create mode 100644

Re: [PATCH] added device tree support to gpio-generic driver

2015-06-24 Thread Romain Baeriswyl
--- Your patch is missing a detailed commit message. .../devicetree/bindings/gpio/gpio-generic.txt | 19 + drivers/gpio/gpio-generic.c| 81 ++- 2 files changed, 78 insertions(+), 22 deletions(-) create mode 100644

Re: [PATCH] added device tree support to gpio-generic driver

2015-06-24 Thread Geert Uytterhoeven
On Wed, Jun 10, 2015 at 10:42 AM, Linus Walleij linus.wall...@linaro.org wrote: On Fri, Jun 5, 2015 at 8:51 AM, Romain Baeriswyl romain.baeris...@alitech.com wrote: +Required properties: +- compatible : basic-mmio-gpio for little endian register access or + basic-mmio-gpio-be

Re: [PATCH] added device tree support to gpio-generic driver

2015-06-10 Thread Linus Walleij
This patch needs to go to the devicetree list too, see To: on this mail. On Fri, Jun 5, 2015 at 8:51 AM, Romain Baeriswyl wrote: > +Required properties: > +- compatible : "basic-mmio-gpio" for little endian register access or > + "basic-mmio-gpio-be" for big endian register access

Re: [PATCH] added device tree support to gpio-generic driver

2015-06-10 Thread Linus Walleij
This patch needs to go to the devicetree list too, see To: on this mail. On Fri, Jun 5, 2015 at 8:51 AM, Romain Baeriswyl romain.baeris...@alitech.com wrote: +Required properties: +- compatible : basic-mmio-gpio for little endian register access or + basic-mmio-gpio-be for big

Re: [PATCH] added device tree support to gpio-generic driver

2015-06-08 Thread Alexandre Courbot
On Mon, Jun 8, 2015 at 3:26 PM, Romain Baeriswyl wrote: > > > On 2015-06-08 06:19, Alexandre Courbot wrote: >> On Fri, Jun 5, 2015 at 3:51 PM, Romain Baeriswyl >> wrote: >>> --- >> >> Your patch is missing a detailed commit message. >> >>> .../devicetree/bindings/gpio/gpio-generic.txt |

Re: [PATCH] added device tree support to gpio-generic driver

2015-06-08 Thread Romain Baeriswyl
On 2015-06-08 06:19, Alexandre Courbot wrote: > On Fri, Jun 5, 2015 at 3:51 PM, Romain Baeriswyl > wrote: >> --- > > Your patch is missing a detailed commit message. > >> .../devicetree/bindings/gpio/gpio-generic.txt | 19 + >> drivers/gpio/gpio-generic.c|

Re: [PATCH] added device tree support to gpio-generic driver

2015-06-08 Thread Romain Baeriswyl
On 2015-06-08 06:19, Alexandre Courbot wrote: On Fri, Jun 5, 2015 at 3:51 PM, Romain Baeriswyl romain.baeris...@alitech.com wrote: --- Your patch is missing a detailed commit message. .../devicetree/bindings/gpio/gpio-generic.txt | 19 + drivers/gpio/gpio-generic.c

Re: [PATCH] added device tree support to gpio-generic driver

2015-06-08 Thread Alexandre Courbot
On Mon, Jun 8, 2015 at 3:26 PM, Romain Baeriswyl romain.baeris...@alitech.com wrote: On 2015-06-08 06:19, Alexandre Courbot wrote: On Fri, Jun 5, 2015 at 3:51 PM, Romain Baeriswyl romain.baeris...@alitech.com wrote: --- Your patch is missing a detailed commit message.

Re: [PATCH] added device tree support to gpio-generic driver

2015-06-07 Thread Alexandre Courbot
On Fri, Jun 5, 2015 at 3:51 PM, Romain Baeriswyl wrote: > --- Your patch is missing a detailed commit message. > .../devicetree/bindings/gpio/gpio-generic.txt | 19 + > drivers/gpio/gpio-generic.c| 81 ++- > 2 files changed, 78

Re: [PATCH] added device tree support to gpio-generic driver

2015-06-07 Thread Alexandre Courbot
On Fri, Jun 5, 2015 at 3:51 PM, Romain Baeriswyl romain.baeris...@alitech.com wrote: --- Your patch is missing a detailed commit message. .../devicetree/bindings/gpio/gpio-generic.txt | 19 + drivers/gpio/gpio-generic.c| 81 ++- 2 files

Re: [PATCH] added device tree support to gpio-generic driver

2015-06-05 Thread Alexander Shiyan
Пятница, 5 июня 2015, 8:51 +02:00 от Romain Baeriswyl : > --- > .../devicetree/bindings/gpio/gpio-generic.txt | 19 + > drivers/gpio/gpio-generic.c| 81 ++- > 2 files changed, 78 insertions(+), 22 deletions(-) > create mode 100644

[PATCH] added device tree support to gpio-generic driver

2015-06-05 Thread Romain Baeriswyl
--- .../devicetree/bindings/gpio/gpio-generic.txt | 19 + drivers/gpio/gpio-generic.c| 81 ++- 2 files changed, 78 insertions(+), 22 deletions(-) create mode 100644 Documentation/devicetree/bindings/gpio/gpio-generic.txt diff --git

[PATCH] added device tree support to gpio-generic driver

2015-06-05 Thread Romain Baeriswyl
--- .../devicetree/bindings/gpio/gpio-generic.txt | 19 + drivers/gpio/gpio-generic.c| 81 ++- 2 files changed, 78 insertions(+), 22 deletions(-) create mode 100644 Documentation/devicetree/bindings/gpio/gpio-generic.txt diff --git

Re: [PATCH] added device tree support to gpio-generic driver

2015-06-05 Thread Alexander Shiyan
Пятница, 5 июня 2015, 8:51 +02:00 от Romain Baeriswyl romain.baeris...@alitech.com: --- .../devicetree/bindings/gpio/gpio-generic.txt | 19 + drivers/gpio/gpio-generic.c| 81 ++- 2 files changed, 78 insertions(+), 22 deletions(-) create