Re: [PATCH v5 2/3] gpio: grgpio: Add device driver for GRGPIO cores

2013-04-23 Thread Linus Walleij
On Mon, Apr 15, 2013 at 2:38 PM, Andreas Larson wrote: > On 2013-04-10 20:50, Linus Walleij wrote: >>> +Required properties: >>> + >>> +- name : Should be "GAISLER_GPIO" or "01_01a" >> >> What is this? Don't we usually use a .compatible string for this? >> Name? Que? Is that something legacy? > >

Re: [PATCH v5 2/3] gpio: grgpio: Add device driver for GRGPIO cores

2013-04-15 Thread Andreas Larson
On 2013-04-10 20:50, Linus Walleij wrote: On Fri, Mar 15, 2013 at 2:45 PM, Andreas Larsson wrote: This driver supports GRGPIO gpio cores available in the GRLIB VHDL IP core library from Aeroflex Gaisler. Signed-off-by: Andreas Larsson --- .../devicetree/bindings/gpio/gpio-grgpio.txt

Re: [PATCH v5 2/3] gpio: grgpio: Add device driver for GRGPIO cores

2013-04-10 Thread Linus Walleij
On Fri, Mar 15, 2013 at 2:45 PM, Andreas Larsson wrote: > This driver supports GRGPIO gpio cores available in the GRLIB VHDL IP > core library from Aeroflex Gaisler. > > Signed-off-by: Andreas Larsson > --- > .../devicetree/bindings/gpio/gpio-grgpio.txt | 24 +++ > drivers/gpio/Kconfig

[PATCH v5 2/3] gpio: grgpio: Add device driver for GRGPIO cores

2013-03-15 Thread Andreas Larsson
This driver supports GRGPIO gpio cores available in the GRLIB VHDL IP core library from Aeroflex Gaisler. Signed-off-by: Andreas Larsson --- .../devicetree/bindings/gpio/gpio-grgpio.txt | 24 +++ drivers/gpio/Kconfig |9 ++ drivers/gpio/Makefile