Re: [PATCH 2/2] iommu/exynos: Follow kernel coding style for __sysmmu_enable return type

2013-08-18 Thread Antonios Motakis
Yes, of course, I have no objections. On Fri, Aug 16, 2013 at 1:21 PM, Cho KyongHo pullip@samsung.com wrote: On Wed, 14 Aug 2013 15:15:49 +0200, 'Joerg Roedel' wrote: KyongHo, On Fri, Jul 26, 2013 at 07:46:01PM +0900, Cho KyongHo wrote: __sysmmu_enable() must return 1 if it is called

Re: [PATCH V5] ARM: dts: Change i2s compatible string on exynos5250

2013-08-18 Thread Kukjin Kim
On 08/16/13 16:53, Tomasz Figa wrote: Hi Kukjin, [...] - compatible = samsung,i2s-v5; + compatible = samsung,s5pv210-i2s; Device tree reviewers, this is something to look out for in the future. Some samsung platforms/drivers use samsung,chip-ip, others

Re: [PATCH v2 0/4] ARM: S3C24XX: add dmaengine based dma-driver

2013-08-18 Thread Kukjin Kim
On 08/14/13 20:59, Heiko Stübner wrote: This series tries to provide a basic dmaengine driver for the s3c24xx SoCs to subsequently retire the old one with custom API. Since v1 three big changes happened (appart from fixing received comments): For one the limitation of sg-lists to 1 element is

Re: [PATCH v4 2/3] ARM: dts: Update the status of RTC DT node of Exynos5250 SoC to okay

2013-08-18 Thread Kukjin Kim
On 08/15/13 17:59, Tomasz Figa wrote: Hi Tushar, [...] + status = okay; }; Sometime back we had a discussion on this, the decision was to enable it in respective boards. This is not entirely true. According to ePAPR, chapter 2.3.4, the status property has a well

Re: [PATCH v3 0/9] ARM: dts: exynos: add support for hdmi subsystem

2013-08-18 Thread Kukjin Kim
On 08/14/13 20:26, Tomasz Figa wrote: [...] See my comments about making common stuff for exynos5 SoCs. I agree. And please don't use title like following, 'ARM: dts: exynos: '. Because the relatively long prefix of title can cover _real_ title, So just 'ARM: dts: in

Re: [PATCHv3 1/4] drm/exynos: add device tree support for rotator

2013-08-18 Thread Kukjin Kim
On 08/13/13 14:12, Chanho Park wrote: The exynos4 platform is only dt-based since 3.10, we should convert driver data and ids to dt-based parsing methods. The rotator driver has a limit table to get size limit of input picture. Each SoCs has slightly different limit value compared with any

Re: [PATCH] ARM: DT: Exynos: fix number of interrupt-cells in mct node

2013-08-18 Thread Kukjin Kim
On 08/12/13 15:23, Chander Kashyap wrote: ping On 23 July 2013 15:17, Chander Kashyapchander.kash...@linaro.org wrote: ping. On 14 June 2013 20:11, Chander Kashyapchander.kash...@linaro.org wrote: Two cells were used to specify interrupts in mct node, while second cell always remains

Re: [PATCH] ARM: dts: Add secure-firmware boot support for OrigenQaud board

2013-08-18 Thread Kukjin Kim
On 08/12/13 14:16, Tushar Behera wrote: On 23 July 2013 11:52, Tushar Beheratushar.beh...@linaro.org wrote: OrigenQuad board boots with secure firmware support. Enable support for reading smc commands. The binding has been updated as per the documentation provided in

Re: [PATCH 1/2] ARM: dts: Enable USB hub on Arndale

2013-08-18 Thread Kukjin Kim
On 08/15/13 08:27, Mark Brown wrote: From: Mark Brownbroo...@linaro.org The Arndale has a SMSC USB3503 connected in hardware only mode like a PHY, support it using the usb-nop-xceiv binding. Note that due to a regrettable decision to use a regulator to represent the reset signal this uses a

Re: [PATCH v3 0/4] DT/ARCH updates for MFC

2013-08-18 Thread Kukjin Kim
On 08/14/13 20:41, Arun Kumar K wrote: The patch series updates the DT nodes of MFC in Exynos4, Exynos 5250 and creates node in 5420. The memory reservation patch for MFC v7 firmware is omitted in this series as its no longer needed after the new CMA DT framework by Marek Szyprowski. Changes

Re: [PATCH 3/4] ARM: dts: Correct the /include entry on exynos5420 dtsi file

2013-08-18 Thread Kukjin Kim
On 07/10/13 21:11, Padmavathi Venna wrote: This patch corrects the /include to #include on exynos5420 Signed-off-by: Padmavathi Vennapadm...@samsung.com --- arch/arm/boot/dts/exynos5420.dtsi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [PATCH 4/4] ARM: dts: exynos5420: add audio clock controller

2013-08-18 Thread Kukjin Kim
On 07/10/13 21:11, Padmavathi Venna wrote: From: Andrew Brestickerabres...@chromium.org This adds device-tree bindings for the audio subsystem clock controller on Exynos 5420. Signed-off-by: Andrew Brestickerabres...@chromium.org Reviewed-on: https://gerrit.chromium.org/gerrit/57712

Re: [PATCH] ARM: EXYNOS: always enable PM domains support for EXYNOS4x12

2013-08-18 Thread Kukjin Kim
On 08/09/13 23:53, Tomasz Figa wrote: Hi Bart, On Friday 09 of August 2013 13:56:05 Bartlomiej Zolnierkiewicz wrote: Currently PM domains support will be enabled for EXYNOS4x12 SoCs only if EXYNOS4210 SoC or EXYNOS5250 SoC support is also enabled. Fix it by explicitly selecting PM domains

Re: [PATCH RESEND] ARM: dts: Add USB host node for Exynos4

2013-08-18 Thread Kukjin Kim
On 08/06/13 03:09, Dongjin Kim wrote: This patch adds EHCI and OHCI host device nodes for Exynos4. CC: Jingoo Hanjg1@samsung.com Signed-off-by: Dongjin Kimtobet...@gmail.com --- arch/arm/boot/dts/exynos4.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git

[PATCH] s5p-jpeg: Add initial device tree support for S5PV210/Exynos4210 SoCs

2013-08-18 Thread Sylwester Nawrocki
This patch enables the JPEG codec on S5PV210 and Exynos4210 SoCs. There are some differences in newer versions of the JPEG codec IP on SoCs like Exynos4x12 and Exynos5 series and support for them will be added in subsequent patches. Cc: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by:

Re: [PATCH RESEND] ARM: plat-samsung: Fix switching FIFO in arch_enable_uart_fifo function

2013-08-18 Thread Kukjin Kim
On 07/03/13 04:16, Alexander Shiyan wrote: When CONFIG_S3C_BOOT_UART_FORCE_FIFO symbol is set, we should enable FIFO but actually switch command is missing in the code. This patch adds this switching. Signed-off-by: Alexander Shiyanshc_w...@mail.ru ---

Re: [PATCH] ARM: SAMSUNG: Remove unnecessary exynos4_default_sdhci*()

2013-08-18 Thread Kukjin Kim
On 07/15/13 09:21, Jingoo Han wrote: Commit 17397a2(ARM: EXYNOS: Remove platform device initialization) removes calling exynos4_default_sdhci*() functions; thus, these are not necessary any more. Signed-off-by: Jingoo Hanjg1@samsung.com --- arch/arm/plat-samsung/include/plat/sdhci.h |

[GIT PULL 0/2] Samsung pull-request for v3.12

2013-08-18 Thread Kukjin Kim
Hi Arnd and Olof, Here is Samsung cleanup and Exynos DT stuff for v3.12. They include non-dt cleanup and unused codes, and add exynos4412-trats2 board and update Arndale board, exynos5420 and exynos4 series. Just note, I'm holding on defconfig update branch because of concern for

[GIT PULL 2/2] Samsung Exynos DT for v3.12

2013-08-18 Thread Kukjin Kim
The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092: Linux 3.11-rc1 (2013-07-14 15:18:27 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-dt-1 for you to fetch changes up to

[GIT PULL 1/2] Samsung cleanup for v3.12

2013-08-18 Thread Kukjin Kim
The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092: Linux 3.11-rc1 (2013-07-14 15:18:27 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-cleanup-1 for you to fetch changes up to

Re: [PATCH] usb: phy: Cleanup error code in **_usb_get_phy_**() APIs

2013-08-18 Thread Vivek Gautam
Hi, On Thu, Aug 8, 2013 at 12:05 AM, Julius Werner jwer...@chromium.org wrote: @@ -94,11 +94,11 @@ static int devm_usb_phy_match(struct device *dev, void *res, void *match_data) */ struct usb_phy *devm_usb_get_phy(struct device *dev, enum usb_phy_type type) { - struct usb_phy

Re: [PATCH 01/15] drivers: phy: add generic PHY framework

2013-08-18 Thread Kishon Vijay Abraham I
Felipe, ping.. On Wednesday 14 August 2013 08:35 PM, Kishon Vijay Abraham I wrote: Hi, On Wednesday 14 August 2013 04:34 AM, Tomasz Figa wrote: On Wednesday 14 of August 2013 00:19:28 Sylwester Nawrocki wrote: W dniu 2013-08-13 14:05, Kishon Vijay Abraham I pisze: On Tuesday 13 August

Re: [PATCH v2 2/4] dmaengine: add driver for Samsung s3c24xx SoCs

2013-08-18 Thread Vinod Koul
On Wed, Aug 14, 2013 at 02:00:25PM +0200, Heiko Stübner wrote: This adds a new driver to support the s3c24xx dma using the dmaengine and makes the old one in mach-s3c24xx obsolete in the long run. Conceptually the s3c24xx-dma feels like a distant relative of the pl08x with numerous virtual