Re: [PATCH v2] ARM: Exynos5250: Enabling dwc3-exynos driver

2012-12-06 Thread Grant Likely
On Thu, 08 Nov 2012 14:02:13 +0530, Vivek Gautam gautam.vi...@samsung.com wrote: Adding DWC3 device tree node for Exynos5250 along with the device address and clock support needed for the controller. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com ---

Re: [PATCH v2 1/2] ARM: Exynos5250: Enabling ehci-s5p driver

2012-12-06 Thread Grant Likely
On Thu, 08 Nov 2012 12:24:24 +0530, Vivek Gautam gautam.vi...@samsung.com wrote: Adding EHCI device tree node for Exynos5250 along with the device base adress and gpio line for vbus. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Acked-by: Jingoo Han jg1@samsung.com ---

[PATCH 1/2] ARM: dts: Fix gpio pin names of keypad columns in exynos4x12-pinctrl

2012-12-06 Thread Sachin Kamat
Keypad columns are connected to gpx1 pins on 4x12. Cc: Tomasz Figa t.f...@samsung.com Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git

[PATCH 2/2] ARM: dts: Add keypad row entries for exynos4x12

2012-12-06 Thread Sachin Kamat
This patch adds keypad row support for Exynos4x12. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 56 + 1 files changed, 56 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos4x12-pinctrl.dtsi

Re: [PATCH v2] ARM: Exynos5250: Enabling dwc3-exynos driver

2012-12-06 Thread Vivek Gautam
Hi Grant, On Thu, Dec 6, 2012 at 3:45 PM, Grant Likely grant.lik...@secretlab.ca wrote: On Thu, 08 Nov 2012 14:02:13 +0530, Vivek Gautam gautam.vi...@samsung.com wrote: Adding DWC3 device tree node for Exynos5250 along with the device address and clock support needed for the controller.

Re: [PATCH v2 1/2] ARM: Exynos5250: Enabling ehci-s5p driver

2012-12-06 Thread Vivek Gautam
On Thu, Dec 6, 2012 at 3:46 PM, Grant Likely grant.lik...@secretlab.ca wrote: On Thu, 08 Nov 2012 12:24:24 +0530, Vivek Gautam gautam.vi...@samsung.com wrote: Adding EHCI device tree node for Exynos5250 along with the device base adress and gpio line for vbus. Signed-off-by: Vivek Gautam

[PATCH 0/3] add mie driver for exynos

2012-12-06 Thread R. Chandrasekar
From: R. Chandrasekar rcse...@samsung.com this patch set adds the driver support for the dithering functionality of the mobile image enhancement (mie) module. device tree support is added for mie. fimd adds the mie module as plugin and calls the dithering function. dithere is required when the

[PATCH 1/3] DTS: exynos: add device tree support for exynos mie

2012-12-06 Thread R. Chandrasekar
From: R. Chandrasekar rcse...@samsung.com adding device tree support for mobile image enhancement (mie) module of exynos SoC. driver fetches the base address of mie from the device tree. Signed-off-by: R. Chandrasekar rcse...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi |7 ++- 1

[PATCH 2/3] drm: fimd: add mie plugin support for dithering

2012-12-06 Thread R. Chandrasekar
From: R. Chandrasekar rcse...@samsung.com mie provides the dithereing functionality, fimd need to call the mie dithering function is required when panel uses lesser bits per pixel (bpp) of fimd. This cl adds the functions to add the mie plugin, and calls the mie dithereing function.

[PATCH 3/3] drm: mie: add mie driver for exynos

2012-12-06 Thread R. Chandrasekar
From: R. Chandrasekar rcse...@samsung.com Adding driver for the Mobile Image Enhancement (MIE) module of exynos SoC. This cl scope is limited to dithereing. mie dithering function is enabled from fimd Signed-off-by: R. Chandrasekar rcse...@samsung.com Change-Id:

Re: [PATCH] I2C: EXYNOS: Add slave support to i2c

2012-12-06 Thread Subash Patel
Hi Giridhar, On 12/03/2012 05:46 PM, Giridhar Maruthy wrote: This patch adds slave support to i2c. The dt entry i2c-mode decides at probe time if the controller needs to work in slave mode and the controller is accordingly programmed. Signed-off-by: Giridhar Maruthy giridhar.maru...@linaro.org

S3C2410 LCD Resolution

2012-12-06 Thread Woody Wu
Hi, list Does anyone know what's the maximum display resolution I can expect for the s3c2410-lcd frame buffer driver (s3c2410fb.c)? I am about to use 8bpp color mode only. Is there any other requirements for the LCD module to ensure it compatiable with s3c2410+Linux? One thing I am thinking is,

Re: [PATCH V2 1/2] ASoC: Samsung: Do not register samsung audio dma device as pdev

2012-12-06 Thread Mark Brown
On Thu, Dec 06, 2012 at 09:20:36AM +0530, Padmavathi Venna wrote: Previously, the ASoC 'platform' (PCM/DMA) object was instantiated via a platform_device. This didn't represent the hardware well, since there was no separate hardware associated with this platform_device; it was a virtual device