Re: [PATCH v2 00/12] Samsung PM consolidation part 2 (multiplatform)

2014-02-21 Thread Tomasz Figa
Hi Kukjin, On 06.02.2014 20:12, Tomasz Figa wrote: Current Samsung PM code is heavily unprepared for multiplatform systems. The design implies accessing functions and global variables defined in particular mach- subdirectory from common code in plat-, which is not allowed when building

Re: [PATCH 1/1] ARM: Exynos: Add generic compatible string

2014-02-21 Thread Tomasz Figa
On 21.02.2014 07:08, Sachin Kamat wrote: On 20 February 2014 23:18, Arnd Bergmann a...@arndb.de wrote: On Thursday 20 February 2014 18:34:23 Tomasz Figa wrote: On 20.02.2014 18:00, Arnd Bergmann wrote: Of course nothing stops you from retaining more specific compatible strings. In fact, this

Re: [PATCH 1/1] ARM: Exynos: Add generic compatible string

2014-02-21 Thread Arnd Bergmann
On Friday 21 February 2014 14:18:49 Tomasz Figa wrote: Now that we have a broader agreement on this, I think we can go ahead with the following steps as an initial approach: 1. Have a common machine file for both exynos4 and 5 files, mach-exynos-dt.c. 2. Introduce a generic

Re: [PATCH 1/1] ARM: Exynos: Add generic compatible string

2014-02-21 Thread Tomasz Figa
On 21.02.2014 15:48, Arnd Bergmann wrote: On Friday 21 February 2014 14:18:49 Tomasz Figa wrote: Now that we have a broader agreement on this, I think we can go ahead with the following steps as an initial approach: 1. Have a common machine file for both exynos4 and 5 files, mach-exynos-dt.c.

Re: [PATCH 1/1] ARM: Exynos: Add generic compatible string

2014-02-21 Thread Tomasz Figa
On 21.02.2014 16:21, Tomasz Figa wrote: On 21.02.2014 15:48, Arnd Bergmann wrote: On Friday 21 February 2014 14:18:49 Tomasz Figa wrote: Now that we have a broader agreement on this, I think we can go ahead with the following steps as an initial approach: 1. Have a common machine file for

[PATCH v2 1/2] phy: Select PHY_EXYNOS_MIPI_VIDEO by default for ARCH_EXYNOS

2014-02-21 Thread Sylwester Nawrocki
Instead of requiring user to figure out when PHY_EXYNOS_MIPI_VIDEO needs to be selected select it by default for Exynos SoCs. Also enable it when COMPILE_TEST is selected. If required the MIPI CSIS/DPHY driver can be then disabled or compiled in as module. Signed-off-by: Sylwester Nawrocki

Re: [PATCH v4 03/10] Documentation: devicetree: Update Samsung FIMC DT binding

2014-02-21 Thread Mark Rutland
On Thu, Feb 20, 2014 at 07:40:30PM +, Sylwester Nawrocki wrote: This patch documents following updates of the Exynos4 SoC camera subsystem devicetree binding: - addition of #clock-cells property to 'camera' node - the #clock-cells property is needed when the sensor sub-devices use

[PATCH v2 2/2] phy: Select PHY_EXYNOS_DP_VIDEO by default for ARCH_EXYNOS

2014-02-21 Thread Sylwester Nawrocki
Instead of requiring user to figure out when PHY_EXYNOS_DP_VIDEO needs to be selected select it by default for Exynos SoCs. Also enable it when COMPILE_TEST is selected. If required the display port PHY driver can be then disabled or compiled in as module. Cc: Jingoo Han jg1@samsung.com

Re: [PATCH v2 2/2] phy: Select PHY_EXYNOS_DP_VIDEO by default for ARCH_EXYNOS

2014-02-21 Thread Arnd Bergmann
On Friday 21 February 2014 16:50:02 Sylwester Nawrocki wrote: config PHY_EXYNOS_DP_VIDEO tristate EXYNOS SoC series Display Port PHY driver depends on OF + depends on ARCH_EXYNOS || COMPILE_TEST + default y select GENERIC_PHY help That would

Re: [PATCH v4 02/10] Documentation: dt: Add DT binding documentation for S5C73M3 camera

2014-02-21 Thread Mark Rutland
On Thu, Feb 20, 2014 at 07:40:29PM +, Sylwester Nawrocki wrote: This adds DT binding documentation for Samsung S5C73M3 camera sensor with an embedded ISP. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com --- Changes since v3:

Re: [PATCH v4 07/10] exynos4-is: Add clock provider for the SCLK_CAM clock outputs

2014-02-21 Thread Mark Rutland
On Thu, Feb 20, 2014 at 07:40:34PM +, Sylwester Nawrocki wrote: This patch adds clock provider so the the SCLK_CAM0/1 output clocks can be accessed by image sensor devices through the clk API. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Acked-by: Kyungmin Park

Re: [PATCH v2 2/2] phy: Select PHY_EXYNOS_DP_VIDEO by default for ARCH_EXYNOS

2014-02-21 Thread Sylwester Nawrocki
On 21/02/14 16:59, Arnd Bergmann wrote: On Friday 21 February 2014 16:50:02 Sylwester Nawrocki wrote: config PHY_EXYNOS_DP_VIDEO tristate EXYNOS SoC series Display Port PHY driver depends on OF + depends on ARCH_EXYNOS || COMPILE_TEST + default y select

Re: [PATCH v2 2/2] phy: Select PHY_EXYNOS_DP_VIDEO by default for ARCH_EXYNOS

2014-02-21 Thread Arnd Bergmann
On Friday 21 February 2014 17:25:04 Sylwester Nawrocki wrote: Hmm, good point, I will modify it that way. For patch 1/2 I guess it should be: default ARCH_S5PV210 || ARCH_EXYNOS or rather default y if ARCH_S5PV210 || ARCH_EXYNOS ? Right. I'd probably use the first syntax, but it

[PATCH v3 1/2] phy: Select PHY_EXYNOS_MIPI_VIDEO by default for ARCH_EXYNOS

2014-02-21 Thread Sylwester Nawrocki
Instead of requiring user to figure out when PHY_EXYNOS_MIPI_VIDEO needs to be selected select it by default for Exynos SoCs. Also enable it when COMPILE_TEST is selected. If required the MIPI CSIS/DPHY driver can be then disabled or compiled in as module. Signed-off-by: Sylwester Nawrocki

[PATCH v3 2/2] phy: Select PHY_EXYNOS_DP_VIDEO by default for ARCH_EXYNOS

2014-02-21 Thread Sylwester Nawrocki
Instead of requiring user to figure out when PHY_EXYNOS_DP_VIDEO needs to be selected select it by default for Exynos SoCs. Also enable it when COMPILE_TEST is selected. If required the display port PHY driver can be then disabled or compiled in as module. Cc: Jingoo Han jg1@samsung.com

Re: [PATCH 1/1] ARM: EXYNOS: Consolidate CPU init code

2014-02-21 Thread Tomasz Figa
Hi Sachin, On 22.01.2014 12:49, Sachin Kamat wrote: cpu_table was used to distinguish between different Exynos4 and 5 SoCs and assign the the initialization and io mapping pointers based on type. exynos_init is dummy and no longer needed as we do a DT based booting. By having a common io

Re: [PATCH v2 2/2] phy: Select PHY_EXYNOS_DP_VIDEO by default for ARCH_EXYNOS

2014-02-21 Thread Sylwester Nawrocki
On 21/02/14 17:41, Arnd Bergmann wrote: On Friday 21 February 2014 17:25:04 Sylwester Nawrocki wrote: Hmm, good point, I will modify it that way. For patch 1/2 I guess it should be: default ARCH_S5PV210 || ARCH_EXYNOS or rather default y if ARCH_S5PV210 || ARCH_EXYNOS ?

Re: [PATCH v4 02/10] Documentation: dt: Add DT binding documentation for S5C73M3 camera

2014-02-21 Thread Sylwester Nawrocki
On 21/02/14 16:42, Mark Rutland wrote: [...] +++ b/Documentation/devicetree/bindings/media/samsung-s5c73m3.txt @@ -0,0 +1,97 @@ +Samsung S5C73M3 8Mp camera ISP +-- + +The S5C73M3 camera ISP supports MIPI CSI-2 and parallel (ITU-R BT.656) video +data busses. The

Re: [PATCH v2 2/2] phy: Select PHY_EXYNOS_DP_VIDEO by default for ARCH_EXYNOS

2014-02-21 Thread Arnd Bergmann
On Friday 21 February 2014 17:50:44 Sylwester Nawrocki wrote: On 21/02/14 17:41, Arnd Bergmann wrote: On Friday 21 February 2014 17:25:04 Sylwester Nawrocki wrote: Hmm, good point, I will modify it that way. For patch 1/2 I guess it should be: default ARCH_S5PV210 ||