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

2013-06-27 Thread Felipe Balbi
On Wed, Jun 26, 2013 at 05:00:34PM +0200, Sylwester Nawrocki wrote: Hi, On 06/25/2013 05:06 PM, Felipe Balbi wrote: +static struct platform_driver exynos_video_phy_driver = { +.probe = exynos_video_phy_probe, you *must* provide a remove method. drivers with NULL remove are

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

2013-06-27 Thread Andrzej Hajda
Hi Felipe, On 06/27/2013 08:17 AM, Felipe Balbi wrote: On Wed, Jun 26, 2013 at 05:00:34PM +0200, Sylwester Nawrocki wrote: Hi, On 06/25/2013 05:06 PM, Felipe Balbi wrote: +static struct platform_driver exynos_video_phy_driver = { + .probe = exynos_video_phy_probe, you *must* provide a

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

2013-06-27 Thread Felipe Balbi
On Thu, Jun 27, 2013 at 09:47:47AM +0200, Andrzej Hajda wrote: Hi Felipe, On 06/27/2013 08:17 AM, Felipe Balbi wrote: On Wed, Jun 26, 2013 at 05:00:34PM +0200, Sylwester Nawrocki wrote: Hi, On 06/25/2013 05:06 PM, Felipe Balbi wrote: +static struct platform_driver

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

2013-06-27 Thread Felipe Balbi
On Wed, Jun 26, 2013 at 05:02:22PM +0200, Sylwester Nawrocki wrote: Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2 receiver and MIPI DSI transmitter DPHYs. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

Re: [PATCH v3 2/5] ARM: dts: Add MIPI PHY node to exynos4.dtsi

2013-06-27 Thread Felipe Balbi
On Wed, Jun 26, 2013 at 05:02:23PM +0200, Sylwester Nawrocki wrote: Add PHY provider node for the MIPI CSIS and MIPI DSIM PHYs. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Felipe Balbi ba...@ti.com -- balbi

Re: [PATCH v3 0/3] regulator: max8998: Add support for Device Tree

2013-06-27 Thread Samuel Ortiz
Hi Tomasz, On Mon, Jun 24, 2013 at 02:39:51PM +0200, Tomasz Figa wrote: This series adds Device Tree support to max8998 MFD driver. First patch reworks max8998-irq driver to use IRQ domains. Second patch prepares platform data structure to ease generating it at runtime from data parsed from

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

2013-06-27 Thread Sylwester Nawrocki
On 06/27/2013 09:52 AM, Felipe Balbi wrote: On Wed, Jun 26, 2013 at 05:02:22PM +0200, Sylwester Nawrocki wrote: Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2 receiver and MIPI DSI transmitter DPHYs. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by:

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

2013-06-27 Thread Felipe Balbi
On Thu, Jun 27, 2013 at 10:37:12AM +0200, Sylwester Nawrocki wrote: On 06/27/2013 09:52 AM, Felipe Balbi wrote: On Wed, Jun 26, 2013 at 05:02:22PM +0200, Sylwester Nawrocki wrote: Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2 receiver and MIPI DSI transmitter DPHYs.

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

2013-06-27 Thread Russell King - ARM Linux
On Thu, Jun 27, 2013 at 09:17:13AM +0300, Felipe Balbi wrote: On Wed, Jun 26, 2013 at 05:00:34PM +0200, Sylwester Nawrocki wrote: Hi, On 06/25/2013 05:06 PM, Felipe Balbi wrote: +static struct platform_driver exynos_video_phy_driver = { + .probe = exynos_video_phy_probe,

RE: [PATCH v3 5/5] ARM: Samsung: Remove the MIPI PHY setup code

2013-06-27 Thread Kukjin Kim
Sylwester Nawrocki wrote: Generic PHY drivers are used to handle the MIPI CSIS and MIPI DSIM DPHYs so we can remove now unused code at arch/arm/plat-samsung. In case there is any board file for S5PV210 platforms using MIPI CSIS/DSIM (not any upstream currently) it should use the generic PHY

Broken IRQ handling for S3C2416

2013-06-27 Thread José Miguel Gonçalves
Hi, While migrating from kernel 3.8 to kernel 3.9 I've detected a problem on my S3C2416 based board. I'm using UART 3 as console and with kernel 3.9 I'm unable to have a getty working on that port and see a lot of these on dmesg: samsung-uart s3c2440-uart.3: cannot get irq 94 Also WDT is

Re: [PATCH 1/2] ARM: EXYNOS: Remove combiner_init declaration

2013-06-27 Thread Sachin Kamat
On 26 June 2013 19:32, Arnd Bergmann a...@arndb.de wrote: On Wednesday 26 June 2013, Sachin Kamat wrote: Commit d243997f (ARM: EXYNOS: Remove legacy interrupt initialization code) removed the call to combiner_init(). Since there are no more users in the machine code, remove the declaration as

Re: Broken IRQ handling for S3C2416

2013-06-27 Thread Heiko Stübner
Hi Jose, Am Donnerstag, 27. Juni 2013, 13:59:07 schrieb José Miguel Gonçalves: Hi, While migrating from kernel 3.8 to kernel 3.9 I've detected a problem on my S3C2416 based board. I'm using UART 3 as console and with kernel 3.9 I'm unable to have a getty working on that port and see a lot

Re: Broken IRQ handling for S3C2416

2013-06-27 Thread José Miguel Gonçalves
Hi Heiko, On 27-06-2013 15:26, Heiko Stübner wrote: Hi Jose, Am Donnerstag, 27. Juni 2013, 13:59:07 schrieb José Miguel Gonçalves: Hi, While migrating from kernel 3.8 to kernel 3.9 I've detected a problem on my S3C2416 based board. I'm using UART 3 as console and with kernel 3.9 I'm unable

Re: Broken IRQ handling for S3C2416

2013-06-27 Thread Heiko Stübner
Am Donnerstag, 27. Juni 2013, 16:48:16 schrieb José Miguel Gonçalves: Hi Heiko, On 27-06-2013 15:26, Heiko Stübner wrote: Hi Jose, Am Donnerstag, 27. Juni 2013, 13:59:07 schrieb José Miguel Gonçalves: Hi, While migrating from kernel 3.8 to kernel 3.9 I've detected a problem on

Re: Re: [PATCH 1/3] ARM: EXYNOS: remove non-working AFTR mode support

2013-06-27 Thread Bartlomiej Zolnierkiewicz
On Wednesday, June 26, 2013 12:36:12 PM Daniel Lezcano wrote: On 06/26/2013 12:13 PM, Bartlomiej Zolnierkiewicz wrote: AFTR mode support was introduced by commit 67173ca (ARM: EXYNOS: Add support AFTR mode on EXYNOS4210) in v3.4 kernel. Unfortunately even in v3.4 kernel it hasn't worked as

Re: [PATCH V7 00/30] thermal: exynos: Re-structure driver and add support for exynos5440

2013-06-27 Thread amit daniel kachhap
On Tue, Jun 25, 2013 at 5:23 PM, amit daniel kachhap amit.dan...@samsung.com wrote: On Tue, Jun 25, 2013 at 1:21 AM, Eduardo Valentin eduardo.valen...@ti.com wrote: On 24-06-2013 13:13, Kukjin Kim wrote: On 06/24/13 19:50, Amit Daniel Kachhap wrote: Submitting V7 version with all comments

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

2013-06-27 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

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

2013-06-27 Thread Jingoo Han
Add a PHY provider driver for the Samsung Exynos SoC DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com --- .../phy/samsung,exynos5250-dp-video-phy.txt|7 ++ drivers/phy/Kconfig|8 ++ drivers/phy/Makefile |3 +-

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

2013-06-27 Thread Jingoo Han
Add PHY provider node for the DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com --- 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

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

2013-06-27 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 jg1@samsung.com --- .../devicetree/bindings/video/exynos_dp.txt| 17 ---

RE: [PATCH V7 00/30] thermal: exynos: Re-structure driver and add support for exynos5440

2013-06-27 Thread Zhang, Rui
-Original Message- From: amit.kach...@gmail.com [mailto:amit.kach...@gmail.com] On Behalf Of amit daniel kachhap Sent: Friday, June 28, 2013 1:20 PM To: Zhang, Rui Cc: Eduardo Valentin; Kukjin Kim; linux...@vger.kernel.org; linux- samsung-...@vger.kernel.org;

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

2013-06-27 Thread Kishon Vijay Abraham I
Hi, On Friday 28 June 2013 10:52 AM, Jingoo Han wrote: Add a PHY provider driver for the Samsung Exynos SoC DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com --- .../phy/samsung,exynos5250-dp-video-phy.txt|7 ++ drivers/phy/Kconfig|8 ++

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

2013-06-27 Thread Kishon Vijay Abraham I
Hi, On Friday 28 June 2013 10:53 AM, Jingoo Han wrote: Add PHY provider node for the DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git

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

2013-06-27 Thread Jingoo Han
On Friday, June 28, 2013 2:31 PM, Kishon Vijay Abraham I wrote: Hi, On Friday 28 June 2013 10:52 AM, Jingoo Han wrote: Add a PHY provider driver for the Samsung Exynos SoC DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com --- .../phy/samsung,exynos5250-dp-video-phy.txt

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

2013-06-27 Thread Jingoo Han
On Friday, June 28, 2013 2:42 PM, Kishon Vijay Abraham I wrote: Hi, On Friday 28 June 2013 10:53 AM, Jingoo Han wrote: Add PHY provider node for the DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 13 - 1 file

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

2013-06-27 Thread Kishon Vijay Abraham I
Hi, On Friday 28 June 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 jg1@samsung.com ---