Re: [PATCH RFC] usb: dwc3: Get PHY from platform specific dwc3 dt node.

2013-02-28 Thread Felipe Balbi
Hi, On Thu, Feb 28, 2013 at 08:09:33PM +0530, Vivek Gautam wrote: > On Thu, Jan 31, 2013 at 9:08 PM, Felipe Balbi wrote: > > On Thu, Jan 31, 2013 at 09:00:37PM +0530, Vivek Gautam wrote: > >> Hi Felipe, > >> > >> > >> On Thu, Jan 31, 2013 at 8:55 PM, Felipe Balbi wrote: > >> > Hi, > >> > > >> >

Re: [PATCH v3 0/2] Add automatic bus number support for i2c busses with device tree

2013-02-28 Thread Doug Anderson
Wolfram, On Thu, Feb 28, 2013 at 3:25 PM, Wolfram Sang wrote: > > Regarding patch 1, I was waiting for the idr changes to hit mainline. > They are mainline now, but since the removal of MAX_IDR_MASK your patch > doesn't apply anymore :( Can you rebase and retest, please? I'd like to > get it into

Re: [PATCH v3 0/2] Add automatic bus number support for i2c busses with device tree

2013-02-28 Thread Wolfram Sang
> > Doug Anderson (2): > > i2c-core: dt: Pick i2c bus number from i2c alias if present > > i2c: pxa: Use i2c-core to get bus number now > > > > drivers/i2c/busses/i2c-pxa.c | 20 > > drivers/i2c/i2c-core.c | 54 > > > > 2 fi

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-28 Thread Sylwester Nawrocki
On 02/28/2013 04:09 PM, Lonsn wrote: > HDMI output is OK now, it's a variable init question in 'struct v4l2_buffer > buf' when call ioctl(fd, VIDIOC_DQBUF, &buf) in the hdmi example application. > Add m.planes in buf then OK. > Thanks all! > I will continue to test the mfc decoder for s5pv210. Wel

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-28 Thread Lonsn
HDMI output is OK now, it's a variable init question in 'struct v4l2_buffer buf' when call ioctl(fd, VIDIOC_DQBUF, &buf) in the hdmi example application. Add m.planes in buf then OK. Thanks all! I will continue to test the mfc decoder for s5pv210. Regards, 于 2013/2/28 20:28, Lonsn 写道: 于 2013/

Re: [PATCH RFC] usb: dwc3: Get PHY from platform specific dwc3 dt node.

2013-02-28 Thread Vivek Gautam
Hi, On Thu, Jan 31, 2013 at 9:08 PM, Felipe Balbi wrote: > On Thu, Jan 31, 2013 at 09:00:37PM +0530, Vivek Gautam wrote: >> Hi Felipe, >> >> >> On Thu, Jan 31, 2013 at 8:55 PM, Felipe Balbi wrote: >> > Hi, >> > >> > On Thu, Jan 31, 2013 at 08:53:27PM +0530, Vivek Gautam wrote: >> >> >> Moreover,

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-28 Thread Lonsn
于 2013/2/28 5:41, Sylwester Nawrocki 写道: On 02/27/2013 04:48 PM, Lonsn wrote: 于 2013/2/27 23:13, Lonsn 写道: On 02/26/2013 09:07 PM, Sylwester Nawrocki wrote: On 02/26/2013 01:59 PM, Lonsn wrote: [...] Now kernel prints the following HDMI related: m2m-testdev m2m-testdev.0: mem2mem-testdevDevi

[PATCH v6 5/5] ARM: dts: Add FIMD DT binding Documentation

2013-02-28 Thread Vikas Sajjan
Adds FIMD DT binding documentation both Samsung SoC and Board, with an example Signed-off-by: Vikas Sajjan --- .../devicetree/bindings/video/samsung-fimd.txt | 54 1 file changed, 54 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/samsung-fimd

[PATCH v6 4/5] ARM: dts: Add FIMD AUXDATA node entry for exynos4 DT

2013-02-28 Thread Vikas Sajjan
Adds the FIMD AUXDATA node Signed-off-by: Vikas Sajjan --- arch/arm/mach-exynos/mach-exynos4-dt.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c index b68115a..b32a929 100644 --- a/arch/arm/mach-exynos/mac

[PATCH v6 3/5] ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts

2013-02-28 Thread Vikas Sajjan
Adds FIMD DT support to Origen quad board Signed-off-by: Vikas Sajjan --- arch/arm/boot/dts/exynos4412-origen.dts | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts index 31e14c4..a6fd41

[PATCH v6 2/5] ARM: dts: Add lcd pinctrl node entries for EXYNOS4412 SoC

2013-02-28 Thread Vikas Sajjan
From: Sachin Kamat This patch adds the lcd panel related picntrl nodes for Exynos4412 SoC Signed-off-by: Sachin Kamat Signed-off-by: Vikas Sajjan --- arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/exynos4x12-pi

[PATCH v6 1/5] ARM: dts: Add FIMD node to exynos4

2013-02-28 Thread Vikas Sajjan
This adds common FIMD device node for all Exynos4 SoCs. Signed-off-by: Vikas Sajjan --- arch/arm/boot/dts/exynos4.dtsi |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 6581bb2..416a639 100644 --- a/arch/arm/boot/d

[PATCH v6 0/5] Add DRM FIMD DT support for Exynos4 DT Machines

2013-02-28 Thread Vikas Sajjan
This patch series adds support for DRM FIMD DT for Exynos4 DT Machines, specifically for Exynos4412 SoC. changes since v5: - renamed the fimd binding documentation file name as "samsung.fimd.txt", since it not only talks about exynos display controller but also about previ