History log of /drivers/gpio/gpio-grgpio.c
Revision Date Author Comments
9f5132ae82fdbb047cc187bf689a81c8cc0de7fa 12-Jul-2014 abdoulaye berthe <berthe.ab@gmail.com> gpio: remove all usage of gpio_remove retval in driver/gpio

Signed-off-by: abdoulaye berthe <berthe.ab@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
f77b644859599ec77220b9c4d061ed71d2751107 07-May-2014 Jingoo Han <jg1.han@samsung.com> gpio: grgpio: Make of_device_id array const

Make of_device_id array const, because all OF functions
handle it as const.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
61e3884ec1b41ebd0395e7faf856592f228c8724 18-Jun-2013 Sachin Kamat <sachin.kamat@linaro.org> gpio: grgpio: Staticize local symbols

Local symbols accessed only in this file are made static.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
08ffb2229fafc2c3a696b325a74bf4198d6b91d7 17-Apr-2013 Andreas Larsson <andreas@gaisler.com> gpio: grgpio: Add irq support

The drivers sets up an irq domain and hands out unique irqs to irq
capable gpio lines regardless of how underlying irq maps to gpio
lines. Any gpio line can map to any one or none of the irqs of the
core, independently of each other.

Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
ddb27f3bf771b53e0e7aa93d0186ea5c03381e23 17-Apr-2013 Andreas Larsson <andreas@gaisler.com> gpio: grgpio: Add device driver for GRGPIO cores

This driver supports GRGPIO gpio cores available in the GRLIB VHDL IP
core library from Aeroflex Gaisler.

Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>