RE: [PATCH 0/6] Samsung watchdog support clean-up

2013-06-04 Thread Kukjin Kim
Tomasz Figa wrote: Hi Sylwester, Kukjin, Hi, On Saturday 01 of June 2013 10:16:52 Sylwester Nawrocki wrote: Hi Tomasz, On 05/19/2013 12:37 AM, Tomasz Figa wrote: This series is aiming at cleaning up a bit watchdog support on Samsung SoCs. The patches tweak a bit all the watchdog

Re: [PATCH] ARM: EXYNOS: Consolidate multiple low-level UART port definitions

2013-06-04 Thread Tushar Behera
On 05/31/2013 11:50 PM, Kevin Hilman wrote: Tushar Behera tushar.beh...@linaro.org writes: There are two definitions for low-level UART ports for Exynos platform. CONFIG_S3C_LOWLEVEL_UART_PORT is used for printing Uncompressing Linux... done, booting the kernel. and CONFIG_S3C_UART for other

Re: [PATCH 0/6] Samsung watchdog support clean-up

2013-06-04 Thread Tomasz Figa
Hi Kukjin, On Tuesday 04 of June 2013 18:37:54 Kukjin Kim wrote: Tomasz Figa wrote: Hi Sylwester, Kukjin, Hi, On Saturday 01 of June 2013 10:16:52 Sylwester Nawrocki wrote: Hi Tomasz, On 05/19/2013 12:37 AM, Tomasz Figa wrote: This series is aiming at cleaning up a bit

Re: [PATCH] ARM: s5p64x0: Use common uncompress.h part for plat-samsung

2013-06-04 Thread Tushar Behera
On 05/19/2013 04:01 AM, Tomasz Figa wrote: Since uart_base can be set dynamically in arch_detect_cpu(), there is no need to have a copy of all code locally, just to override UART base address. This patch removes any duplicate code in uncompress.h variant of s5p64x0 and implements proper

Re: [PATCH v2 2/5] clk: samsung: Add support to register rate_table for PLL3xxx

2013-06-04 Thread Yadwinder Singh Brar
Hi Tomasz, On Mon, Jun 3, 2013 at 8:55 PM, Tomasz Figa t.f...@samsung.com wrote: Hi Yadwinder, On Thursday 30 of May 2013 12:25:40 Yadwinder Singh Brar wrote: Hi Doug, On Thu, May 30, 2013 at 5:14 AM, Doug Anderson diand...@chromium.org wrote: Vikas / Yadwinder, On Wed, May 29, 2013

Re: [PATCH] ARM: EXYNOS: Update defconfig for Arndale and Origen board

2013-06-04 Thread Mark Brown
On Tue, May 28, 2013 at 10:31:41PM -0700, Olof Johansson wrote: On Tue, May 28, 2013 at 8:59 PM, Tushar Behera tushar.beh...@linaro.org wrote: e. usb: ehci-s5p: add the HSIC port initialization f. ARM: dts: Add USB gpio entries for Arndale board I am not sure whether such kind of

[PATCH V5 0/5] clk: Samsung: audss: Register audio subsytem clocks using common clk framework

2013-06-04 Thread Padmavathi Venna
Samsung S5PV210 and Exynos SoC has a separate subsystem for audio. This subsystem has a internal clock controller which controls i2s0 and pcm0 clocks. This patch series adds the Samsung audio subsytem clock to the common clock framework and provides the I2S controllers clock information in the

[PATCH V5 1/5] ARM: samsung: use #include for all device trees

2013-06-04 Thread Padmavathi Venna
Replace /include/ (dtc) with #include (C pre-processor) for all Samsung DT files Signed-off-by: Padmavathi Venna padm...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- arch/arm/boot/dts/exynos4.dtsi |2 +- arch/arm/boot/dts/exynos4210-origen.dts

[PATCH V5 2/5] clk: samsung: register audio subsystem clocks using common clock framework

2013-06-04 Thread Padmavathi Venna
Audio subsystem is introduced in s5pv210 and exynos platforms. This has seperate clock controller which can control i2s0 and pcm0 clocks. This patch registers the audio subsystem clocks with the common clock framework on Exynos family. Signed-off-by: Padmavathi Venna padm...@samsung.com

[PATCH V5 3/5] ARM: dts: add Exynos audio subsystem clock controller node

2013-06-04 Thread Padmavathi Venna
Audio subsystem introduced in s5pv210 and exynos platforms which has a internal clock controller. This patch adds a node for the same on exynos5250. Signed-off-by: Padmavathi Venna padm...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi |

[PATCH V5 4/5] ARM: dts: add clock provider information for i2s controllers in Exynos5250

2013-06-04 Thread Padmavathi Venna
Add clock lookup information for i2s controllers on exynos5250 SoC. Signed-off-by: Padmavathi Venna padm...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git

[PATCH V5 5/5] ARM: dts: Update Samsung I2S documentation

2013-06-04 Thread Padmavathi Venna
This patch updates the samsung i2s documentation for pinmux and clock entries. Signed-off-by: Padmavathi Venna padm...@samsung.com --- .../devicetree/bindings/sound/samsung-i2s.txt | 40 ++- 1 files changed, 13 insertions(+), 27 deletions(-) diff --git

Re: [PATCH V4 22/30] thermal: exynos: Add support for exynos5440 TMU sensor.

2013-06-04 Thread Eduardo Valentin
On 04-06-2013 00:44, amit daniel kachhap wrote: Hi Jonghwa, Sorry for the late reply as I was on leave. On Sat, May 18, 2013 at 10:53 AM, jonghwa3@samsung.com wrote: On 2013년 05월 14일 18:58, Amit Daniel Kachhap wrote: This patch modifies TMU controller to add changes needed to work

Re: [PATCH V4 00/30] thermal: exynos: Add thermal driver for exynos5440

2013-06-04 Thread Eduardo Valentin
On 04-06-2013 00:55, amit daniel kachhap wrote: Hi Eduardo, On Wed, May 15, 2013 at 8:14 PM, Eduardo Valentin eduardo.valen...@ti.com wrote: On 14-05-2013 05:58, Amit Daniel Kachhap wrote: Changes in V4: Almost all the changes in this version is as per suggestion from Eduardo.The

Re: [PATCH V4 00/30] thermal: exynos: Add thermal driver for exynos5440

2013-06-04 Thread Eduardo Valentin
Hi, On 04-06-2013 08:57, Eduardo Valentin wrote: On 04-06-2013 00:55, amit daniel kachhap wrote: Hi Eduardo, On Wed, May 15, 2013 at 8:14 PM, Eduardo Valentin eduardo.valen...@ti.com wrote: On 14-05-2013 05:58, Amit Daniel Kachhap wrote: Changes in V4: Almost all the changes in this

Re: [PATCH V4 3/4] ARM: dts: add Exynos audio subsystem clock controller node

2013-06-04 Thread Doug Anderson
Padma, On Mon, Jun 3, 2013 at 9:25 PM, Padma Venkat padma@gmail.com wrote: Hi Doug, On Tue, Jun 4, 2013 at 1:43 AM, Doug Anderson diand...@chromium.org wrote: Padmavathi, On Sun, Jun 2, 2013 at 10:19 PM, Padmavathi Venna padm...@samsung.com wrote: Audio subsystem introduced in

Re: [PATCH V5 3/5] ARM: dts: add Exynos audio subsystem clock controller node

2013-06-04 Thread Doug Anderson
Padmavathi, On Tue, Jun 4, 2013 at 5:28 AM, Padmavathi Venna padm...@samsung.com wrote: Audio subsystem introduced in s5pv210 and exynos platforms which has a internal clock controller. This patch adds a node for the same on exynos5250. Signed-off-by: Padmavathi Venna padm...@samsung.com

Re: [PATCH V5 2/5] clk: samsung: register audio subsystem clocks using common clock framework

2013-06-04 Thread Doug Anderson
Padmavathi, On Tue, Jun 4, 2013 at 5:28 AM, Padmavathi Venna padm...@samsung.com wrote: Audio subsystem is introduced in s5pv210 and exynos platforms. This has seperate clock controller which can control i2s0 and pcm0 clocks. This patch registers the audio subsystem clocks with the common

Re: [PATCH V5 4/5] ARM: dts: add clock provider information for i2s controllers in Exynos5250

2013-06-04 Thread Doug Anderson
Padmavathi, On Tue, Jun 4, 2013 at 5:28 AM, Padmavathi Venna padm...@samsung.com wrote: Add clock lookup information for i2s controllers on exynos5250 SoC. Signed-off-by: Padmavathi Venna padm...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com ---

Re: [PATCH V5 4/5] ARM: dts: add clock provider information for i2s controllers in Exynos5250

2013-06-04 Thread Doug Anderson
Padmavathi, On Tue, Jun 4, 2013 at 5:28 AM, Padmavathi Venna padm...@samsung.com wrote: @@ -471,6 +477,8 @@ dmas = pdma1 12 pdma1 11; dma-names = tx, rx; + clocks = clock 307; + clock-names = iis;

Re: [PATCH V5 5/5] ARM: dts: Update Samsung I2S documentation

2013-06-04 Thread Doug Anderson
Padmavathi, On Tue, Jun 4, 2013 at 5:28 AM, Padmavathi Venna padm...@samsung.com wrote: This patch updates the samsung i2s documentation for pinmux and clock entries. Signed-off-by: Padmavathi Venna padm...@samsung.com --- .../devicetree/bindings/sound/samsung-i2s.txt | 40

Re: [RFC 09/42] drivers/i2c/busses: don't check resource with devm_ioremap_resource

2013-06-04 Thread Kevin Hilman
Wolfram Sang w...@the-dreams.de writes: devm_ioremap_resource does sanity checks on the given resource. No need to duplicate this in the driver. Signed-off-by: Wolfram Sang w...@the-dreams.de Acked-by: Kevin Hilman khil...@linaro.org # for i2c-omap.c -- To unsubscribe from this list: send

[PATCH] ARM: samsung: avoid racy early printk at bootup

2013-06-04 Thread Doug Anderson
At boot, we've got a stack trace that looks something like this (exynos5 as example) * exynos5_map_io * s3c_init_cpu * exynos_init_io * exynos5_dt_map_io * paging_init * setup_arch When paging_init() runs we'll lose any early MMU mappings that we might have had to allow us access to S3C_VA_UART.

Re: [PATCH] ARM: samsung: avoid racy early printk at bootup

2013-06-04 Thread Olof Johansson
Hi, On Tue, Jun 04, 2013 at 06:58:59PM -0700, Doug Anderson wrote: At boot, we've got a stack trace that looks something like this (exynos5 as example) * exynos5_map_io * s3c_init_cpu * exynos_init_io * exynos5_dt_map_io * paging_init * setup_arch When paging_init() runs we'll lose any

Re: [PATCH V4 22/30] thermal: exynos: Add support for exynos5440 TMU sensor.

2013-06-04 Thread amit daniel kachhap
Hi Eduardo, On Tue, Jun 4, 2013 at 6:25 PM, Eduardo Valentin eduardo.valen...@ti.com wrote: On 04-06-2013 00:44, amit daniel kachhap wrote: Hi Jonghwa, Sorry for the late reply as I was on leave. On Sat, May 18, 2013 at 10:53 AM, jonghwa3@samsung.com wrote: On 2013년 05월 14일 18:58,

Re: [PATCH V4 00/30] thermal: exynos: Add thermal driver for exynos5440

2013-06-04 Thread amit daniel kachhap
On Tue, Jun 4, 2013 at 6:31 PM, Eduardo Valentin eduardo.valen...@ti.com wrote: Hi, On 04-06-2013 08:57, Eduardo Valentin wrote: On 04-06-2013 00:55, amit daniel kachhap wrote: Hi Eduardo, On Wed, May 15, 2013 at 8:14 PM, Eduardo Valentin eduardo.valen...@ti.com wrote: On 14-05-2013