Re: [PATCH V4 0/5] Add generic DMA DT binding support

2013-02-13 Thread Padma Venkat
Hi Vinod, On Thu, Feb 14, 2013 at 10:17 AM, Vinod Koul wrote: > On Wed, Feb 13, 2013 at 09:52:30AM +0530, Padma Venkat wrote: >> Hi Vinod, >> >> On Tue, Feb 12, 2013 at 8:19 PM, Vinod Koul wrote: >> > On Mon, Feb 11, 2013 at 02:08:20PM +0530, Padmavathi Venna wrote: >> > >> > This looks fine, I

Re: [PATCH V4 0/5] Add generic DMA DT binding support

2013-02-13 Thread Vinod Koul
On Wed, Feb 13, 2013 at 09:52:30AM +0530, Padma Venkat wrote: > Hi Vinod, > > On Tue, Feb 12, 2013 at 8:19 PM, Vinod Koul wrote: > > On Mon, Feb 11, 2013 at 02:08:20PM +0530, Padmavathi Venna wrote: > > > > This looks fine, I have only question. The code seems to assume that pl330 > > dma > > co

[PATCH] ARM: SAMSUNG: dma: Remove unnecessary code

2013-02-13 Thread Padmavathi Venna
This patch removes the usage of DMACH_DT_PROP and dt_dmach_prop from dma code as the new generic dma dt binding support has been added. Signed-off-by: Padmavathi Venna Acked-by: Arnd Bergmann --- arch/arm/mach-s3c24xx/include/mach/dma.h |1 - arch/arm/mach-s3c64xx/include/mach/dma.h

[PATCH V4 4/4] ARM: dts: pl330: Add #dma-cells for generic dma binding support

2013-02-13 Thread Padmavathi Venna
This patch adds #dma-cells property to PL330 DMA controller nodes for supporting generic dma dt bindings on samsung exynos5250 platform. Signed-off-by: Padmavathi Venna Acked-by: Arnd Bergmann --- .../devicetree/bindings/dma/arm-pl330.txt | 21 +++ arch/arm/boot/dts/e

[PATCH V4 3/4] DMA: PL330: Register the DMA controller with the generic DMA helpers

2013-02-13 Thread Padmavathi Venna
This patch registers the pl330 dma controller driver with the generic device tree dma helper functions. Signed-off-by: Padmavathi Venna Acked-by: Arnd Bergmann --- drivers/dma/pl330.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/dma/pl330.c b/driver

[PATCH V4 2/4] DMA: PL330: Add xlate function

2013-02-13 Thread Padmavathi Venna
Add xlate to translate the device-tree binding information into the appropriate format. The filter function requires the dma controller device and dma channel number as filter_params. Signed-off-by: Padmavathi Venna Acked-by: Arnd Bergmann --- drivers/dma/pl330.c | 25

[PATCH V4 1/4] DMA: PL330: Add new pl330 filter for DT case.

2013-02-13 Thread Padmavathi Venna
This patch adds a new pl330_dt_filter for DT case to filter the required channel based on the new filter params and modifies the old filter only for non-DT case as suggested by Arnd Bergmann. Signed-off-by: Padmavathi Venna Acked-by: Arnd Bergmann --- drivers/dma/pl330.c | 29 +++-

[PATCH V4 0/4] Add generic DMA DT binding support

2013-02-13 Thread Padmavathi Venna
Changes since V3: - Make dma-cells property optional as suggested by Rob Herring - Add dma-requests and dma-channels properties to DMA controller as suggested by Arnd for future-proof - Add Acked-by for some of the patches Changes since V2: - Add new filte

Re: [RFC v2 3/3] video: exynos: Making s6e8ax0 panel driver compliant with CDF

2013-02-13 Thread Donghwa Lee
On Wed, Feb 13, 2013 at 19:01, Vikas Sajjan wrote: Made necessary changes in s6e8ax0 panel driver as per the CDF-T. It also removes the dependency on backlight and lcd framework Signed-off-by: Vikas Sajjan --- drivers/video/exynos/s6e8ax0.c | 848 +--- 1

Re: [PATCH 7/7] ARM: dts: Add Samsung G2D DT bindings documentation

2013-02-13 Thread Tomasz Figa
Hi Sachin, On Wednesday 06 of February 2013 17:21:17 Sachin Kamat wrote: > Added documentaion about G2D bindings. > > Signed-off-by: Sachin Kamat > --- > .../devicetree/bindings/gpu/samsung-g2d.txt| 30 > 1 files changed, 30 insertions(+), 0 deletions(-) > create

Re: [PATCH 7/7] ARM: dts: Add Samsung G2D DT bindings documentation

2013-02-13 Thread Sylwester Nawrocki
On 02/06/2013 12:51 PM, Sachin Kamat wrote: Added documentaion about G2D bindings. s/documentaion/documentation Signed-off-by: Sachin Kamat --- .../devicetree/bindings/gpu/samsung-g2d.txt| 30 1 files changed, 30 insertions(+), 0 deletions(-) create mode 10

Re: [PATCH v4 02/10] s5p-fimc: Add device tree support for FIMC devices

2013-02-13 Thread Stephen Warren
On 02/12/2013 03:39 PM, Sylwester Nawrocki wrote: > On 02/11/2013 10:50 PM, Stephen Warren wrote: >> On 02/09/2013 03:29 PM, Sylwester Nawrocki wrote: >>> On 02/09/2013 01:32 AM, Stephen Warren wrote: On 02/08/2013 05:05 PM, Sylwester Nawrocki wrote: > On 02/09/2013 12:21 AM, Stephen Warre

Re: [PATCH] ARM: exynos: move exynos4210-combiner to drivers/irqchip

2013-02-13 Thread Doug Anderson
may be other platforms broken in the same way, but I >> checked and exynos is the only one. >> >> This is based on my gic/vic irqchip branch in arm-soc. > > Applied to next/cleanup. I synced up to next-20130213 and the problem is fixed. :) ...that label doesn't ex

Re: iio: adc: add exynos5 adc driver under iio framwork

2013-02-13 Thread Guenter Roeck
On Wed, Feb 13, 2013 at 06:46:01PM +0530, Naveen Krishna Ch wrote: [ ... ] > > Hello Guenter, > > I've rebase my adc driver on top of your (OF for IIO patch) > > My setup is like the below one. kindly, help me find the right device > tree node params > > One ADC controller with 8 channels, >

Re: iio: adc: add exynos5 adc driver under iio framwork

2013-02-13 Thread Lars-Peter Clausen
On 02/13/2013 02:53 PM, Naveen Krishna Ch wrote: [...] >>> ADC driver will use of_platform_populate() to populate the child nodes >>> (ntc thermistors in my case) >>> >>> I've modified the NTC driver to support DT. in probe >>> chan = iio_channel_get(&pdev->dev, "adcX"); >>> and using "id" field to

Re: iio: adc: add exynos5 adc driver under iio framwork

2013-02-13 Thread Naveen Krishna Ch
On 13 February 2013 19:00, Lars-Peter Clausen wrote: > On 02/13/2013 02:16 PM, Naveen Krishna Ch wrote: >> Please ignore the unfinished previous mail. >> >> >> >> On 13 February 2013 08:18, Naveen Krishna Ch >> wrote: >>> On 13 February 2013 02:37, Guenter Roeck wrote: On Wed, Jan 23, 2013

Re: iio: adc: add exynos5 adc driver under iio framwork

2013-02-13 Thread Lars-Peter Clausen
On 02/13/2013 02:16 PM, Naveen Krishna Ch wrote: > Please ignore the unfinished previous mail. > > > > On 13 February 2013 08:18, Naveen Krishna Ch > wrote: >> On 13 February 2013 02:37, Guenter Roeck wrote: >>> On Wed, Jan 23, 2013 at 04:58:06AM -, Naveen Krishna Chatradhi wrote: Th

Re: iio: adc: add exynos5 adc driver under iio framwork

2013-02-13 Thread Naveen Krishna Ch
Please ignore the unfinished previous mail. On 13 February 2013 08:18, Naveen Krishna Ch wrote: > On 13 February 2013 02:37, Guenter Roeck wrote: >> On Wed, Jan 23, 2013 at 04:58:06AM -, Naveen Krishna Chatradhi wrote: >>> This patch add an ADC IP found on EXYNOS5 series socs from Samsung.

Re: [GIT PULL - cpufreq] Samsung eyxnos cpufreq for v3.9

2013-02-13 Thread Rafael J. Wysocki
On Tuesday, February 12, 2013 05:25:53 PM Kukjin Kim wrote: > Hi Rafael, > > Here is changes for Samsung exynos cpufreq for v3.9. > > Almost of them are changing exynos stuff in drivers/cpufreq, so should be > fine for cpufreq tree. > > Please pull from: > git://git.kernel.org/pub/scm/linux/kern

Re: iio: adc: add exynos5 adc driver under iio framwork

2013-02-13 Thread Naveen Krishna Ch
Hello Guenter, I've s setup like the below one, kindly, help me find the right device tree not params ADC 0 1 1 1 1 On 13 February 2013 08:18, Naveen Krishna Ch wrote: > On 13 February 2013 02:37, Guenter Roeck wrote: >> On Wed, Jan 23, 2013 at 04:58:06AM -,

[RFC v2 3/3] video: exynos: Making s6e8ax0 panel driver compliant with CDF

2013-02-13 Thread Vikas Sajjan
Made necessary changes in s6e8ax0 panel driver as per the CDF-T. It also removes the dependency on backlight and lcd framework Signed-off-by: Vikas Sajjan --- drivers/video/exynos/s6e8ax0.c | 848 +--- 1 file changed, 444 insertions(+), 404 deletions(-) dif

[RFC v2 2/3] video: exynos: mipi dsi: Making Exynos MIPI Compliant with CDF

2013-02-13 Thread Vikas Sajjan
Modifies the exynos mipi dsi driver as per the CDF-T. Signed-off-by: Vikas Sajjan --- drivers/video/exynos/exynos_mipi_dsi.c| 197 ++--- drivers/video/exynos/exynos_mipi_dsi_common.c | 22 ++- drivers/video/exynos/exynos_mipi_dsi_common.h | 12 +- include/video/e

[RFC v2 1/3] video: display: Adding frame related ops to MIPI DSI video source struct

2013-02-13 Thread Vikas Sajjan
Adds the frame related ops to MIPI DSI video source struct Signed-off-by: Vikas Sajjan --- include/video/display.h |6 ++ 1 file changed, 6 insertions(+) diff --git a/include/video/display.h b/include/video/display.h index b639fd0..fb2f437 100644 --- a/include/video/display.h +++ b/incl

[RFC v2 0/3] Support Common Display Framework on Exynos5 SoC

2013-02-13 Thread Vikas Sajjan
changes since v1: Since v1 was not tested when I posted it, now that I have the s6e8aa0 panel, I tested the same on Exynos5 SoC. Needed to make below mentioned changes to make it work. In exynos mipi driver: 1> added "enable_hs" as part of "dsi_video_source_ops", as this function

Re: [PATCH v5 0/2] Adding USB 3.0 DRD-phy support for exynos5250

2013-02-13 Thread Vivek Gautam
On Wed, Feb 13, 2013 at 2:02 PM, Felipe Balbi wrote: > On Tue, Feb 12, 2013 at 10:31:00PM -0800, kg...@kernel.org wrote: >> Vivek Gautam wrote: >> > >> > Based on 'usb-next' >> > >> > Changes from v4: >> > - Modifying function names and driver names to follow a common >> >naming convention. >

Re: [PATCH v5 0/2] Adding USB 3.0 DRD-phy support for exynos5250

2013-02-13 Thread Felipe Balbi
On Tue, Feb 12, 2013 at 10:31:00PM -0800, kg...@kernel.org wrote: > Vivek Gautam wrote: > > > > Based on 'usb-next' > > > > Changes from v4: > > - Modifying function names and driver names to follow a common > >naming convention. > > "usb2phy" for samsung-usb2phy driver > > "

Re: [PATCH] gpio: samsung: fixes build warning with s3c2410_defconfig

2013-02-13 Thread Heiko Stübner
Am Mittwoch, 13. Februar 2013, 06:05:36 schrieb Kukjin Kim: > commit 7b45ed96 ("ARM: S3C24XX: handle s3c2412 eints using new > infrastructure") introduced build warning and this patch fixes > that: > > drivers/gpio/gpio-samsung.c: In function 's3c24xx_gpiolib_fbank_to_irq': > drivers/gpio/gpio-sam