Varka Bhadram
36905a33dd
gpio: ks8695: fix 'else should follow close brace '}''
...
Signed-off-by: Varka Bhadram <varkab@cdac.in >
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2014-10-02 16:07:00 +02:00
Varka Bhadram
0397375dc9
gpio: ks8695: fix switch case indentation
...
Signed-off-by: Varka Bhadram <varkab@cdac.in >
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2014-09-24 10:56:54 +02:00
Linus Walleij
9fb1f39eb2
gpio/pinctrl: make gpio_chip members typed boolean
...
This switches the two members of struct gpio_chip that were
defined as unsigned foo:1 to bool, because that is indeed what
they are. Switch all users in the gpio and pinctrl subsystems
to assign these values with true/false instead of 0/1. The
users outside these subsystems will survive since true/false
is 1/0, atleast we set some kind of more strict typing example.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2013-12-04 14:42:46 +01:00
Linus Walleij
e24e4498cb
ARM: 7036/1: mach-ks8695: break out GPIO driver specifics
...
The <mach/gpio.h> file is included from upper directories
and deal with generic GPIO and gpiolib stuff. Break out the
platform and driver specific defines and functions into its own
header file.
Cc: zeal <zealcook@gmail.com >
Cc: Ben Dooks <ben-linux@fluff.org >
Acked-by: Daniel Silverstone <dsilvers@simtec.co.uk >
Acked-by: Simtec Linux Team <linux@simtec.co.uk >
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk >
2011-08-22 09:12:54 +01:00
Linus Walleij
db23c7332b
ARM: 7035/1: mach-ks8695: move GPIO driver to GPIO subsystem
...
As per example from the other ARM boards, push the KS8695 GPIO
driver down to the GPIO subsystem so it can be consolidated.
Cc: zeal <zealcook@gmail.com >
Cc: Ben Dooks <ben-linux@fluff.org >
Acked-by: Daniel Silverstone <dsilvers@simtec.co.uk >
Acked-by: Simtec Linux Team <linux@simtec.co.uk >
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk >
2011-08-22 09:12:54 +01:00