Re: [PATCH V3 3/3] video: exynos_dp: Use the generic PHY driver

2013-06-30 Thread Kishon Vijay Abraham I
Hi, On Monday 01 July 2013 10:54 AM, Jingoo Han wrote: Use the generic PHY API instead of the platform callback to control the DP PHY. The 'phy_label' field is added to the platform data structure to allow PHY lookup on non-dt platforms. Signed-off-by: Jingoo Han Acked-by: Felipe Balbi ---

[PATCH V3 3/3] video: exynos_dp: Use the generic PHY driver

2013-06-30 Thread Jingoo Han
Use the generic PHY API instead of the platform callback to control the DP PHY. The 'phy_label' field is added to the platform data structure to allow PHY lookup on non-dt platforms. Signed-off-by: Jingoo Han Acked-by: Felipe Balbi --- .../devicetree/bindings/video/exynos_dp.txt| 23 +

Re: [PATCH v3 1/5] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs

2013-06-30 Thread Kishon Vijay Abraham I
Hi, On Sunday 30 June 2013 01:04 AM, Sylwester Nawrocki wrote: Hi, On 06/29/2013 10:57 AM, Kishon Vijay Abraham I wrote: On Friday 28 June 2013 03:41 PM, Sylwester Nawrocki wrote: On 06/28/2013 10:17 AM, Hui Wang wrote: On 06/26/2013 11:02 PM, Sylwester Nawrocki wrote: Add a PHY provider dr

[PATCH V3 2/3] phy: Add driver for Exynos DP PHY

2013-06-30 Thread Jingoo Han
Add a PHY provider driver for the Samsung Exynos SoC DP PHY. Signed-off-by: Jingoo Han Cc: Sylwester Nawrocki Acked-by: Felipe Balbi --- .../devicetree/bindings/phy/samsung-phy.txt|8 ++ drivers/phy/Kconfig|5 + drivers/phy/Makefile

[PATCH V3 1/3] ARM: dts: Add DP PHY node to exynos5250.dtsi

2013-06-30 Thread Jingoo Han
Add PHY provider node for the DP PHY. Signed-off-by: Jingoo Han Acked-by: Felipe Balbi --- arch/arm/boot/dts/exynos5250.dtsi | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 41cd625..

[PATCH V3 0/3] Generic PHY driver for the Exynos SoC DP PHY

2013-06-30 Thread Jingoo Han
This patch series adds a simple driver for the Samsung Exynos SoC series DP transmitter PHY, using the generic PHY framework [1]. Previously the DP PHY used a platform callback or internal DT node to control the PHY power enable bit. The platform callback and internal DT node can be dropped and thi

Re: [PATCH V2 1/3] phy: Add driver for Exynos DP PHY

2013-06-30 Thread Jingoo Han
On Saturday, June 29, 2013 6:00 PM, Kishon Vijay Abraham I wrote: > > Hi, > > On Friday 28 June 2013 12:45 PM, Jingoo Han wrote: > > Add a PHY provider driver for the Samsung Exynos SoC DP PHY. > > > > Signed-off-by: Jingoo Han > > --- > > .../phy/samsung,exynos5250-dp-video-phy.txt|

Re: [PATCH 3/3] video: exynos_dp: Use the generic PHY driver

2013-06-30 Thread Jingoo Han
On Friday, June 28, 2013 6:27 PM, Kishon Vijay Abraham I wrote: > > Hi, > > On Friday 28 June 2013 11:34 AM, Jingoo Han wrote: > > On Friday, June 28, 2013 2:58 PM, Kishon Vijay Abraham I wrote: > >> > >> Hi, > >> > >> On Friday 28 June 2013 10:54 AM, Jingoo Han wrote: > >>> Use the generic PHY A

Re: [PATCH v2 2/2] media: i2c: tvp7002: add OF support

2013-06-30 Thread Sylwester Nawrocki
Hi, On 06/22/2013 07:44 PM, Prabhakar Lad wrote: From: "Lad, Prabhakar" add OF support for the tvp7002 driver. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus Cc: Grant Likely Cc: Ro

Re: [PATCH RFC v3] media: OF: add video sync endpoint property

2013-06-30 Thread Sylwester Nawrocki
Hi, On 06/22/2013 05:03 PM, Prabhakar Lad wrote: From: "Lad, Prabhakar" This patch adds video sync properties as part of endpoint properties and also support to parse them in the parser. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi

Re: [PATCH v1 08/12] input: keypad-matrix: tell GPIO pins from matrix lines

2013-06-30 Thread Gerhard Sittig
On Fri, Jun 28, 2013 at 11:25 -0700, Dmitry Torokhov wrote: > > On Fri, Jun 28, 2013 at 08:35:42AM -0600, Stephen Warren wrote: > > On 06/28/2013 01:52 AM, Gerhard Sittig wrote: > > > > > > [ late reply, just catching up with the backlog ] > > > > > > On Mon, Jun 24, 2013 at 17:26 -0600, Stephen

Re: [PATCH v1 04/12] input: matrix-keypad: push/pull, separate polarity

2013-06-30 Thread Gerhard Sittig
On Fri, Jun 28, 2013 at 09:01 -0600, Stephen Warren wrote: > > On 06/28/2013 02:33 AM, Gerhard Sittig wrote: > > On Mon, Jun 24, 2013 at 17:14 -0600, Stephen Warren wrote: > >> > >> [ active low pins, individually for sets or even single pins ] > >> > >> Can't you add this enhancement as follows:

Re: [PATCH v1 01/12] input: matrix-keypad: update devicetree binding doc

2013-06-30 Thread Gerhard Sittig
On Fri, Jun 28, 2013 at 08:50 -0600, Stephen Warren wrote: > > [ ... just one reference in arch/powerpc/boot/dts/ac14xx.dts ... ] > > > > Don't worry about the 'AC14xx' board too long, its using the > > keypad matrix driver is new in mainline, and still can get > > adjusted without too much probl