Re: [PATCH] ARM: EXYNOS5: Add bus clock and set parent clock for FIMD

2012-09-12 Thread Leela Krishna Amudala
Hi Jingoo han, On Wed, Sep 12, 2012 at 7:28 AM, Jingoo Han jg1@samsung.com wrote: On Tuesday, September 11, 2012 6:20 PM Leela Krishna Amudala wrote Hello Jingoo Han, On Tue, Sep 11, 2012 at 5:52 AM, Jingoo Han jg1@samsung.com wrote: On Tuesday, September 11, 2012 5:11 AM Leela

[PATCH V2] ARM: EXYNOS5: Add bus clock and set parent clock for FIMD

2012-09-12 Thread Leela Krishna Amudala
This patch adds the bus clock for FIMD and changes the device name for lcd clock also sets mout_mpll_user as parent clock to fimd Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 34 +++

[PATCH v2] Add MFC device tree support

2012-09-12 Thread Arun Kumar K
This patch adds the device tree entries for MFC on Exynos5. It incorporates the comment from Karol Lewandowski [1] to parse the dt file during machine init. This is rebased to the linux-samsung for-next branch. [1] http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/12430 Changelog v2 -

[PATCH v2] ARM: EXYNOS: Add MFC device tree support

2012-09-12 Thread Arun Kumar K
This patch adds device tree entry for MFC v6 in the Exynos5 SoC. Makes the required changes in the clock files and adds MFC to the DT device list. Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com ---

[PATCH v5 0/5] usb: phy: samsung: Introducing usb phy driver for samsung SoCs

2012-09-12 Thread Praveen Paneri
Changes from v4: Moved header file contents to driver's source file Removed unnecessary print message from driver's probe function Dropped the Free Software Foundation address from the header Changed the platform data code to use __initdata Changes from v3: Replaced

[PATCH v5 2/5] usb: s3c-hsotg: Adding phy driver support

2012-09-12 Thread Praveen Paneri
Adding the transceiver to hsotg driver. Keeping the platform data for continuing the smooth operation for boards which still uses it Signed-off-by: Praveen Paneri p.pan...@samsung.com --- drivers/usb/gadget/s3c-hsotg.c | 37 +++-- 1 files changed, 27

[PATCH v5 3/5] ARM: S3C64XX: Removing old phy setup code

2012-09-12 Thread Praveen Paneri
This patch removes old phy code from platform side. 'setup-usb-phy.c' will be used for providing transceiver platform data in next patch. Not all of the platform data code is removed as there are others making use of platform_data defined for hsotg. That can be removed once all the SoCs start

[PATCH v5 4/5] ARM: S3C64XX: Enabling samsung-usbphy driver

2012-09-12 Thread Praveen Paneri
Adding platform device for samsung-usbphy driver. Enabling it for s3c64xx based machines using s3c-hsotg. Signed-off-by: Praveen Paneri p.pan...@samsung.com --- arch/arm/mach-s3c64xx/include/mach/map.h |2 + arch/arm/mach-s3c64xx/mach-crag6410.c|7 ++

[PATCH v5 5/5] ARM: Exynos4210: Enabling samsung-usbphy driver

2012-09-12 Thread Praveen Paneri
Adding usbphy node for Exynos4210 along with the platform data. Signed-off-by: Praveen Paneri p.pan...@samsung.com --- arch/arm/boot/dts/exynos4210.dtsi |5 + arch/arm/mach-exynos/include/mach/map.h |1 + arch/arm/mach-exynos/mach-exynos4-dt.c |8

Re: [PATCH v5 1/5] usb: phy: samsung: Introducing usb phy driver for hsotg

2012-09-12 Thread Marc Kleine-Budde
On 09/12/2012 12:45 PM, Praveen Paneri wrote: This driver uses usb_phy interface to interact with s3c-hsotg. Supports phy_init and phy_shutdown functions to enable/disable phy. Tested with smdk6410 and smdkv310. More SoCs can be brought under later. Signed-off-by: Praveen Paneri

[PATCH 0/3] ARM: EXYNOS: Add generic PWM lookup support

2012-09-12 Thread Sachin Kamat
This series adds support for generic PWM framework which requires that the board setup code register a static mapping that can be used to match PWM consumers to providers. This series is based on for-next branch of Kukjin's tree. Sachin Kamat (2): ARM: EXYNOS: Add generic PWM lookup support

[PATCH 1/3] ARM: EXYNOS: Use generic pwm driver in Origen board

2012-09-12 Thread Sachin Kamat
From: Tushar Behera tushar.beh...@linaro.org Signed-off-by: Tushar Behera tushar.beh...@linaro.org Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-origen.c |6 ++ 2 files changed, 7 insertions(+), 0

[PATCH 2/3] ARM: EXYNOS: Add generic PWM lookup support for SMDK4X12

2012-09-12 Thread Sachin Kamat
Generic PWM framework requires that the board setup code register a static mapping that can be used to match PWM consumers to providers. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-smdk4x12.c |6 ++ 2

[PATCH 3/3] ARM: EXYNOS: Add generic PWM lookup support for SMDKV310

2012-09-12 Thread Sachin Kamat
Generic PWM framework requires that the board setup code register a static mapping that can be used to match PWM consumers to providers. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-smdkv310.c |7 +++ 2

Re: [PATCH 0/3] ARM: EXYNOS: Add generic PWM lookup support

2012-09-12 Thread Thierry Reding
On Wed, Sep 12, 2012 at 05:03:29PM +0530, Sachin Kamat wrote: This series adds support for generic PWM framework which requires that the board setup code register a static mapping that can be used to match PWM consumers to providers. This series is based on for-next branch of Kukjin's tree.

Re: [PATCH v5 1/5] usb: phy: samsung: Introducing usb phy driver for hsotg

2012-09-12 Thread Tomasz Figa
Hi Praveen, Marc, On Wednesday 12 of September 2012 13:08:26 Marc Kleine-Budde wrote: +static const struct of_device_id samsung_usbphy_dt_match[]; + +static inline int samsung_usbphy_get_driver_data(struct platform_device *pdev) +{ +#ifdef CONFIG_OF if (IS_ENABLED(CONFIG_OF)

[PATCH 9/15] arch/arm/mach-s3c24xx/mach-h1940.c: removes unnecessary semicolon

2012-09-12 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com removes unnecessary semicolon Found by Coccinelle: http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin peter.se...@gmail.com --- arch/arm/mach-s3c24xx/mach-h1940.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Exynos 4xxx Camera Image Filtering

2012-09-12 Thread Burke, Zachary
Hello, I am looking for someone with knowledge of the camera image processing path on Exynos 4xxx chips.  On the devices available to us (Exynos 4412 and 4212 in the Galaxy Note 10.1 and Galaxy S3) there appears to be noise reduction/filtering occurring in the camera image acquisition

[PATCH] arch/arm/mach-s3c24xx/mach-h1940.c: delete double assignment

2012-09-12 Thread Julia Lawall
From: Julia Lawall julia.law...@lip6.fr Delete successive assignments to the same location. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl @@ expression i; @@ *i = ...; i = ...; // /smpl Signed-off-by: Julia Lawall

Re: [PATCH v2] ARM: EXYNOS: Add MFC device tree support

2012-09-12 Thread Sylwester Nawrocki
Just a few small comments... On 09/12/2012 03:34 PM, Arun Kumar K wrote: This patch adds device tree entry for MFC v6 in the Exynos5 SoC. Makes the required changes in the clock files and adds MFC to the DT device list. Signed-off-by: Naveen Krishna Chatradhich.nav...@samsung.com

Re: [PATCH v2] ARM: EXYNOS: Add MFC device tree support

2012-09-12 Thread Arun Kumar K
Hi Sylwester, Thank you for the comments. Will make the necessary changes. Regards Arun On Thu, Sep 13, 2012 at 1:54 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Just a few small comments... On 09/12/2012 03:34 PM, Arun Kumar K wrote: This patch adds device tree entry for