commit | 22f9740552b89c9f458f972f881d222b298ab165 | [log] [tgz] |
---|---|---|
author | Dmitry Artamonow <mad_soft@inbox.ru> | Fri Nov 27 12:02:28 2009 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Dec 06 16:52:55 2009 +0000 |
tree | 71939e8d7636afd8422bd18c00c8b33679f9c92a | |
parent | 2eec62d7dbaa8ed05f318d88f938a86fcf274b34 [diff] |
ARM: 5814/1: SA1100: h3100/h3600: convert all users of assign_h3600_egpio to gpiolib Use of gpio_request/gpio_free in some callbacks may look ugly, but corresponding drivers (sa1100_serial and sa1100_fb) don't provide (yet) init/exit hooks and registering these gpios in *_mach_init is also not possible, because htc-gpio driver starts a bit later... Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>