Re: [PATCH 5/8] gpio: omap: convert gpio irq functions to use GPIO offset

From: Javier Martinez Canillas
Date: Fri Mar 20 2015 - 14:47:41 EST


On Fri, Mar 20, 2015 at 5:49 PM, santosh.shilimkar@xxxxxxxxxx
<santosh.shilimkar@xxxxxxxxxx> wrote:
> On 3/19/15 10:25 AM, grygorii.strashko@xxxxxxxxxx wrote:
>>
>> From: Grygorii Strashko <grygorii.strashko@xxxxxxxxxx>
>>
>> Convert GPIO IRQ functions to use GPIO offset instead of system
>> GPIO numbers. This allows to drop unneeded conversations between
>> system GPIO <-> GPIO offset which are done in many places and
>> many times.
>> It is safe to do now because:
>> - gpiolib always passes GPIO offset to GPIO controller
>> - OMAP GPIO driver converted to use IRQ domain, so
>> struct irq_data->hwirq contains GPIO offset
>>
>> This is preparation step before removing:
>> #define GPIO_INDEX(bank, gpio)
>> #define GPIO_BIT(bank, gpio)
>> int omap_irq_to_gpio()
>>
>> Signed-off-by: Grygorii Strashko <grygorii.strashko@xxxxxxxxxx>
>> ---
>
>
> Once you take care of the bisect/build issue, feel free to add
> Acked-by: Santosh Shilimkar <ssantosh@xxxxxxxxxx>

Same for me, after the rebase/split fixup:

Acked-by: Javier Martinez Canillas <javier@xxxxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/