Hi Kgene,
On Fri, May 23, 2014 at 12:31 AM, Daniel Lezcano
wrote:
> On 05/22/2014 09:57 AM, Leela Krishna Amudala wrote:
>>
>> This patch is originally based on commit b3377d186572 ("ARM: 7064/1:
>> vexpress: Use wfi macro in platform_do_lowpower.")
>&g
machine to hang hard when a CPU
is offlined.
Use wfi macro instead of the hardcoded WFI instruction.
Signed-off-by: Leela Krishna Amudala
---
arch/arm/mach-exynos/hotplug.c |8 +---
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/arch/arm/mach-exynos/hotplug.c b/arch/arm/m
Hello Kgene,
Can you please pick this patch to your tree ?
Best Wishes,
Leela Krishna.
On Wed, Apr 30, 2014 at 1:32 PM, Chanwoo Choi wrote:
> Hi,
>
> On 04/23/2014 02:52 PM, Leela Krishna Amudala wrote:
>> A common macro v7_exit_coherency_flush available which does the bel
os based Origen(Cortex-A9) and Arndale-octa(Cortex A7,A15) boards.
>>
>> Leela Krishna Amudala (2):
>>ARM: EXYNOS: Add generic cpu power control functions for all exynos
>> based SoCs
>>ARM: EXYNOS: use generic exynos cpu power control functions
>>
Add generic cpu power control functions for exynos based SoCS
for cpu power up/down and to know the cpu status.
Signed-off-by: Leela Krishna Amudala
---
arch/arm/mach-exynos/common.h |3 +++
arch/arm/mach-exynos/pm.c | 36
arch/arm/mach-exynos
This patchset adds the generic cpu power control functions for
exynos based SoCs to power up/down and to know the status of the cpu.
Note: This series has been rebased on 3.15-rc1 and tested on
Exynos based Origen(Cortex-A9) and Arndale-octa(Cortex A7,A15) boards.
Leela Krishna Amudala (2
Use generic exynos cpu power control functions to power up/down
and to know the status of the cpu.
Signed-off-by: Leela Krishna Amudala
---
arch/arm/mach-exynos/platsmp.c |9 +++--
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/arch/arm/mach-exynos/platsmp.c b/arch/arm
A common macro v7_exit_coherency_flush available which does the below tasks in
the seqeunce.
-clearing C bit
-clearing L1 cache
-exit SMP
-instruction and data synchronization
So removing the local functions which does the same thing and use the macro
instead.
Signed-off-by: Leela Krishna
Hi Daniel,
Thanks for reviewing the patch.
On Tue, Apr 22, 2014 at 8:06 PM, Daniel Lezcano
wrote:
> On 04/22/2014 04:18 PM, Leela Krishna Amudala wrote:
>>
>> Remove the duplicated code for cache disabling and use
>> "v7_exit_coherency_flush"
>> mac
Remove the duplicated code for cache disabling and use "v7_exit_coherency_flush"
macro to do the same job.
Signed-off-by: Leela Krishna Amudala
---
cpu hotplug is tested with 3.15-rc1 on Origen(which has cortex A9) and
Arndale octa(which has cortex A7 and A15) boards.
arch/arm/m
Hi All,
I didn't see this series in mainline, Any comments for this ?
Thanks,
Leela Krishna Amudala.
On Tue, Dec 10, 2013 at 12:10 PM, Naveen Krishna Chatradhi
wrote:
> This patchset does a little clean up of the existing code (linux-soc-thermal)
> 1. [v11] thermal: samsung: rep
On 12/7/13, Guenter Roeck wrote:
> On Fri, Dec 06, 2013 at 11:17:48AM +0530, Leela Krishna Amudala wrote:
>> In Exynos5 series SoCs, PMU has registers to enable/disable mask/unmask
>> watchdog timer which is not the case with s3c series SoCs so, there is a
>> need to have
On 1/10/14, Wim Van Sebroeck wrote:
> Hi Leela,
>
>> This patch adds pmusysreg node to exynos5250 and exynos5420 dtsi files to
>> handle PMU register accesses in a centralized way using syscon driver
>>
>> Signed-off-by: Leela Krishna Amudala
>> Reviewed-b
es to
> handle PMU register accesses in a centralized way using syscon driver
>
> Signed-off-by: Leela Krishna Amudala
> Reviewed-by: Tomasz Figa
> Reviewed-by: Doug Anderson
> Tested-by: Doug Anderson
> ---
...
> diff --git a/arch/arm/boot/dts/exynos5420.dtsi
> b/arch
Hello Wim Van Sebroeck,
I believe that I addressed all the comments given by reviewers.
So can you look into this series and take necessary action..?
Best Wishes,
Leela Krishna.
On Wed, Dec 18, 2013 at 9:01 PM, Leela Krishna Amudala
wrote:
> Hello Wim Van Sebroeck,
>
> Can you kindly
Hello Wim Van Sebroeck,
Can you kindly look into this series and take necessary action..?
Best Wishes,
Leela Krishna.
On Fri, Dec 6, 2013 at 2:47 PM, Leela Krishna Amudala
wrote:
> This patchset does the following things
> - Adds pmusysreg device node to exynos5.dts
Adding Kukjin's alternate mail
On Thu, Dec 12, 2013 at 8:34 PM, Leela Krishna Amudala
wrote:
> Hi Kukjin,
>
> Can you kindly look into this patch and take necessary action..?
>
> Best Wishes,
> Leela Krishna.
>
> On Tue, Nov 12, 2013 at 9:02 PM, Leela Krishna A
Hi Kukjin,
Even though you said it is applied, I didn't see this patch in any of
your trees.
Can you kindly look into this patch and take necessary action..?
Best Wishes,
Leela Krishna.
On Tue, Nov 12, 2013 at 8:13 PM, Kukjin Kim wrote:
> Leela Krishna Amudala wrote:
>>
> +
Hi Kukjin,
Even though you said it is applied, I didn't see this patch in any of
your trees.
Can you kindly look into this patch and take necessary action..?
Best Wishes,
Leela Krishna.
On Tue, Nov 12, 2013 at 8:39 PM, Kukjin Kim wrote:
> Leela Krishna Amudala wrote:
>>
>>
Hi Kukjin,
Can you kindly look into this patch and take necessary action..?
Best Wishes,
Leela Krishna.
On Tue, Nov 12, 2013 at 9:02 PM, Leela Krishna Amudala
wrote:
> Hi Kukjin,
>
> Thanks for reviewing the patch.
>
> On Tue, Nov 12, 2013 at 4:46 PM, Kukjin Kim wrote:
&
Hi,
On Thu, Dec 12, 2013 at 8:57 AM, Tomasz Figa wrote:
> 2013/12/11 Doug Anderson :
>> Leela Krishna,
>>
>> On Wed, Dec 11, 2013 at 4:22 AM, Leela Krishna Amudala
>> wrote:
>>> Hi,
>>>
>>> As I was in travel not accessed my mails.
>>
ut what could be
> improved. People are free to accept it or ignore as they see fit. And having
> seen patch series that got merged after periods like 2.5 year V12 is not
> something unusual anyway. :)
>
>
>>> On 12/06/2013 06:47 AM, Leela Krishna Amudala wrote:
>>>>
common file and
make it separate by updating existing node in Exynos5250 and adding new node
to Exynos5420. This patch also makes the watchdog node enabled by default
Signed-off-by: Leela Krishna Amudala
Reviewed-by: Tomasz Figa
Reviewed-by: Doug Anderson
Tested-by: Doug Anderson
---
arch/arm/boot
Add device tree support for exynos5250 and 5420 SoCs and use syscon regmap
interface
to configure AUTOMATIC_WDT_RESET_DISABLE and MASK_WDT_RESET_REQUEST registers
of PMU
to mask/unmask enable/disable of watchdog in probe and s2r scenarios.
Signed-off-by: Leela Krishna Amudala
Signed-off-by
This patch adds pmusysreg node to exynos5250 and exynos5420 dtsi files to
handle PMU register accesses in a centralized way using syscon driver
Signed-off-by: Leela Krishna Amudala
Reviewed-by: Tomasz Figa
Reviewed-by: Doug Anderson
Tested-by: Doug Anderson
---
Documentation/devicetree
1:
- Added new compatible string for Exynos5 SoCs
- Introduced quirk mechanism to program PMU registers
- Addressed comments given by Tomasz Figa
Leela Krishna Amudala (3):
ARM: dts: Add pmu sysreg node to exynos5250 and exynos5420 dtsi files
watchdog: s3c2410_wdt:
Hi Guenter Roeck,
On Tue, Dec 3, 2013 at 3:06 AM, Guenter Roeck wrote:
>
> On Mon, Dec 02, 2013 at 12:47:53PM -0800, Olof Johansson wrote:
> > On Mon, Dec 2, 2013 at 12:21 PM, Guenter Roeck wrote:
> > > On Mon, Dec 02, 2013 at 10:14:41AM -0800, Doug Anderson wrote:
> > >> A good watchdog driver
Add device tree support for exynos5250 and 5420 SoCs and use syscon regmap
interface
to configure AUTOMATIC_WDT_RESET_DISABLE and MASK_WDT_RESET_REQUEST registers
of PMU
to mask/unmask enable/disable of watchdog in probe and s2r scenarios.
Signed-off-by: Leela Krishna Amudala
Figa )
Changes since V1:
- Added new compatible string for Exynos5 SoCs
- Introduced quirk mechanism to program PMU registers
- Addressed comments given by Tomasz Figa
Leela Krishna Amudala (3):
ARM: dts: Add pmu sysreg node to exynos5250 and exynos5420 dtsi f
common file and
make it separate by updating existing node in Exynos5250 and adding new node
to Exynos5420. This patch also makes the watchdog node enabled by default
Signed-off-by: Leela Krishna Amudala
Reviewed-by: Tomasz Figa
Reviewed-by: Doug Anderson
Tested-by: Doug Anderson
---
arch/arm/boot
This patch adds pmusysreg node to exynos5250 and exynos5420 dtsi files to
handle PMU register accesses in a centralized way using syscon driver
Signed-off-by: Leela Krishna Amudala
Reviewed-by: Tomasz Figa
Reviewed-by: Doug Anderson
Tested-by: Doug Anderson
---
Documentation/devicetree
Add device tree support for exynos5250 and 5420 SoCs and use syscon regmap
interface
to configure AUTOMATIC_WDT_RESET_DISABLE and MASK_WDT_RESET_REQUEST registers
of PMU
to mask/unmask enable/disable of watchdog in probe and s2r scenarios.
Signed-off-by: Leela Krishna Amudala
This patch adds pmusysreg node to exynos5250 and exynos5420 dtsi files to
handle PMU register accesses in a centralized way using syscon driver
Signed-off-by: Leela Krishna Amudala
Reviewed-by: Tomasz Figa
Reviewed-by: Doug Anderson
Tested-by: Doug Anderson
---
Documentation/devicetree
common file and
make it separate by updating existing node in Exynos5250 and adding new node
to Exynos5420. This patch also makes the watchdog node enabled by default
Signed-off-by: Leela Krishna Amudala
Reviewed-by: Tomasz Figa
Reviewed-by: Doug Anderson
Tested-by: Doug Anderson
---
arch/arm/boot
m PMU registers
- Addressed comments given by Tomasz Figa
Leela Krishna Amudala (3):
ARM: dts: Add pmu sysreg node to exynos5250 and exynos5420 dtsi files
watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu
register
ARM: dts: update watchdog device nodes for
Hi Doug,
Thanks for reviewing the patch series.
On Tue, Nov 26, 2013 at 4:14 AM, Doug Anderson wrote:
>
> Hi Leela Krishna,
>
> On Mon, Nov 18, 2013 at 1:49 AM, Leela Krishna Amudala
> wrote:
> > Add device tree support for exynos5250 and 5420 SoCs and use syscon regmap
Hello Wim Van Sebroeck,
Can you please review this series and take necessary action.
Best Wishes,
Leela Krishna.
On Mon, Nov 18, 2013 at 4:35 PM, Tomasz Figa wrote:
> Hi Leela,
>
> On Monday 18 of November 2013 15:19:46 Leela Krishna Amudala wrote:
>> This patchset does the f
Hi Guenter Roeck,
On Tue, Nov 19, 2013 at 10:30 AM, Guenter Roeck wrote:
> On 11/18/2013 08:36 PM, Leela Krishna Amudala wrote:
>>
>> Hi Guenter Roeck,
>>
>> Thanks for reviewing the patch.
>>
>>
>> On Mon, Nov 18, 2013 at 10:12 PM, Guenter Roeck
&g
Hi Guenter Roeck,
Thanks for reviewing the patch.
On Mon, Nov 18, 2013 at 10:12 PM, Guenter Roeck wrote:
> On Mon, Nov 18, 2013 at 03:19:48PM +0530, Leela Krishna Amudala wrote:
>> Add device tree support for exynos5250 and 5420 SoCs and use syscon regmap
>> interface
Add device tree support for exynos5250 and 5420 SoCs and use syscon regmap
interface
to configure AUTOMATIC_WDT_RESET_DISABLE and MASK_WDT_RESET_REQUEST registers
of PMU
to mask/unmask enable/disable of watchdog in probe and s2r scenarios.
Signed-off-by: Leela Krishna Amudala
- Addressed comments given by Tomasz Figa
Leela Krishna Amudala (3):
ARM: dts: Add pmu sysreg node to exynos5250 and exynos5420 dtsi files
watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu
register
ARM: dts: update watchdog device nodes for Exynos5250 and Exynos5420
common file and
make it separate by updating existing node in Exynos5250 and adding new node
to Exynos5420. This patch also makes the watchdog node enabled by default
Signed-off-by: Leela Krishna Amudala
Reviewed-by: Tomasz Figa
---
arch/arm/boot/dts/exynos5.dtsi|7 ---
arch/arm/boot/dts
This patch adds pmusysreg node to exynos5250 and exynos5420 dtsi files to
handle PMU register accesses in a centralized way using syscon driver
Signed-off-by: Leela Krishna Amudala
Reviewed-by: Tomasz Figa
---
Documentation/devicetree/bindings/arm/samsung/pmu.txt | 16
arch
Hi Tomasz
On Sat, Nov 16, 2013 at 5:27 AM, Tomasz Figa wrote:
> On Thursday 14 of November 2013 18:49:34 Guenter Roeck wrote:
>> On 11/11/2013 10:34 PM, Leela Krishna Amudala wrote:
>> > Add device tree support and use syscon regmap interface to configure
>> > AUTO
Hi Tomasz,
On Sat, Nov 16, 2013 at 5:13 AM, Tomasz Figa wrote:
> On Tuesday 12 of November 2013 12:04:46 Leela Krishna Amudala wrote:
>> This patch adds pmusysreg node to exynos5250 and exynos5420 dtsi files to
>> handle PMU register accesses in a centralized way using syscon driv
Hi Kukjin,
Thanks for reviewing the patch.
On Tue, Nov 12, 2013 at 4:46 PM, Kukjin Kim wrote:
> Leela Krishna Amudala wrote:
>>
>> Add SPI device tree nodes to Exynos5420 SoC
>>
>> Signed-off-by: Doug Anderson
>> Signed-off-by: Leela Krishna Amudala
Hi Sachin,
On Tue, Nov 12, 2013 at 3:53 PM, Kukjin Kim wrote:
> Sachin Kamat wrote:
>>
>
> Following is more clear?
>
> "ARM: dts: Add missing GPIO entries for sd_bus_width4 in exynos5420-pinctrl"
>
>> Adds missing GPIO entries for sd_bus nodes in exynos5420-pinctrl.
>>
This is not a missing stu
This patch adds pmusysreg node to exynos5250 and exynos5420 dtsi files to
handle PMU register accesses in a centralized way using syscon driver
Signed-off-by: Leela Krishna Amudala
Reviewed-by: Tomasz Figa
---
Documentation/devicetree/bindings/arm/samsung/pmu.txt | 13 +
arch/arm
Add device tree support and use syscon regmap interface to configure
AUTOMATIC_WDT_RESET_DISABLE and MASK_WDT_RESET_REQUEST registers of PMU
to mask/unmask enable/disable of watchdog in probe and s2r scenarios.
Signed-off-by: Leela Krishna Amudala
---
.../devicetree/bindings/watchdog/samsung
d new compatible string for Exynos5 SoCs
- Introduced quirk mechanism to program PMU registers
- Addressed comments given by Tomasz Figa
Leela Krishna Amudala (3):
ARM: dts: Add pmu sysreg node to exynos5250 and exynos5420 dtsi files
watchdog: s3c2410_wdt: add device tree support an
common file and
make it separate by updating existing node in Exynos5250 and adding new node
to Exynos5420. This patch also makes the watchdog node enabled by default
Signed-off-by: Leela Krishna Amudala
Reviewed-by: Tomasz Figa
---
arch/arm/boot/dts/exynos5.dtsi|7 ---
arch/arm/boot/dts
ht, I didn't compile it disabling CONFIG_OF
> On Monday 11 of November 2013 18:14:57 Leela Krishna Amudala wrote:
>> Add device tree support and use syscon regmap interface to configure
>> AUTOMATIC_WDT_RESET_DISABLE and MASK_WDT_RESET_REQUEST registers of PMU
>> to mask/
Hi Tomasz,
On Mon, Nov 11, 2013 at 6:36 PM, Tomasz Figa wrote:
> Hi Leela,
>
> On Monday 11 of November 2013 18:14:56 Leela Krishna Amudala wrote:
>> In Exynos5 series SoCs, PMU has registers to enable/disable mask/unmask
>> watchdog timer which is not the case with s3c ser
ogram PMU registers
- Addressed comments given by Tomasz Figa
Leela Krishna Amudala (3):
ARM: dts: Add pmu sysreg node to exynos5250 and exynos5420 dtsi files
ARM: dts: update watchdog device nodes for Exynos5250 and Exynos5420
watchdog: s3c2410_wdt: add device tree support an
This patch adds pmusysreg node to exynos5250 and exynos5420 dtsi files to
handle PMU register accesses in a centralized way using syscon driver
Signed-off-by: Leela Krishna Amudala
---
Documentation/devicetree/bindings/arm/samsung/pmu.txt | 13 +
arch/arm/boot/dts/exynos5250.dtsi
Add device tree support and use syscon regmap interface to configure
AUTOMATIC_WDT_RESET_DISABLE and MASK_WDT_RESET_REQUEST registers of PMU
to mask/unmask enable/disable of watchdog in probe and s2r scenarios.
Signed-off-by: Leela Krishna Amudala
---
.../devicetree/bindings/watchdog/samsung
common file and
make it separate by updating existing node in Exynos5250 and adding new node
to Exynos5420. This patch also makes the watchdog node enabled by default
Signed-off-by: Leela Krishna Amudala
---
arch/arm/boot/dts/exynos5.dtsi|7 ---
arch/arm/boot/dts/exynos5250.dtsi |6
Adds watchdog device nodes to the DT device list for Exynos5250 and Exynos5420
Signed-off-by: Leela Krishna Amudala
---
arch/arm/boot/dts/exynos5.dtsi|7 ---
arch/arm/boot/dts/exynos5250.dtsi |6 +-
arch/arm/boot/dts/exynos5420.dtsi |9 +
3 files changed, 14
en by Tomasz Figa
Leela Krishna Amudala (3):
ARM: dts: Add pmu sysreg node to Exynos5 dtsi file
ARM: dts: add watchdog device nodes for Exynos5250 and Exynos5420
watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu
register
.../devicetree/bindings/watchdog/samsung-wd
This patch adds pmusysreg node to Exynos5 dtsi file to handle PMU
register accesses in a centralized way using syscon driver
Signed-off-by: Leela Krishna Amudala
Reviewed-by: Tomasz Figa
---
arch/arm/boot/dts/exynos5.dtsi |5 +
1 file changed, 5 insertions(+)
diff --git a/arch/arm
The syscon regmap interface is used to configure AUTOMATIC_WDT_RESET_DISABLE
and MASK_WDT_RESET_REQUEST registers of PMU to mask/unmask enable/disable of
watchdog in probe and s2r scenarios.
Signed-off-by: Leela Krishna Amudala
---
.../devicetree/bindings/watchdog/samsung-wdt.txt | 21
This patch adds pmusysreg node to Exynos5 dtsi file to handle PMU
register accesses in a centralized way using syscon driver
Signed-off-by: Leela Krishna Amudala
---
arch/arm/boot/dts/exynos5.dtsi |5 +
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5.dtsi b/arch
The syscon regmap interface is used to configure AUTOMATIC_WDT_RESET_DISABLE
and MASK_WDT_RESET_REQUEST registers of PMU to mask/unmask enable/disable of
watchdog in probe and s2r scenarios.
Signed-off-by: Leela Krishna Amudala
---
.../devicetree/bindings/watchdog/samsung-wdt.txt | 22
ments given by Tomasz Figa
Leela Krishna Amudala (3):
ARM: dts: Add pmu sysreg node to Exynos5 dtsi file
ARM: dts: add watchdog device nodes for Exynos5250 and Exynos5420
watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu
register
.../devicetree/bindings/watchdog/sa
Adds watchdog device nodes to the DT device list for Exynos5250 and Exynos5420
Signed-off-by: Leela Krishna Amudala
---
arch/arm/boot/dts/exynos5.dtsi|7 ---
arch/arm/boot/dts/exynos5250.dtsi |7 ++-
arch/arm/boot/dts/exynos5420.dtsi | 10 ++
3 files changed, 16
Hi Tomasz,
On Wed, Oct 30, 2013 at 8:09 PM, Tomasz Figa wrote:
> Hi Leela,
>
> On Wednesday 30 of October 2013 15:21:13 Leela Krishna Amudala wrote:
>> The syscon regmap interface is used to configure AUTOMATIC_WDT_RESET_DISABLE
>> and MASK_WDT_RESET_REQUEST registers
Hi Tomasz,
On Wed, Oct 30, 2013 at 8:12 PM, Tomasz Figa wrote:
> Hi Leela,
>
> On Wednesday 30 of October 2013 15:21:11 Leela Krishna Amudala wrote:
>> This patch adds pmusysreg node to Exynos5 dtsi file to handle PMU
>> register accesses in a centralized way using syscon dr
Hi,
On Wed, Oct 30, 2013 at 3:22 PM, Sachin Kamat wrote:
> Hi Leela,
>
> On 30 October 2013 15:21, Leela Krishna Amudala wrote:
>> This patch adds pmusysreg node to Exynos5 dtsi file to handle PMU
>> register accesses in a centralized way using syscon driver
>>
>
used syscon regmap interface to configure pmu registers in WDT driver
(suggested by Tomasz Figa )
Changes since V1:
- Added new compatible string for Exynos5 SoCs
- Introduced quirk mechanism to program PMU registers
- Addressed comments given by Tomasz Figa
Leela Kr
This patch adds pmusysreg node to Exynos5 dtsi file to handle PMU
register accesses in a centralized way using syscon driver
Signed-off-by: Leela Krishna Amudala
---
arch/arm/boot/dts/exynos5.dtsi |5 +
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5.dtsi b/arch
Adds watchdog device nodes to the DT device list for Exynos5250 and Exynos5420
Signed-off-by: Leela Krishna Amudala
---
arch/arm/boot/dts/exynos5.dtsi|7 ---
arch/arm/boot/dts/exynos5250.dtsi |7 ++-
arch/arm/boot/dts/exynos5420.dtsi | 10 ++
3 files changed, 16
The syscon regmap interface is used to configure AUTOMATIC_WDT_RESET_DISABLE
and MASK_WDT_RESET_REQUEST registers of PMU to mask/unmask enable/disable of
watchdog in probe and s2r scenarios.
Signed-off-by: Leela Krishna Amudala
---
.../devicetree/bindings/watchdog/samsung-wdt.txt | 19
Hi,
On Wed, Oct 30, 2013 at 12:20 PM, Sachin Kamat wrote:
> Hi Leela,
>
> On 30 October 2013 12:23, Leela Krishna Amudala wrote:
>> Adds watchdog device nodes to the DT device list for Exynos5250 and
>> Exynos5420
>>
>> Signed-off-by: Leela Krishna Amudala
>
Hi Sachin,
Thanks for reviewing the patch
On Wed, Oct 30, 2013 at 12:33 PM, Sachin Kamat wrote:
> On 30 October 2013 12:23, Leela Krishna Amudala wrote:
>> The syscon regmap interface is used to configure AUTOMATIC_WDT_RESET_DISABLE
>> and MASK_WDT_RESET_REQUEST registers of PMU
Hi Sachin,
On Wed, Oct 30, 2013 at 10:56 AM, Sachin Kamat wrote:
> Added an example for reference.
>
> Signed-off-by: Sachin Kamat
> ---
> .../devicetree/bindings/watchdog/samsung-wdt.txt |9 +
> 1 file changed, 9 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/wa
The syscon regmap interface is used to configure AUTOMATIC_WDT_RESET_DISABLE
and MASK_WDT_RESET_REQUEST registers of PMU to mask/unmask enable/disable of
watchdog in probe and s2r scenarios.
Signed-off-by: Leela Krishna Amudala
---
.../devicetree/bindings/watchdog/samsung-wdt.txt | 13
essed comments given by Tomasz Figa
Leela Krishna Amudala (2):
ARM: dts: add watchdog device nodes for Exynos5250 and Exynos5420
watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu
register
.../devicetree/bindings/watchdog/samsung-wdt.txt | 13 ++-
arch/arm/boot/dts/exynos5
Adds watchdog device nodes to the DT device list for Exynos5250 and Exynos5420
Signed-off-by: Leela Krishna Amudala
---
arch/arm/boot/dts/exynos5.dtsi| 12 +---
arch/arm/boot/dts/exynos5250.dtsi |7 ++-
arch/arm/boot/dts/exynos5420.dtsi | 10 ++
3 files changed
The syscon regmap interface is used to configure AUTOMATIC_WDT_RESET_DISABLE
and MASK_WDT_RESET_REQUEST registers of PMU to mask/unmask enable/disable of
watchdog in probe and s2r scenarios.
Signed-off-by: Leela Krishna Amudala
---
.../devicetree/bindings/watchdog/samsung-wdt.txt | 13
Adds watchdog device nodes to the DT device list for Exynos5250 and Exynos5420
Signed-off-by: Leela Krishna Amudala
---
arch/arm/boot/dts/exynos5.dtsi| 12 +---
arch/arm/boot/dts/exynos5250.dtsi |7 ++-
arch/arm/boot/dts/exynos5420.dtsi | 10 ++
3 files changed
essed comments given by Tomasz Figa
Leela Krishna Amudala (2):
ARM: dts: add watchdog device nodes for Exynos5250 and Exynos5420
watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu
register
.../devicetree/bindings/watchdog/samsung-wdt.txt | 13 ++-
arch/arm/boot/dts/exynos5
Exynos5420 SoC has per core thermal management unit, this patch adds
tmu device nodes to the DT device list.
Signed-off-by: Leela Krishna Amudala
---
Note: This patch has been tested on kgene's for-next branch
after applying Naveen's patchset
[1/3,v6] thermal: samsung: add intclr_
Adds G-Scaler device nodes to the DT device list
Signed-off-by: Leela Krishna Amudala
---
Changes since V1:
- Changed the patch subject
- Changed the node name to video-scaler
suggested by Tomasz Figa
Note: G-scaler probe test done on Kgene's for-next branch.
Adds G-Scaler devices to the DT device list
Signed-off-by: Leela Krishna Amudala
---
arch/arm/boot/dts/exynos5420.dtsi | 20
1 file changed, 20 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5420.dtsi
b/arch/arm/boot/dts/exynos5420.dtsi
index 09aa06c..c4210dc 100644
On Wed, Oct 16, 2013 at 3:38 PM, Leela Krishna Amudala
wrote:
> Hi Tomasz,
>
> On Wed, Oct 16, 2013 at 12:21 AM, Tomasz Figa wrote:
>> Hi Leela,
>>
>> On Tuesday 15 of October 2013 16:50:54 Leela Krishna Amudala wrote:
>>> Adds G-Scaler devices to the DT devi
Hi Tomasz,
On Wed, Oct 16, 2013 at 12:21 AM, Tomasz Figa wrote:
> Hi Leela,
>
> On Tuesday 15 of October 2013 16:50:54 Leela Krishna Amudala wrote:
>> Adds G-Scaler devices to the DT device list
>>
>> Signed-off-by: Leela Krishna Amudala
>> ---
>> a
Hi Tomasz,
On Wed, Oct 16, 2013 at 12:19 AM, Tomasz Figa wrote:
> Hi Leela,
>
> On Tuesday 15 of October 2013 16:50:53 Leela Krishna Amudala wrote:
>> Add clock nodes for oscillator clock, input clocks and parents of input
>> clocks to gsc power domain so that we can
Adds G-Scaler devices to the DT device list
Signed-off-by: Leela Krishna Amudala
---
arch/arm/boot/dts/exynos5420.dtsi | 20
1 file changed, 20 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5420.dtsi
b/arch/arm/boot/dts/exynos5420.dtsi
index 7f0296c..f86aeea 100644
This patchset adds clock entries to gsc power domain and gsc device
nodes to DT file
Note: This pathcset is rebased and tested on Kgene's for-next branch.
Leela Krishna Amudala (2):
ARM: dts: Exynos5420: add clock entries to gsc power domain
ARM: dts: Exynos5420: Add dt support for gs
Add clock nodes for oscillator clock, input clocks and parents of input
clocks to gsc power domain so that we can set/restore the input
clocks while powering on and powering off a domain.
Signed-off-by: Prathyush K
Signed-off-by: Leela Krishna Amudala
---
arch/arm/boot/dts/exynos5420.dtsi
Hi Rajeshwari,
On Thu, Oct 10, 2013 at 4:11 PM, Rajeshwari S Shinde
wrote:
> This patch enables word transfer for s3c64xx spi driver.
> User can set bits_per_word to 32 before calling spi_setup,
> which would enable the word transfer mode.
>
> Signed-off-by: Rajeshwari S Shinde
> ---
> Chnages i
Add the device-tree binding for the PWM controller to Exynos5250 and Exynos5420
Signed-off-by: Andrew Bresticker
Signed-off-by: Olof Johansson
Signed-off-by: Leela Krishna Amudala
---
changes since v1:
- Moved the common properties in the node to exynos5.dtsi file
suggested
Hi Sachin,
On Thu, Oct 10, 2013 at 11:18 AM, Sachin Kamat wrote:
> Hi Leela,
>
> On 10 October 2013 11:12, Leela Krishna Amudala wrote:
>> Add the device-tree binding for the PWM controller to Exynos5250 and
>> Exynos5420
>>
>> Signed-off-by: Andrew Bresticker
Add the device-tree binding for the PWM controller to Exynos5250 and Exynos5420
Signed-off-by: Andrew Bresticker
Signed-off-by: Olof Johansson
Signed-off-by: Leela Krishna Amudala
---
arch/arm/boot/dts/exynos5250.dtsi |9 +
arch/arm/boot/dts/exynos5420.dtsi |9 +
2
Add SPI device tree nodes to Exynos5420 SoC
Signed-off-by: Doug Anderson
Signed-off-by: Leela Krishna Amudala
Reviewed-by: Andrew Bresticker
---
Note: This patch is rebased on Kgene's for-next branch and is dependent on
[RESEND,V3] ARM: dts: Add DMA controller node info on Exynos5420.
From: Padmavathi Venna
This patch adds dma controller node info on Exynos5420.
Exynos5420 has adma for audio IPs. As adma clk is dependent
on audss clk provider that will be added later.
Signed-off-by: Padmavathi Venna
Signed-off-by: Leela Krishna Amudala
---
Change since V2
Tomasz,
On Fri, Sep 27, 2013 at 3:42 PM, Tomasz Figa wrote:
> On Monday 23 of September 2013 19:11:11 Tomasz Figa wrote:
>> On Monday 23 of September 2013 19:03:10 Bartlomiej Zolnierkiewicz wrote:
>> >
>> > Hi,
>> >
>> > On Wednesday, September 18,
This patch parses the watchdog node to read pmu wdt sys registers addresses
and do mask/unmask enable/disable of WDT in probe and s2r scenarios.
Signed-off-by: Leela Krishna Amudala
---
.../devicetree/bindings/watchdog/samsung-wdt.txt | 24 -
drivers/watchdog/s3c2410_wdt.c
Fixes the watchdog DT node name for Exynos5 as per the DT node naming
convention also update "status" property for Exynos5250 SoC.
Signed-off-by: Leela Krishna Amudala
---
arch/arm/boot/dts/exynos5.dtsi|2 +-
arch/arm/boot/dts/exynos5250.dtsi |3 ++-
2 files changed, 3
Leela Krishna Amudala (4):
ARM: dts: Fix the watchdog DT node name for Exynos5
ARM: dts: add watchdog device tree node for exynos5420
watchdog: s3c2410_wdt: parse watchdog dt node to read PMU registers
adresses
ARM: dts: exynos: add PMU registers addresses and mask bit to
watchdog
1 - 100 of 249 matches
Mail list logo