From: grygorii.strashko@ti.com (Grygorii Strashko)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESEND][PATCH v4] gpio: davinci: reuse for keystone soc
Date: Tue, 25 Feb 2014 13:52:36 +0200 [thread overview]
Message-ID: <530C8404.3020302@ti.com> (raw)
In-Reply-To: <53076032.5080202@ti.com>
Hi Linus,
On 02/21/2014 04:18 PM, Santosh Shilimkar wrote:
> On Thursday 13 February 2014 10:58 AM, Grygorii Strashko wrote:
>> The similar GPIO HW block is used by keystone SoCs as
>> in Davinci SoCs.
>> Hence, reuse Davinci GPIO driver for Keystone taking into
>> account that Keystone contains ARM GIC IRQ controller which
>> is implemented using IRQ Chip.
>>
>> Documentation:
>> http://www.ti.com/lit/ug/sprugv1/sprugv1.pdf
>>
>> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
>> Acked-by: Linus Walleij <linus.walleij@linaro.org>
>> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
>> ---
>> - rebased on top of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
>> branch: devel
>> top commit: ef70bbe gpio: make gpiod_direction_output take a logical value
>>
> Can you please pick this one ? Its rebased as per your suggestion.
I've just rechecked this patch and it's applied without conflicts
on top of your "devel" branch.
Pls, inform me if I need to do anything else for you
in order to have this patch applied.
[...]
>> @@ -554,7 +585,8 @@ done:
>>
>> #if IS_ENABLED(CONFIG_OF)
>> static const struct of_device_id davinci_gpio_ids[] = {
>> - { .compatible = "ti,dm6441-gpio", },
>> + { .compatible = "ti,keystone-gpio", keystone_gpio_get_irq_chip},
>> + { .compatible = "ti,dm6441-gpio", davinci_gpio_get_irq_chip},
>> { /* sentinel */ },
>> };
>> MODULE_DEVICE_TABLE(of, davinci_gpio_ids);
>>
>
Regards,
-grygorii
WARNING: multiple messages have this Message-ID (diff)
From: Grygorii Strashko <grygorii.strashko-l0cyMroinI0@public.gmane.org>
To: Santosh Shilimkar
<santosh.shilimkar-l0cyMroinI0@public.gmane.org>,
Linus Walleij
<linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: Alexandre Courbot
<gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [RESEND][PATCH v4] gpio: davinci: reuse for keystone soc
Date: Tue, 25 Feb 2014 13:52:36 +0200 [thread overview]
Message-ID: <530C8404.3020302@ti.com> (raw)
In-Reply-To: <53076032.5080202-l0cyMroinI0@public.gmane.org>
Hi Linus,
On 02/21/2014 04:18 PM, Santosh Shilimkar wrote:
> On Thursday 13 February 2014 10:58 AM, Grygorii Strashko wrote:
>> The similar GPIO HW block is used by keystone SoCs as
>> in Davinci SoCs.
>> Hence, reuse Davinci GPIO driver for Keystone taking into
>> account that Keystone contains ARM GIC IRQ controller which
>> is implemented using IRQ Chip.
>>
>> Documentation:
>> http://www.ti.com/lit/ug/sprugv1/sprugv1.pdf
>>
>> Acked-by: Santosh Shilimkar <santosh.shilimkar-l0cyMroinI0@public.gmane.org>
>> Acked-by: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
>> Signed-off-by: Grygorii Strashko <grygorii.strashko-l0cyMroinI0@public.gmane.org>
>> ---
>> - rebased on top of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
>> branch: devel
>> top commit: ef70bbe gpio: make gpiod_direction_output take a logical value
>>
> Can you please pick this one ? Its rebased as per your suggestion.
I've just rechecked this patch and it's applied without conflicts
on top of your "devel" branch.
Pls, inform me if I need to do anything else for you
in order to have this patch applied.
[...]
>> @@ -554,7 +585,8 @@ done:
>>
>> #if IS_ENABLED(CONFIG_OF)
>> static const struct of_device_id davinci_gpio_ids[] = {
>> - { .compatible = "ti,dm6441-gpio", },
>> + { .compatible = "ti,keystone-gpio", keystone_gpio_get_irq_chip},
>> + { .compatible = "ti,dm6441-gpio", davinci_gpio_get_irq_chip},
>> { /* sentinel */ },
>> };
>> MODULE_DEVICE_TABLE(of, davinci_gpio_ids);
>>
>
Regards,
-grygorii
next prev parent reply other threads:[~2014-02-25 11:52 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-05 15:47 [PATCH v4] gpio: davinci: reuse for keystone soc Grygorii Strashko
2014-02-05 15:47 ` Grygorii Strashko
2014-02-06 13:20 ` Linus Walleij
2014-02-06 13:20 ` Linus Walleij
2014-02-07 13:25 ` Sekhar Nori
2014-02-07 13:25 ` Sekhar Nori
2014-02-12 15:03 ` Linus Walleij
2014-02-12 15:03 ` Linus Walleij
2014-02-12 18:00 ` Grygorii Strashko
2014-02-12 18:00 ` Grygorii Strashko
2014-02-13 15:58 ` [RESEND][PATCH " Grygorii Strashko
2014-02-13 15:58 ` Grygorii Strashko
2014-02-21 14:18 ` Santosh Shilimkar
2014-02-21 14:18 ` Santosh Shilimkar
2014-02-25 11:52 ` Grygorii Strashko [this message]
2014-02-25 11:52 ` Grygorii Strashko
2014-03-04 9:20 ` Linus Walleij
2014-03-04 9:20 ` Linus Walleij
2014-03-04 11:28 ` Grygorii Strashko
2014-03-04 11:28 ` Grygorii Strashko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=530C8404.3020302@ti.com \
--to=grygorii.strashko@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.