Re: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-05 Thread Rahul Sharma
On 5 September 2013 10:52, Inki Dae inki@samsung.com wrote: +static struct hdmiphy_config hdmiphy_4210_configs[] = { + { + .pixel_clock = 2700, + .conf = { + 0x01, 0x05, 0x00, 0xD8, 0x10, 0x1C, 0x30, 0x40, +

[PATCH] ARM: dts: disable PCIe for SD5v1 board

2013-09-05 Thread Jingoo Han
Disable PCIe for SD5v1 board, because there is no PCIe slot on SD5v1 board. Signed-off-by: Jingoo Han jg1@samsung.com --- Tested on SD5v1 board. arch/arm/boot/dts/exynos5440-sd5v1.dts |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/exynos5440-sd5v1.dts

RE: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-05 Thread Inki Dae
-Original Message- From: linux-samsung-soc-ow...@vger.kernel.org [mailto:linux-samsung-soc- ow...@vger.kernel.org] On Behalf Of Rahul Sharma Sent: Thursday, September 05, 2013 3:04 PM To: Inki Dae Cc: Sean Paul; Rahul Sharma; linux-samsung-soc; dri-devel; kgene.kim; sw0312.kim;

[PATCH 1/2] clocksource: mct: extend mct to support 8 local interrupts for Exynos5420

2013-09-05 Thread Chander Kashyap
Exynos5420 is octacore SoC from Samsung. Hence extend exynos-mct clocksource driver to support 8 local interrupts. Also extend dt entries for 8 interrupts. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- arch/arm/boot/dts/exynos5420.dtsi |9 +++--

[PATCH 0/2] Enable all cpus in Exynos5420

2013-09-05 Thread Chander Kashyap
Exynos5420 is an octacore SoC. This patch series enables the remaining 4 cores. Chander Kashyap (2): clocksource: mct: extend mct to support 8 local interrupts for Exynos5420 arm: dt: Exynos5420: populate cpu node enteries to 8 cpus arch/arm/boot/dts/exynos5420.dtsi | 37

[PATCH 2/2] arm: dt: Exynos5420: populate cpu node enteries to 8 cpus

2013-09-05 Thread Chander Kashyap
Exynos5420 is octacore SoC from samsung. Hence populate all the cpu node enteries. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- arch/arm/boot/dts/exynos5420.dtsi | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi

Re: [PATCH 2/2] arm: dt: Exynos5420: populate cpu node enteries to 8 cpus

2013-09-05 Thread Tomasz Figa
Hi Chander, On Thursday 05 of September 2013 14:54:46 Chander Kashyap wrote: Exynos5420 is octacore SoC from samsung. Hence populate all the cpu node enteries. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- arch/arm/boot/dts/exynos5420.dtsi | 28

Re: [PATCH 2/2] arm: dt: Exynos5420: populate cpu node enteries to 8 cpus

2013-09-05 Thread Chander Kashyap
Hi Tomasz, On 5 September 2013 15:25, Tomasz Figa t.f...@samsung.com wrote: Hi Chander, On Thursday 05 of September 2013 14:54:46 Chander Kashyap wrote: Exynos5420 is octacore SoC from samsung. Hence populate all the cpu node enteries. Signed-off-by: Chander Kashyap

Re: [PATCH 2/2] arm: dt: Exynos5420: populate cpu node enteries to 8 cpus

2013-09-05 Thread Tomasz Figa
On Thursday 05 of September 2013 15:33:17 Chander Kashyap wrote: Hi Tomasz, On 5 September 2013 15:25, Tomasz Figa t.f...@samsung.com wrote: Hi Chander, On Thursday 05 of September 2013 14:54:46 Chander Kashyap wrote: Exynos5420 is octacore SoC from samsung. Hence populate all the

Re: [PATCH 2/2] arm: dt: Exynos5420: populate cpu node enteries to 8 cpus

2013-09-05 Thread Chander Kashyap
On 5 September 2013 15:40, Tomasz Figa t.f...@samsung.com wrote: On Thursday 05 of September 2013 15:33:17 Chander Kashyap wrote: Hi Tomasz, On 5 September 2013 15:25, Tomasz Figa t.f...@samsung.com wrote: Hi Chander, On Thursday 05 of September 2013 14:54:46 Chander Kashyap wrote:

[PATCH v2 2/2] arm: dt: Exynos5420: populate cpu node enteries to 8 cpus

2013-09-05 Thread Chander Kashyap
Exynos5420 is octacore SoC from samsung. Hence populate all the cpu node enteries. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- arch/arm/boot/dts/exynos5420.dtsi | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi

[PATCH v2 0/2] Enable all cpus in Exynos5420

2013-09-05 Thread Chander Kashyap
Exynos5420 is an octacore SoC. This patch series enables the remaining 4 cores. Changes in v2: - Changed the cpu node @unit-address value to reg property value. Chander Kashyap (2): clocksource: mct: extend mct to support 8 local interrupts for Exynos5420 arm: dt: Exynos5420:

[PATCH v2 1/2] clocksource: mct: extend mct to support 8 local interrupts for Exynos5420

2013-09-05 Thread Chander Kashyap
Exynos5420 is octacore SoC from Samsung. Hence extend exynos-mct clocksource driver to support 8 local interrupts. Also extend dt entries for 8 interrupts. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- arch/arm/boot/dts/exynos5420.dtsi |9 +++--

Re: [PATCH v2 2/2] arm: dt: Exynos5420: populate cpu node enteries to 8 cpus

2013-09-05 Thread Vikas Sajjan
Hi Chander, On Thu, Sep 5, 2013 at 3:52 PM, Chander Kashyap chander.kash...@linaro.org wrote: Exynos5420 is octacore SoC from samsung. Hence populate all the cpu node enteries. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- arch/arm/boot/dts/exynos5420.dtsi | 28

Re: [PATCH v2 2/2] arm: dt: Exynos5420: populate cpu node enteries to 8 cpus

2013-09-05 Thread Chander Kashyap
Hi Vikas, On 5 September 2013 16:09, Vikas Sajjan sajjan.li...@gmail.com wrote: Hi Chander, On Thu, Sep 5, 2013 at 3:52 PM, Chander Kashyap chander.kash...@linaro.org wrote: Exynos5420 is octacore SoC from samsung. Hence populate all the cpu node enteries. Signed-off-by: Chander Kashyap

[PATCH v3 0/2] Enable all cpus in Exynos5420

2013-09-05 Thread Chander Kashyap
Exynos5420 is an octacore SoC. This patch series enables the remaining 4 cores. Changes in v2: - Changed the cpu node @unit-address value to reg property value. Changes in v3: - Removed leading 0x from @unit-address value. Chander Kashyap (2): clocksource: mct: extend mct to

[PATCH v3 2/2] arm: dt: Exynos5420: populate cpu node enteries to 8 cpus

2013-09-05 Thread Chander Kashyap
Exynos5420 is octacore SoC from samsung. Hence populate all the cpu node enteries. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- arch/arm/boot/dts/exynos5420.dtsi | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi

[PATCH v3 1/2] clocksource: mct: extend mct to support 8 local interrupts for Exynos5420

2013-09-05 Thread Chander Kashyap
Exynos5420 is octacore SoC from Samsung. Hence extend exynos-mct clocksource driver to support 8 local interrupts. Also extend dt entries for 8 interrupts. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- arch/arm/boot/dts/exynos5420.dtsi |9 +++--

[PATCH 08/12] ARM: dts: exynos5420: convert magic numbers to macros in clock bindings

2013-09-05 Thread Andrzej Hajda
The patch replaces magic numbers with macros defined in DT header in exynos5420 clock bindings. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- .../devicetree/bindings/clock/exynos5420-clock.txt | 184 +

[PATCH 12/12] clk: exynos5440: replace clock ID private enums with IDs from DT header

2013-09-05 Thread Andrzej Hajda
The patch replaces private enum clock IDs in the driver with macros provided by the DT header. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/clk/samsung/clk-exynos5440.c | 81 +++- 1 file

[PATCH 06/12] clk: exynos5250: replace clock ID private enums with IDs from DT header

2013-09-05 Thread Andrzej Hajda
The patch replaces private enum clock IDs in the driver with macros provided by the DT header. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/clk/samsung/clk-exynos5250.c | 501 --- 1 file

[PATCH 01/12] ARM: exynos4: create a DT header defining CLK IDs

2013-09-05 Thread Andrzej Hajda
The patch adds header file defining clock IDs. This allows to use macros instead of magic numbers in DT bindings. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- include/dt-bindings/clock/exynos4.h | 231

[PATCH 09/12] clk: exynos5420: replace clock ID private enums with IDs from DT header

2013-09-05 Thread Andrzej Hajda
The patch replaces private enum clock IDs in the driver with macros provided by the DT header. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/clk/samsung/clk-exynos5420.c | 648 +-- 1 file

[PATCH 10/12] ARM: exynos5440: create a DT header defining CLK IDs

2013-09-05 Thread Andrzej Hajda
The patch adds header file defining clock IDs. This allows to use macros instead of magic numbers in DT bindings. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- include/dt-bindings/clock/exynos5440.h | 29 +

[PATCH 00/12] clk/exynos convert clock IDs to macros

2013-09-05 Thread Andrzej Hajda
Hi, This patch set adds headers with defines of exynos clocks. Then it converts dts files and drivers to use macros instead of magic numbers/enums to describe clock bindings. The patchset is based on the latest mturquette/clk-next branch. The patches are generated by script. I have verified

[PATCH 02/12] ARM: dts: exynos4: convert magic numbers to macros in clock bindings

2013-09-05 Thread Andrzej Hajda
The patch replaces magic numbers with macros defined in DT header in exynos4 clock bindings. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- .../devicetree/bindings/clock/exynos4-clock.txt| 259 +

[PATCH 04/12] ARM: exynos5250: create a DT header defining CLK IDs

2013-09-05 Thread Andrzej Hajda
The patch adds header file defining clock IDs. This allows to use macros instead of magic numbers in DT bindings. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- include/dt-bindings/clock/exynos5250.h | 144

[PATCH 05/12] ARM: dts: exynos5250: convert magic numbers to macros in clock bindings

2013-09-05 Thread Andrzej Hajda
The patch replaces magic numbers with macros defined in DT header in exynos5250 clock bindings. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- .../devicetree/bindings/clock/exynos5250-clock.txt | 160 +

[PATCH 11/12] ARM: dts: exynos5440: convert magic numbers to macros in clock bindings

2013-09-05 Thread Andrzej Hajda
The patch replaces magic numbers with macros defined in DT header in exynos5440 clock bindings. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- .../devicetree/bindings/clock/exynos5440-clock.txt | 45 +++---

Re: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-05 Thread Sean Paul
On Thu, Sep 5, 2013 at 2:19 AM, Inki Dae inki@samsung.com wrote: -Original Message- From: linux-samsung-soc-ow...@vger.kernel.org [mailto:linux-samsung-soc- ow...@vger.kernel.org] On Behalf Of Rahul Sharma Sent: Thursday, September 05, 2013 3:04 PM To: Inki Dae Cc: Sean Paul;

RE: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-05 Thread Inki Dae
-Original Message- From: Sean Paul [mailto:seanp...@chromium.org] Sent: Thursday, September 05, 2013 10:20 PM To: Inki Dae Cc: Rahul Sharma; Rahul Sharma; linux-samsung-soc; dri-devel; kgene.kim; sw0312.kim; Lucas Stach; Tomasz Figa; Sylwester Nawrocki; sunil joshi; Shirish S

Re: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-05 Thread Sylwester Nawrocki
Can you please quote only related part of e-mails when replying ? It discourages to read such discussions when you have to scroll through few pages of garbage before getting to the actual reply text. -- Thanks, Sylwester -- To unsubscribe from this list: send the line unsubscribe

Re: [Xen-devel] [PATCH v5 02/13] arm: introduce a global dma_ops pointer

2013-09-05 Thread Stefano Stabellini
On Mon, 2 Sep 2013, Julien Grall wrote: On 08/29/2013 07:32 PM, Stefano Stabellini wrote: Initially set dma_ops to arm_dma_ops. Signed-off-by: Stefano Stabellini stefano.stabell...@eu.citrix.com Acked-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com CC: will.dea...@arm.com CC:

Re: [RFC Patch v2 0/3] add temporary parent migration support

2013-09-05 Thread Mike Turquette
On Wed, Sep 4, 2013 at 11:01 AM, Tomasz Figa tomasz.f...@gmail.com wrote: On Wednesday 04 of September 2013 10:43:28 Mike Turquette wrote: Quoting Tomasz Figa (2013-09-03 15:36:50) Hi Chander, On Tuesday 03 of September 2013 17:04:28 Chander Kashyap wrote: Some platform has provision

Re: [PATCH v3 2/2] arm: dt: Exynos5420: populate cpu node enteries to 8 cpus

2013-09-05 Thread Sylwester Nawrocki
On 09/05/2013 01:29 PM, Chander Kashyap wrote: Exynos5420 is octacore SoC from samsung. s/octacore/octa-core ? s/samsung/Samsung Hence populate all the cpu node enteries. s/cpu/CPU ? s/enteries/entries Signed-off-by: Chander Kashyapchander.kash...@linaro.org Subjects of the dts patches

Re: [PATCH v7 13/13] V4L: Add driver for s5k4e5 image sensor

2013-09-05 Thread Sylwester Nawrocki
On 08/21/2013 08:34 AM, Arun Kumar K wrote: This patch adds subdev driver for Samsung S5K4E5 raw image sensor. Like s5k6a3, it is also another fimc-is firmware controlled sensor. This minimal sensor driver doesn't do any I2C communications as its done by ISP firmware. It can be updated if needed

Re: [PATCH v7 02/13] [media] exynos5-fimc-is: Add Exynos5 FIMC-IS device tree bindings documentation

2013-09-05 Thread Sylwester Nawrocki
On 08/21/2013 08:34 AM, Arun Kumar K wrote: The patch adds the DT binding documentation for Samsung Exynos5 SoC series imaging subsystem (FIMC-IS). Signed-off-by: Arun Kumar Karun...@samsung.com Reviewed-by: Sylwester Nawrockis.nawro...@samsung.com Can I have a DT binding maintainer Ack for

Re: [PATCH v7 01/13] [media] exynos5-is: Adding media device driver for exynos5

2013-09-05 Thread Sylwester Nawrocki
On 08/21/2013 08:34 AM, Arun Kumar K wrote: From: Shaik Ameer Bashashaik.am...@samsung.com This patch adds support for media device for EXYNOS5 SoCs. The current media device supports the following ips to connect through the media controller framework. * MIPI-CSIS Support

Re: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-05 Thread Rahul Sharma
On 5 September 2013 19:20, Inki Dae inki@samsung.com wrote: -Original Message- From: Sean Paul [mailto:seanp...@chromium.org] Sent: Thursday, September 05, 2013 10:20 PM To: Inki Dae Cc: Rahul Sharma; Rahul Sharma; linux-samsung-soc; dri-devel; kgene.kim; sw0312.kim; Lucas

Re: [PATCH v7 13/13] V4L: Add driver for s5k4e5 image sensor

2013-09-05 Thread Arun Kumar K
Hi Sylwester, Will make the changes you suggested. Will re-spin this entire series with some more minor fixes after more rigorous testing. Regards Arun On Fri, Sep 6, 2013 at 1:32 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 08/21/2013 08:34 AM, Arun Kumar K wrote: This

Re: [PATCH 2/3] thermal: samsung: change base_common to more meaningful base_second

2013-09-05 Thread amit daniel kachhap
On Wed, Sep 4, 2013 at 9:53 AM, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote: On Exynos5440 and Exynos5420 there are registers common across the TMU channels. To support that, we introduced a ADDRESS_MULTIPLE flag in the driver and the 2nd set of register base and size are provided