From: Vignesh R <vigneshr-l0cyMroinI0@public.gmane.org>
To: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v2 0/3] Add support for ADC on am437x-gp and am43x-epos-evm
Date: Fri, 14 Nov 2014 09:37:22 +0530 [thread overview]
Message-ID: <54657FFA.1070200@ti.com> (raw)
In-Reply-To: <1415099728-10959-1-git-send-email-vigneshr-l0cyMroinI0@public.gmane.org>
On Tuesday 04 November 2014 04:45 PM, Vignesh R wrote:
> This series of patches enable ADC on am437x-gp-evm and am43x-epos-evm.
> The ADC clock hwmod data of am33xx has been moved to commom place so that
> both am43xx and am33xx can reuse them.
> tscadc DT node has been adided to am437x-gp and am43x-epos dt files.
> With these patches, ADC functionalities are now available on am43xx.
>
> Changelog:
>
> v2:
> Removed phy addresses in hwmod. Using DT instead.
> Removed unused "ti,am4372" compatible string.
> Use macro to set clk domain name.
> Fixed subject format of all patches
>
Please accept these patches.
Regards
Vignesh R
> Vignesh R (3):
> ARM: OMAP2+: hwmod: AM335x/AM43x: Move am33xx_l4_hs_hwmod to
> ipblock_data
> ARM: OMAP2+: hwmod: AM335x/AM43x: add hwmod support for tscadc on
> am43x-evm
> ARM: dts: AM43xx: add tscadc DT entries for am437x-evm and
> am43x-epos-evm
>
> arch/arm/boot/dts/am4372.dtsi | 20 ++++++
> arch/arm/boot/dts/am437x-gp-evm.dts | 8 +++
> arch/arm/boot/dts/am43x-epos-evm.dts | 8 +++
> .../mach-omap2/omap_hwmod_33xx_43xx_common_data.h | 2 +
> .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 71 ++++++++++++++++++++++
> arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 64 -------------------
> arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 1 +
> 7 files changed, 110 insertions(+), 64 deletions(-)
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: vigneshr@ti.com (Vignesh R)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] Add support for ADC on am437x-gp and am43x-epos-evm
Date: Fri, 14 Nov 2014 09:37:22 +0530 [thread overview]
Message-ID: <54657FFA.1070200@ti.com> (raw)
In-Reply-To: <1415099728-10959-1-git-send-email-vigneshr@ti.com>
On Tuesday 04 November 2014 04:45 PM, Vignesh R wrote:
> This series of patches enable ADC on am437x-gp-evm and am43x-epos-evm.
> The ADC clock hwmod data of am33xx has been moved to commom place so that
> both am43xx and am33xx can reuse them.
> tscadc DT node has been adided to am437x-gp and am43x-epos dt files.
> With these patches, ADC functionalities are now available on am43xx.
>
> Changelog:
>
> v2:
> Removed phy addresses in hwmod. Using DT instead.
> Removed unused "ti,am4372" compatible string.
> Use macro to set clk domain name.
> Fixed subject format of all patches
>
Please accept these patches.
Regards
Vignesh R
> Vignesh R (3):
> ARM: OMAP2+: hwmod: AM335x/AM43x: Move am33xx_l4_hs_hwmod to
> ipblock_data
> ARM: OMAP2+: hwmod: AM335x/AM43x: add hwmod support for tscadc on
> am43x-evm
> ARM: dts: AM43xx: add tscadc DT entries for am437x-evm and
> am43x-epos-evm
>
> arch/arm/boot/dts/am4372.dtsi | 20 ++++++
> arch/arm/boot/dts/am437x-gp-evm.dts | 8 +++
> arch/arm/boot/dts/am43x-epos-evm.dts | 8 +++
> .../mach-omap2/omap_hwmod_33xx_43xx_common_data.h | 2 +
> .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 71 ++++++++++++++++++++++
> arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 64 -------------------
> arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 1 +
> 7 files changed, 110 insertions(+), 64 deletions(-)
>
WARNING: multiple messages have this Message-ID (diff)
From: Vignesh R <vigneshr@ti.com>
To: Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
Russell King <linux@arm.linux.org.uk>,
Tony Lindgren <tony@atomide.com>
Cc: <devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <linux-omap@vger.kernel.org>
Subject: Re: [PATCH v2 0/3] Add support for ADC on am437x-gp and am43x-epos-evm
Date: Fri, 14 Nov 2014 09:37:22 +0530 [thread overview]
Message-ID: <54657FFA.1070200@ti.com> (raw)
In-Reply-To: <1415099728-10959-1-git-send-email-vigneshr@ti.com>
On Tuesday 04 November 2014 04:45 PM, Vignesh R wrote:
> This series of patches enable ADC on am437x-gp-evm and am43x-epos-evm.
> The ADC clock hwmod data of am33xx has been moved to commom place so that
> both am43xx and am33xx can reuse them.
> tscadc DT node has been adided to am437x-gp and am43x-epos dt files.
> With these patches, ADC functionalities are now available on am43xx.
>
> Changelog:
>
> v2:
> Removed phy addresses in hwmod. Using DT instead.
> Removed unused "ti,am4372" compatible string.
> Use macro to set clk domain name.
> Fixed subject format of all patches
>
Please accept these patches.
Regards
Vignesh R
> Vignesh R (3):
> ARM: OMAP2+: hwmod: AM335x/AM43x: Move am33xx_l4_hs_hwmod to
> ipblock_data
> ARM: OMAP2+: hwmod: AM335x/AM43x: add hwmod support for tscadc on
> am43x-evm
> ARM: dts: AM43xx: add tscadc DT entries for am437x-evm and
> am43x-epos-evm
>
> arch/arm/boot/dts/am4372.dtsi | 20 ++++++
> arch/arm/boot/dts/am437x-gp-evm.dts | 8 +++
> arch/arm/boot/dts/am43x-epos-evm.dts | 8 +++
> .../mach-omap2/omap_hwmod_33xx_43xx_common_data.h | 2 +
> .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 71 ++++++++++++++++++++++
> arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 64 -------------------
> arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 1 +
> 7 files changed, 110 insertions(+), 64 deletions(-)
>
next prev parent reply other threads:[~2014-11-14 4:07 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-04 11:15 [PATCH v2 0/3] Add support for ADC on am437x-gp and am43x-epos-evm Vignesh R
2014-11-04 11:15 ` Vignesh R
2014-11-04 11:15 ` Vignesh R
2014-11-04 11:15 ` [PATCH v2 1/3] ARM: OMAP2+: hwmod: AM335x/AM43x: Move am33xx_l4_hs_hwmod to ipblock_data Vignesh R
2014-11-04 11:15 ` Vignesh R
2014-11-04 11:15 ` Vignesh R
2014-11-04 11:15 ` [PATCH v2 2/3] ARM: OMAP2+: hwmod: AM335x/AM43x: add hwmod support for tscadc on am43x-evm Vignesh R
2014-11-04 11:15 ` Vignesh R
2014-11-04 11:15 ` Vignesh R
2014-11-20 7:09 ` Paul Walmsley
2014-11-20 7:09 ` Paul Walmsley
2014-11-21 5:00 ` Vignesh R
2014-11-21 5:00 ` Vignesh R
2014-11-21 5:00 ` Vignesh R
[not found] ` <546EC6D4.7080906-l0cyMroinI0@public.gmane.org>
2014-11-21 5:26 ` Paul Walmsley
2014-11-21 5:26 ` Paul Walmsley
2014-11-21 5:26 ` Paul Walmsley
2014-11-21 10:16 ` Vignesh R
2014-11-21 10:16 ` Vignesh R
2014-11-21 10:16 ` Vignesh R
2014-11-04 11:15 ` [PATCH v2 3/3] ARM: dts: AM43xx: add tscadc DT entries for am437x-evm and am43x-epos-evm Vignesh R
2014-11-04 11:15 ` Vignesh R
2014-11-04 11:15 ` Vignesh R
[not found] ` <1415099728-10959-1-git-send-email-vigneshr-l0cyMroinI0@public.gmane.org>
2014-11-14 4:07 ` Vignesh R [this message]
2014-11-14 4:07 ` [PATCH v2 0/3] Add support for ADC on am437x-gp " Vignesh R
2014-11-14 4:07 ` Vignesh R
2014-11-14 18:50 ` Tony Lindgren
2014-11-14 18:50 ` Tony Lindgren
[not found] ` <20141114185049.GB7046-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2014-11-20 18:23 ` Paul Walmsley
2014-11-20 18:23 ` Paul Walmsley
2014-11-20 18:23 ` Paul Walmsley
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=54657FFA.1070200@ti.com \
--to=vigneshr-l0cymroini0@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.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.