From: santosh.shilimkar@ti.com (Santosh Shilimkar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] ARM: keystone: enable GPIO support
Date: Tue, 17 Dec 2013 15:50:40 -0500 [thread overview]
Message-ID: <52B0B920.1000001@ti.com> (raw)
In-Reply-To: <1387211981-26045-1-git-send-email-grygorii.strashko@ti.com>
On Monday 16 December 2013 11:39 AM, Grygorii Strashko wrote:
> This series adds Keystone GPIO IP definition in DT and enable GPIO support in
> Keystone configuration file.
>
> Also, it enables LEDs support for Keystone 2 K2H EVM as specified in board
> schematic. For more information see:
> - http://www.advantech.com/Support/TI-EVM/EVMK2HX.aspx
>
> Depends on:
> [PATCH 0/2] gpio: davinci: reuse for keystone arch
> - https://lkml.org/lkml/2013/12/12/366
>
> Grygorii Strashko (4):
> arm: dts: keystone: add GPIO device entry
> ARM: keystone_defconfig: enable gpio support
> arm: dts: keystone-evm: add LEDs supports
> ARM: keystone_defconfig: enable LED support
>
Patch subjects should be consistent. I will fix
them while applying it on my tree. Will wait
for the GPIO driver support patches state
before applying the subject series.
Thanks for the patches.
Regards,
Santosh
WARNING: multiple messages have this Message-ID (diff)
From: Santosh Shilimkar <santosh.shilimkar@ti.com>
To: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: Rob Herring <rob.herring@calxeda.com>,
Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Stephen Warren <swarren@wwwdotorg.org>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Russell King <linux@arm.linux.org.uk>,
Olof Johansson <olof@lixom.net>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/4] ARM: keystone: enable GPIO support
Date: Tue, 17 Dec 2013 15:50:40 -0500 [thread overview]
Message-ID: <52B0B920.1000001@ti.com> (raw)
In-Reply-To: <1387211981-26045-1-git-send-email-grygorii.strashko@ti.com>
On Monday 16 December 2013 11:39 AM, Grygorii Strashko wrote:
> This series adds Keystone GPIO IP definition in DT and enable GPIO support in
> Keystone configuration file.
>
> Also, it enables LEDs support for Keystone 2 K2H EVM as specified in board
> schematic. For more information see:
> - http://www.advantech.com/Support/TI-EVM/EVMK2HX.aspx
>
> Depends on:
> [PATCH 0/2] gpio: davinci: reuse for keystone arch
> - https://lkml.org/lkml/2013/12/12/366
>
> Grygorii Strashko (4):
> arm: dts: keystone: add GPIO device entry
> ARM: keystone_defconfig: enable gpio support
> arm: dts: keystone-evm: add LEDs supports
> ARM: keystone_defconfig: enable LED support
>
Patch subjects should be consistent. I will fix
them while applying it on my tree. Will wait
for the GPIO driver support patches state
before applying the subject series.
Thanks for the patches.
Regards,
Santosh
WARNING: multiple messages have this Message-ID (diff)
From: Santosh Shilimkar <santosh.shilimkar@ti.com>
To: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: Rob Herring <rob.herring@calxeda.com>,
Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Stephen Warren <swarren@wwwdotorg.org>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Russell King <linux@arm.linux.org.uk>,
Olof Johansson <olof@lixom.net>, <devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 0/4] ARM: keystone: enable GPIO support
Date: Tue, 17 Dec 2013 15:50:40 -0500 [thread overview]
Message-ID: <52B0B920.1000001@ti.com> (raw)
In-Reply-To: <1387211981-26045-1-git-send-email-grygorii.strashko@ti.com>
On Monday 16 December 2013 11:39 AM, Grygorii Strashko wrote:
> This series adds Keystone GPIO IP definition in DT and enable GPIO support in
> Keystone configuration file.
>
> Also, it enables LEDs support for Keystone 2 K2H EVM as specified in board
> schematic. For more information see:
> - http://www.advantech.com/Support/TI-EVM/EVMK2HX.aspx
>
> Depends on:
> [PATCH 0/2] gpio: davinci: reuse for keystone arch
> - https://lkml.org/lkml/2013/12/12/366
>
> Grygorii Strashko (4):
> arm: dts: keystone: add GPIO device entry
> ARM: keystone_defconfig: enable gpio support
> arm: dts: keystone-evm: add LEDs supports
> ARM: keystone_defconfig: enable LED support
>
Patch subjects should be consistent. I will fix
them while applying it on my tree. Will wait
for the GPIO driver support patches state
before applying the subject series.
Thanks for the patches.
Regards,
Santosh
next prev parent reply other threads:[~2013-12-17 20:50 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-16 16:39 [PATCH 0/4] ARM: keystone: enable GPIO support Grygorii Strashko
2013-12-16 16:39 ` Grygorii Strashko
2013-12-16 16:39 ` Grygorii Strashko
2013-12-16 16:39 ` [PATCH 1/4] arm: dts: keystone: add GPIO device entry Grygorii Strashko
2013-12-16 16:39 ` Grygorii Strashko
2013-12-16 16:39 ` Grygorii Strashko
2013-12-24 11:52 ` [PATCH v2] arm: dts: keystone: add gpio " Grygorii Strashko
2013-12-24 11:52 ` Grygorii Strashko
2013-12-26 17:56 ` Santosh Shilimkar
2013-12-26 17:56 ` Santosh Shilimkar
2013-12-16 16:39 ` [PATCH 2/4] ARM: keystone_defconfig: enable gpio support Grygorii Strashko
2013-12-16 16:39 ` Grygorii Strashko
2013-12-16 16:39 ` Grygorii Strashko
2013-12-16 16:39 ` [PATCH 3/4] arm: dts: keystone-evm: add LEDs supports Grygorii Strashko
2013-12-16 16:39 ` Grygorii Strashko
2013-12-16 16:39 ` Grygorii Strashko
2013-12-16 16:39 ` [PATCH 4/4] ARM: keystone_defconfig: enable LED support Grygorii Strashko
2013-12-16 16:39 ` Grygorii Strashko
2013-12-16 16:39 ` Grygorii Strashko
2013-12-17 20:50 ` Santosh Shilimkar [this message]
2013-12-17 20:50 ` [PATCH 0/4] ARM: keystone: enable GPIO support Santosh Shilimkar
2013-12-17 20:50 ` Santosh Shilimkar
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=52B0B920.1000001@ti.com \
--to=santosh.shilimkar@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.