gpio: split gpiod board registration into machine header
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 24 Jul 2014 18:08:55 +0000 (20:08 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 28 Jul 2014 10:23:35 +0000 (12:23 +0200)
commit0a6d315827eedc733d404ecff3cd4cc0e6437865
treede3b6538e200030ad2a3f7553e7e78f2112f652d
parentc7caf86823c71fae652cc50c7d8dd0d2b5c41229
gpio: split gpiod board registration into machine header

As per example from the regulator subsystem: put all defines and
functions related to registering board info for GPIO descriptors
into a separate <linux/gpio/machine.h> header.

Cc: Andrew Victor <linux@maxim.org.za>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Reviewed-by: Alexandre Courbot <gnurou@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/gpio/board.txt
arch/arm/mach-at91/at91rm9200_devices.c
arch/arm/mach-tegra/board-paz00.c
arch/mips/jz4740/board-qi_lb60.c
drivers/gpio/gpiolib.c
include/linux/gpio/driver.h
include/linux/gpio/machine.h [new file with mode: 0644]