Re: [PATCH v3 7/7] ARM: davinci: Start using gpiolib API inplace of inline functions

2013-08-27 Thread Sekhar Nori
On 8/18/2013 10:49 AM, Lad, Prabhakar wrote: > From: Philip Avinash > > Remove NEED_MACH_GPIO_H config select option for ARCH_DAVINCI to start > use gpiolib interface for davinci platforms. However with this software > latencies for gpio_get/set APIs will affect. Latency has increased by 18 > mic

[PATCH v3 7/7] ARM: davinci: Start using gpiolib API inplace of inline functions

2013-08-17 Thread Lad, Prabhakar
From: Philip Avinash Remove NEED_MACH_GPIO_H config select option for ARCH_DAVINCI to start use gpiolib interface for davinci platforms. However with this software latencies for gpio_get/set APIs will affect. Latency has increased by 18 microsecond with gpiolib API as compared with inline API's.