Hi, On Fri, Nov 28, 2008 at 08:46:29PM +0100, Phil Sutter wrote: > Since disabling of the alternate function of a GPIO pin is being done > implicitly when changing it's direction, the above mentioned function is > not being called anymore and can be removed. Please do not apply this patch. In fact, the function in question should be exported as kernel symbol, as else there is no possibility for drivers to turn on alternate function for a GPIO pin. This is of particular use when trying to read the S1 button state, as the corresponding GPIO pin is multiplexed with UART0 input. Greetings, Phil