public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
To: Tomasz Figa <t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
Cc: mark.rutland-5wv7dgnIgG8@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org,
	pawel.moll-5wv7dgnIgG8@public.gmane.org,
	swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org,
	ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCHv2 0/5] ARM: dts: exynos: Add missing dt data to bring kernel of Exynos4x12
Date: Mon, 17 Mar 2014 10:37:41 +0900	[thread overview]
Message-ID: <532651E5.6040903@samsung.com> (raw)
In-Reply-To: <53211071.4040408-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>

Dear Kukjin,

Ping.

Please review this patchset.

Best Regards,
Chanwoo Choi

On 03/13/2014 10:57 AM, Chanwoo Choi wrote:
> Dear Kukjin,
> 
> On 03/12/2014 08:21 PM, Tomasz Figa wrote:
>> Hi Chanwoo,
>>
>> On 12.03.2014 07:19, Chanwoo Choi wrote:
>>> This patch add missing dt data of Exynos4x12 to bring up kernel feature and
>>> code clean. This patchset is based on 'v3.15-next/dt-clk-exynos' branch.
>>> - git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
>>>
>>> exynos4x12/exynos4412/exynos4212.dtsi
>>> - Add ADC (Analog and Digital Converter) to get raw data
>>> - Add PMU (Performance Monitoring Unit) for perf event
>>> - Add gps_alive power domain to remove power leakage when gps-alive isn't used
>>> - Remove duplicate dt data of interrput combiner controller
>>>
>>> exynos4412-trats.dts
>>> - Add ADC dt data with ntc thermistor child to read temperature
>>>
>>> Changes from v1:
>>> - Use clock macro name for Exynos4 instead of constant for ADC
>>> - Remove unnecessary description about patch content
>>> - Move gps-alive power domain's dt data from exynos4x12.dts to exynos4.dts
>>> - Move thermistor dt node outside of ADC dt node and modify node name of thermistor
>>>
>>> Chanwoo Choi (5):
>>>    ARM: dts: exynos4x12: Add ADC's dt data to read raw data
>>>    ARM: dts: exynos4x12: Add PMU dt data to support PMU(Perforamnce Monitoring Unit)
>>>    ARM: dts: exynos4x12: Add GPS_ALIVE power domain
>>>    ARM: dts: exynos: Move common dt data for interrupt combiner controller
>>>    ARM: dts: exynos4412-trats2: Add ADC/themistor dt data to get temperature of SoC/battery
>>>
>>>   arch/arm/boot/dts/exynos4.dtsi          |  5 +++++
>>>   arch/arm/boot/dts/exynos4212.dtsi       | 13 ++++---------
>>>   arch/arm/boot/dts/exynos4412-trats2.dts | 21 +++++++++++++++++++++
>>>   arch/arm/boot/dts/exynos4412.dtsi       | 14 ++++----------
>>>   arch/arm/boot/dts/exynos4x12.dtsi       | 26 ++++++++++++++++++++++++++
>>>   5 files changed, 60 insertions(+), 19 deletions(-)
>>>
>>
>> Reviewed-by: Tomasz Figa <t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
>>
> 
> Please review or comment this patchset.
> 
> Best Regards,
> Chanwoo Choi
> 
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

--
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

  parent reply	other threads:[~2014-03-17  1:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-12  6:19 [PATCHv2 0/5] ARM: dts: exynos: Add missing dt data to bring kernel of Exynos4x12 Chanwoo Choi
2014-03-12  6:19 ` [PATCHv2 1/5] ARM: dts: exynos4x12: Add ADC's dt data to read raw data Chanwoo Choi
2014-03-12  6:19 ` [PATCHv2 2/5] ARM: dts: exynos4x12: Add PMU dt data to support PMU(Perforamnce Monitoring Unit) Chanwoo Choi
2014-03-12  6:19 ` [PATCHv2 3/5] ARM: dts: exynos4x12: Add GPS_ALIVE power domain Chanwoo Choi
2014-03-12  6:19 ` [PATCHv2 4/5] ARM: dts: exynos: Move common dt data for interrupt combiner controller Chanwoo Choi
2014-03-12  6:19 ` [PATCHv2 5/5] ARM: dts: exynos4412-trats2: Add ADC/themistor dt data to get temperature of SoC/battery Chanwoo Choi
2014-03-12 11:21 ` [PATCHv2 0/5] ARM: dts: exynos: Add missing dt data to bring kernel of Exynos4x12 Tomasz Figa
2014-03-12 11:43   ` Chanwoo Choi
2014-03-13  1:57   ` Chanwoo Choi
     [not found]     ` <53211071.4040408-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-03-17  1:37       ` Chanwoo Choi [this message]
2014-03-17  1:44         ` Kukjin Kim
2014-03-17  1:52           ` Chanwoo Choi

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=532651E5.6040903@samsung.com \
    --to=cw00.choi-sze3o3uu22jbdgjk7y7tuq@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
    --cc=kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@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-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
    --cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org \
    --cc=t.figa-Sze3O3UU22JBDgjK7y7TUQ@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox