]> git.baikalelectronics.ru Git - kernel.git/commit
h8300: Move gpio.h to gpio-internal.h
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 24 Oct 2011 21:59:21 +0000 (23:59 +0200)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 26 Oct 2011 21:15:28 +0000 (23:15 +0200)
commit44fa269867fc81afe41cadfc17a8ead42310e9c8
tree46aef0d7d5bac22fc81cf5d4c08ec3055415f427
parent063bb6d66c69776aab5f05f28c52aa3404802c72
h8300: Move gpio.h to gpio-internal.h

The current h8300 GPIO implementation doesn't provide the standard GPIO
API, and in fact provides only direction control rather than normal GPIO
functionality. Currently this is only used by the platform interrupt
implementation rather than by a range of drivers so in preparation for
moving over to gpiolib move the header out of the way of the gpiolib
header, allowing a default GPIO implementation to be provided.

For actual use of these GPIOs with gpiolib a real driver would still need
to be written but there appears to be no current need for this.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/h8300/include/asm/gpio-internal.h [new file with mode: 0644]
arch/h8300/include/asm/gpio.h [deleted file]
arch/h8300/platform/h8300h/irq.c
arch/h8300/platform/h8s/irq.c