All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: Tomasz Figa <t.figa@samsung.com>
Cc: kgene.kim@samsung.com, linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, kyungmin.park@samsung.com,
	pawel.moll@arm.com, mark.rutland@arm.com, swarren@wwwdotorg.org,
	ijc+devicetree@hellion.org.uk, linux@arm.linux.org.uk
Subject: Re: [PATCHv2 0/5] ARM: dts: exynos: Add missing dt data to bring kernel of Exynos4x12
Date: Wed, 12 Mar 2014 20:43:55 +0900	[thread overview]
Message-ID: <5320487B.1090908@samsung.com> (raw)
In-Reply-To: <53204328.7070607@samsung.com>

Hi Tomasz,

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@samsung.com>
> 

Thanks for your review.

Best Regards,
Chanwoo Choi

WARNING: multiple messages have this Message-ID (diff)
From: cw00.choi@samsung.com (Chanwoo Choi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 0/5] ARM: dts: exynos: Add missing dt data to bring kernel of Exynos4x12
Date: Wed, 12 Mar 2014 20:43:55 +0900	[thread overview]
Message-ID: <5320487B.1090908@samsung.com> (raw)
In-Reply-To: <53204328.7070607@samsung.com>

Hi Tomasz,

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@samsung.com>
> 

Thanks for your review.

Best Regards,
Chanwoo Choi

  reply	other threads:[~2014-03-12 11:43 UTC|newest]

Thread overview: 26+ 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 ` Chanwoo Choi
2014-03-12  6:19 ` 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   ` 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   ` 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   ` 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   ` 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  6:19   ` 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:21   ` Tomasz Figa
2014-03-12 11:43   ` Chanwoo Choi [this message]
2014-03-12 11:43     ` Chanwoo Choi
2014-03-13  1:57   ` Chanwoo Choi
2014-03-13  1:57     ` Chanwoo Choi
     [not found]     ` <53211071.4040408-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-03-17  1:37       ` Chanwoo Choi
2014-03-17  1:37         ` Chanwoo Choi
2014-03-17  1:37         ` Chanwoo Choi
2014-03-17  1:44         ` Kukjin Kim
2014-03-17  1:44           ` Kukjin Kim
2014-03-17  1:52           ` Chanwoo Choi
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=5320487B.1090908@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=swarren@wwwdotorg.org \
    --cc=t.figa@samsung.com \
    /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.