ARM: clps711x: Re-add GPIO support
authorAlexander Shiyan <shc_work@mail.ru>
Fri, 26 Apr 2013 15:47:29 +0000 (19:47 +0400)
committerOlof Johansson <olof@lixom.net>
Tue, 11 Jun 2013 22:44:57 +0000 (15:44 -0700)
commite328b88094b712e4010a805499ceff774e2795b7
treea8388f1974daa4c65b40ff22909d2e157163aa83
parenta180132f270a96d3b0e1e290b2911647abe9ed8e
ARM: clps711x: Re-add GPIO support

arch_initcall was been removed from GPIO driver, so this patch
re-add support for GPIO into boards as platform_device.
Since some drivers (spi, nand, etc.) is not support deferred probe,
separate machine init calls is used in board code to make proper
loading sequence.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-clps711x/Makefile
arch/arm/mach-clps711x/board-autcpu12.c
arch/arm/mach-clps711x/board-cdb89712.c
arch/arm/mach-clps711x/board-edb7211.c
arch/arm/mach-clps711x/board-p720t.c
arch/arm/mach-clps711x/devices.c [new file with mode: 0644]
arch/arm/mach-clps711x/devices.h [new file with mode: 0644]
This page took 0.025181 seconds and 5 git commands to generate.