RE: [PATCH v2 6/8] ARM: dts: Add camera subsystem nodes to exynos4x12.dtsi

2013-06-25 Thread Phil Carmody
Sylwester Nawrocki wrote: Add common camera node and Exynos4212/4412 specific nodes for FIMC, MIPI-CSIS, FIMC-LITE and FIMC-IS devices. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4x12.dtsi | 118

Re: [PATCH V7 16/30] thermal: exynos: Make the zone handling use trip information

2013-06-25 Thread amit daniel kachhap
On Mon, Jun 24, 2013 at 9:11 PM, Eduardo Valentin eduardo.valen...@ti.com wrote: On 24-06-2013 06:50, Amit Daniel Kachhap wrote: This code simplifies the zone handling to use the trip information passed by the TMU driver and not the hardcoded macros. This also helps in adding more zone

Re: [PATCH V7 25/30] thermal: exynos: Add hardware mode thermal calibration support

2013-06-25 Thread amit daniel kachhap
Hi, On Tue, Jun 25, 2013 at 1:09 AM, Eduardo Valentin eduardo.valen...@ti.com wrote: On 24-06-2013 06:50, Amit Daniel Kachhap wrote: This patch adds support for h/w mode calibration in the TMU controller. Soc's like 5440 support this features. The h/w bits needed for calibration setting are

Re: [RFC PATCH v2 00/12] ARM: s3c64xx: Let amba-pl08x driver handle DMA

2013-06-25 Thread Mark Brown
On Sat, Jun 22, 2013 at 10:42:32PM +0200, Tomasz Figa wrote: This is another version of my patches extending support of amba-pl08x DMA engine driver to PL080S DMA engine (PL080 modified by Samsung) found in Samsung S3C64xx SoCs. On my non-DT s3c64xx system I get this when trying to use SPI for

[PATCH] Documentation: exynos5250-clock: Add div_i2s1 and div_i2s2

2013-06-25 Thread Tushar Behera
commit 79d743c177f9 (clk: exynos5250: Add enum entries for divider clock of i2s1 and i2s2) added two new clock entries. Add the clock entry enum numbers to documentation. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- .../devicetree/bindings/clock/exynos5250-clock.txt |2 ++ 1

Re: [PATCH v3 11/18] pwm: Add new pwm-samsung driver

2013-06-25 Thread Thierry Reding
On Mon, Jun 24, 2013 at 11:17:03PM +0200, Tomasz Figa wrote: On Monday 24 of June 2013 22:53:42 Thierry Reding wrote: On Mon, Jun 24, 2013 at 10:32:55PM +0200, Tomasz Figa wrote: [...] What about: /* * PWM block is shared between pwm-samsung and samsung_pwm_timer drivers

Re: [PATCH v3 11/18] pwm: Add new pwm-samsung driver

2013-06-25 Thread Tomasz Figa
On Tuesday 25 of June 2013 12:26:47 Thierry Reding wrote: On Mon, Jun 24, 2013 at 11:17:03PM +0200, Tomasz Figa wrote: On Monday 24 of June 2013 22:53:42 Thierry Reding wrote: On Mon, Jun 24, 2013 at 10:32:55PM +0200, Tomasz Figa wrote: [...] What about: /* * PWM

Re: [RFC PATCH v2 00/12] ARM: s3c64xx: Let amba-pl08x driver handle DMA

2013-06-25 Thread Tomasz Figa
Hi Mark, Thanks for testing this series. On Tuesday 25 of June 2013 11:28:18 Mark Brown wrote: On Sat, Jun 22, 2013 at 10:42:32PM +0200, Tomasz Figa wrote: This is another version of my patches extending support of amba-pl08x DMA engine driver to PL080S DMA engine (PL080 modified by

[PATCH RESEND V7 16/30] thermal: exynos: Make the zone handling use trip information

2013-06-25 Thread Amit Daniel Kachhap
This code simplifies the zone handling to use the trip information passed by the TMU driver and not the hardcoded macros. This also helps in adding more zone support. Acked-by: Kukjin Kim kgene@samsung.com Acked-by: Jonghwa Lee jonghwa3@samsung.com Signed-off-by: Amit Daniel Kachhap

[PATCH RESEND V7 20/30] thermal: exynos: use device resource management infrastructure

2013-06-25 Thread Amit Daniel Kachhap
This patch uses the device pointer stored in the configuration structure and converts to dev_* prints and devm API's. Acked-by: Kukjin Kim kgene@samsung.com Acked-by: Jonghwa Lee jonghwa3@samsung.com Acked-by: Eduardo Valentin eduardo.valen...@ti.com Signed-off-by: Amit Daniel Kachhap

[PATCH RESEND V7 25/30] thermal: exynos: Add hardware mode thermal calibration support

2013-06-25 Thread Amit Daniel Kachhap
This patch adds support for h/w mode calibration in the TMU controller. Soc's like 5440 support this features. The h/w supports two point calibration and one point calibration at 85C and 25C. Acked-by: Jonghwa Lee jonghwa3@samsung.com Acked-by: Kukjin Kim kgene@samsung.com Signed-off-by:

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

2013-06-25 Thread amit daniel kachhap
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 fixed. Most of the patches are acked by Eduardo. All the un-acked patches are modified

Re: [PATCH RESEND V7 16/30] thermal: exynos: Make the zone handling use trip information

2013-06-25 Thread Eduardo Valentin
On 25-06-2013 07:39, Amit Daniel Kachhap wrote: This code simplifies the zone handling to use the trip information passed by the TMU driver and not the hardcoded macros. This also helps in adding more zone support. Acked-by: Kukjin Kim kgene@samsung.com Acked-by: Jonghwa Lee

Re: [PATCH RESEND V7 25/30] thermal: exynos: Add hardware mode thermal calibration support

2013-06-25 Thread Eduardo Valentin
On 25-06-2013 07:46, Amit Daniel Kachhap wrote: This patch adds support for h/w mode calibration in the TMU controller. Soc's like 5440 support this features. The h/w supports two point calibration and one point calibration at 85C and 25C. Acked-by: Jonghwa Lee jonghwa3@samsung.com

[PATCH v4 3/3] mfd: max8998: Add support for Device Tree

2013-06-25 Thread Tomasz Figa
This patch adds Device Tree support to max8998 driver. Signed-off-by: Tomasz Figa t.f...@samsung.com --- Documentation/devicetree/bindings/mfd/max8998.txt | 119 drivers/mfd/max8998.c | 67 ++- drivers/regulator/max8998.c

Re: [PATCH v4 3/3] mfd: max8998: Add support for Device Tree

2013-06-25 Thread Tomasz Figa
Hi, Oops, I have posted wrong patch by mistake. Sorry for the noise. Correct one is on the way. Best regards, Tomasz On Tuesday 25 of June 2013 15:46:45 Tomasz Figa wrote: This patch adds Device Tree support to max8998 driver. Signed-off-by: Tomasz Figa t.f...@samsung.com ---

[PATCH RESEND v4 3/3] mfd: max8998: Add support for Device Tree

2013-06-25 Thread Tomasz Figa
This patch adds Device Tree support to max8998 driver. Signed-off-by: Tomasz Figa t.f...@samsung.com --- Documentation/devicetree/bindings/mfd/max8998.txt | 119 drivers/mfd/max8998.c | 67 ++- drivers/regulator/max8998.c

[PATCH v2 0/5] Generic PHY driver for the Exynos SoC MIPI CSI-2/DSI DPHYs

2013-06-25 Thread Sylwester Nawrocki
This patch series adds a simple driver for the Samsung S5P/Exynos SoC series MIPI CSI-2 receiver (MIPI DSIM) and MIPI DSI transmitter (MIPI DSIM) DPHYs, using the generic PHY framework [1]. Previously the MIPI CSIS and MIPI DSIM used a platform callback to control the PHY power enable and reset

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

2013-06-25 Thread Sylwester Nawrocki
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 --- Changes since v1: - enabled build as module and with CONFIG_OF disabled

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

2013-06-25 Thread Sylwester Nawrocki
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 --- arch/arm/boot/dts/exynos4.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git

[PATCH v2 3/5] video: exynos_mipi_dsim: Use generic PHY driver

2013-06-25 Thread Sylwester Nawrocki
Use the generic PHY API instead of the platform callback to control the MIPI DSIM DPHY. The 'phy_label' field is added to the platform data structure to allow PHY lookup on non-dt platforms. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park

[PATCH v2 5/5] ARM: Samsung: Remove MIPI PHY setup code

2013-06-25 Thread Sylwester Nawrocki
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 API to bind the PHYs to

[PATCH v2 4/5] exynos4-is: Use generic MIPI CSIS PHY driver

2013-06-25 Thread Sylwester Nawrocki
Use the generic PHY API instead of the platform callback to control the MIPI CSIS DPHY. The 'phy_label' field is added to the platform data structure to allow PHY lookup on non-dt platforms Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park

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

2013-06-25 Thread Felipe Balbi
Hi, On Tue, Jun 25, 2013 at 04:21:46PM +0200, Sylwester Nawrocki wrote: +enum phy_id { + PHY_CSIS0, + PHY_DSIM0, + PHY_CSIS1, + PHY_DSIM1, + NUM_PHYS please prepend these with EXYNOS_PHY_ or EXYNOS_MIPI_PHY_ +struct exynos_video_phy { + spinlock_t slock; +

Re: [PATCH v2 3/5] video: exynos_mipi_dsim: Use generic PHY driver

2013-06-25 Thread Felipe Balbi
Hi, On Tue, Jun 25, 2013 at 04:21:48PM +0200, Sylwester Nawrocki wrote: Use the generic PHY API instead of the platform callback to control the MIPI DSIM DPHY. The 'phy_label' field is added to the platform data structure to allow PHY lookup on non-dt platforms. Signed-off-by: Sylwester

Re: [PATCH v2 4/5] exynos4-is: Use generic MIPI CSIS PHY driver

2013-06-25 Thread Felipe Balbi
On Tue, Jun 25, 2013 at 04:21:49PM +0200, Sylwester Nawrocki wrote: Use the generic PHY API instead of the platform callback to control the MIPI CSIS DPHY. The 'phy_label' field is added to the platform data structure to allow PHY lookup on non-dt platforms Signed-off-by: Sylwester Nawrocki

Re: [PATCH v2 5/5] ARM: Samsung: Remove MIPI PHY setup code

2013-06-25 Thread Felipe Balbi
On Tue, Jun 25, 2013 at 04:21:50PM +0200, 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

Re: [PATCH v3 11/18] pwm: Add new pwm-samsung driver

2013-06-25 Thread Mark Brown
On Tue, Jun 25, 2013 at 01:19:54PM +0200, Tomasz Figa wrote: Kukjin, can you amend the comment I mentioned to this patch above the line with DEFINE_SPINLOCK or I should send fixed version? If you're amending stuff please feel free to also add Tested-by: Mark Brown broo...@linaro.org (for

[PATCH 2/4] ARM: dts: exynos4: Add node for hsotg

2013-06-25 Thread Tomasz Figa
This patch adds device tree node for USB HSOTG controller present on Exynos4 SoCs. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git

[PATCH 1/4] usb: gadget: s3c-hsotg: Allow driver instantiation using device tree

2013-06-25 Thread Tomasz Figa
This patch adds OF match table to the driver to allow instantiating it using device tree. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- .../devicetree/bindings/usb/samsung-hsotg.txt | 40 ++

[PATCH 4/4] ARM: dts: exynos4210-trats: Enable USB gadget functionality

2013-06-25 Thread Tomasz Figa
This patch adds device tree nodes necessary to enable USB gadget functionality on Exynos4210-based Trats board. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4210-trats.dts | 10 ++ 1 file changed, 10

[PATCH 3/4] ARM: dts: exynos4: Add nodes for USB PHY block

2013-06-25 Thread Tomasz Figa
This patch adds device tree nodes for USB OTG PHYs of Exynos4210 and Exynos4x12 SoCs. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4210.dtsi | 15 +++ arch/arm/boot/dts/exynos4x12.dtsi | 15

[PATCH 0/4] Add support for Samsung HSOTG on DT-enabled platforms

2013-06-25 Thread Tomasz Figa
This series enables platforms booting with Device Tree to use the Samsung HSOTG IP. Since USB PHY support has been already added, it's just a matter of adding an OF match table to the driver and respective device tree nodes to dts files. [On Samsung Trats board based on Exynos 4210] Tested-by:

Re: [RFC PATCH v2 00/12] ARM: s3c64xx: Let amba-pl08x driver handle DMA

2013-06-25 Thread Mark Brown
On Tue, Jun 25, 2013 at 01:22:20PM +0200, Tomasz Figa wrote: On Tuesday 25 of June 2013 11:28:18 Mark Brown wrote: On my non-DT s3c64xx system I get this when trying to use SPI for the first time: Could you clarify first time? Does it work on further retries? No, the system appears to

Re: [RFC PATCH v2 00/12] ARM: s3c64xx: Let amba-pl08x driver handle DMA

2013-06-25 Thread Tomasz Figa
On Tuesday 25 of June 2013 16:38:43 Mark Brown wrote: On Tue, Jun 25, 2013 at 01:22:20PM +0200, Tomasz Figa wrote: On Tuesday 25 of June 2013 11:28:18 Mark Brown wrote: On my non-DT s3c64xx system I get this when trying to use SPI for the first time: Could you clarify first time?

Re: [RFC PATCH v2 01/12] dmaengine: PL08x: Refactor pl08x_getbytes_chan() to lower indentation

2013-06-25 Thread Vinod Koul
On Sat, Jun 22, 2013 at 10:42:33PM +0200, Tomasz Figa wrote: Further patch will introduce support for PL080S, which requires some things to be done conditionally, thus increasing indentation level of some functions even more. This patch reduces indentation level of pl08x_getbytes_chan()

Re: [RFC PATCH v2 02/12] dmaengine: PL08x: Add support for different offset of CONFIG register

2013-06-25 Thread Vinod Koul
On Sat, Jun 22, 2013 at 10:42:34PM +0200, Tomasz Figa wrote: Some variants of PL08x (namely PL080S, found in Samsung S3C64xx SoCs) have CONFIG register at different offset. This patch makes the driver use offset from vendor data struct. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com

Re: [PATCH v3 11/18] pwm: Add new pwm-samsung driver

2013-06-25 Thread Kukjin Kim
On 06/25/13 02:49, Thierry Reding wrote: [...] Note that you can't apply patches that touch the PWM tree without my Ack and I already mentioned that the current way this driver is written isn't acceptable. So either you fix it properly, or if everybody except me thinks we don't need a proper

Re: [GIT PULL 1/2] Samsung cleanup PWM for v3.11

2013-06-25 Thread Kukjin Kim
On 06/25/13 02:09, Kukjin Kim wrote: The following changes since commit db3824e6bf0b0f421b0d43f08d905935e826a965: ARM: SAMSUNG: Remove unused plat/regs-watchdog.h header (2013-06-19 03:13:18 +0900) are available in the git repository at:

Re: [PATCH v3 11/18] pwm: Add new pwm-samsung driver

2013-06-25 Thread Kukjin Kim
On 06/25/13 20:19, Tomasz Figa wrote: [...] /* * PWM block is shared between pwm-samsung and samsung_pwm_timer drivers * and some registers need access synchronization. If both drivers are * compiled in, the spinlock is defined in the clocksource driver, * otherwise following

Re: [RFC PATCH v2 05/12] dmaengine: PL08x: Add support for different maximum transfer size

2013-06-25 Thread Vinod Koul
On Sat, Jun 22, 2013 at 10:42:37PM +0200, Tomasz Figa wrote: PL080S has separate register to store transfer size in, allowing single transfer to be much larger than in standard PL080. This patch makes the amba-pl08x driver aware of this and removes writing transfer size to reserved bits of

Re: [GIT PULL 1/2] Samsung EXYNOS5420 PINCTRL for v3.11

2013-06-25 Thread Olof Johansson
On Wed, Jun 19, 2013 at 11:48:41PM +0900, Kukjin Kim wrote: The following changes since commit eff4e7c7f32a4e4be60b19b209ffab5cb430b385: ARM: EXYNOS: extend soft-reset support for EXYNOS5420 (2013-06-19 04:09:37 +0900) are available in the git repository at:

Re: [GIT PULL 2/2] Samsung CLK update for v3.11

2013-06-25 Thread Olof Johansson
Hi, On Wed, Jun 19, 2013 at 11:48:51PM +0900, Kukjin Kim wrote: Hi Arnd, Olof This is updates for Samsung clks but some of them didn't get Mike's ack but I think, it should be fine and remained in mailing list long time. Mike, if you have any objection on this branch, please let us know.

Re: [GIT PULL 2/2] Samsung Exynos5420 clock for hdmi for v3.11

2013-06-25 Thread Olof Johansson
On Tue, Jun 25, 2013 at 02:09:15AM +0900, Kukjin Kim wrote: The following changes since commit eff4e7c7f32a4e4be60b19b209ffab5cb430b385: ARM: EXYNOS: extend soft-reset support for EXYNOS5420 (2013-06-19 04:09:37 +0900) are available in the git repository at:

Re: [GIT PULL 2/2] Samsung CLK update for v3.11

2013-06-25 Thread Mike Turquette
Quoting Olof Johansson (2013-06-25 10:06:39) Hi, On Wed, Jun 19, 2013 at 11:48:51PM +0900, Kukjin Kim wrote: Hi Arnd, Olof This is updates for Samsung clks but some of them didn't get Mike's ack but I think, it should be fine and remained in mailing list long time. Mike, if you

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

2013-06-25 Thread Sylwester Nawrocki
Hi Felipe, Thanks for the review. On 06/25/2013 05:06 PM, Felipe Balbi wrote: On Tue, Jun 25, 2013 at 04:21:46PM +0200, Sylwester Nawrocki wrote: +enum phy_id { +PHY_CSIS0, +PHY_DSIM0, +PHY_CSIS1, +PHY_DSIM1, +NUM_PHYS please prepend these with EXYNOS_PHY_ or

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

2013-06-25 Thread Tomasz Figa
Hi Sylwester, Felipe, On Tuesday 25 of June 2013 19:44:52 Sylwester Nawrocki wrote: Hi Felipe, Thanks for the review. On 06/25/2013 05:06 PM, Felipe Balbi wrote: On Tue, Jun 25, 2013 at 04:21:46PM +0200, Sylwester Nawrocki wrote: +enum phy_id { + PHY_CSIS0, + PHY_DSIM0, +

Re: [GIT PULL 1/2] Samsung cleanup PWM for v3.11

2013-06-25 Thread Thierry Reding
On Wed, Jun 26, 2013 at 01:34:59AM +0900, Kukjin Kim wrote: On 06/25/13 02:09, Kukjin Kim wrote: The following changes since commit db3824e6bf0b0f421b0d43f08d905935e826a965: ARM: SAMSUNG: Remove unused plat/regs-watchdog.h header (2013-06-19 03:13:18 +0900) are available in the git

Re: [GIT PULL 1/2] Samsung cleanup PWM for v3.11

2013-06-25 Thread Olof Johansson
On Tue, Jun 25, 2013 at 1:08 PM, Thierry Reding thierry.red...@gmail.com wrote: On Wed, Jun 26, 2013 at 01:34:59AM +0900, Kukjin Kim wrote: Hi Arnd and Olof Please hold on pulling this one because Thierry Reding has objection on this. I think, this can be queued for next time. If it's

Re: [PATCH 1/4] usb: gadget: s3c-hsotg: Allow driver instantiation using device tree

2013-06-25 Thread Felipe Balbi
On Tue, Jun 25, 2013 at 05:38:23PM +0200, Tomasz Figa wrote: This patch adds OF match table to the driver to allow instantiating it using device tree. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com when will this driver get merged into

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

2013-06-25 Thread Felipe Balbi
Hi, On Tue, Jun 25, 2013 at 07:44:52PM +0200, Sylwester Nawrocki wrote: +struct exynos_video_phy { + spinlock_t slock; + struct phy *phys[NUM_PHYS]; more than one phy ? This means you should instantiate driver multiple drivers. Each phy id should call probe again. Why ? This

Re: [PATCH 1/4] usb: gadget: s3c-hsotg: Allow driver instantiation using device tree

2013-06-25 Thread Tomasz Figa
On Tuesday 25 of June 2013 23:46:32 Felipe Balbi wrote: On Tue, Jun 25, 2013 at 05:38:23PM +0200, Tomasz Figa wrote: This patch adds OF match table to the driver to allow instantiating it using device tree. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park

Re: [PATCH 1/4] usb: gadget: s3c-hsotg: Allow driver instantiation using device tree

2013-06-25 Thread Felipe Balbi
On Tue, Jun 25, 2013 at 10:57:06PM +0200, Tomasz Figa wrote: On Tuesday 25 of June 2013 23:46:32 Felipe Balbi wrote: On Tue, Jun 25, 2013 at 05:38:23PM +0200, Tomasz Figa wrote: This patch adds OF match table to the driver to allow instantiating it using device tree. Signed-off-by:

Re: [PATCH 1/4] usb: gadget: s3c-hsotg: Allow driver instantiation using device tree

2013-06-25 Thread Tomasz Figa
On Wednesday 26 of June 2013 00:00:44 Felipe Balbi wrote: On Tue, Jun 25, 2013 at 10:57:06PM +0200, Tomasz Figa wrote: On Tuesday 25 of June 2013 23:46:32 Felipe Balbi wrote: On Tue, Jun 25, 2013 at 05:38:23PM +0200, Tomasz Figa wrote: This patch adds OF match table to the driver to

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

2013-06-25 Thread Sylwester Nawrocki
Hi, On 06/25/2013 10:54 PM, Felipe Balbi wrote: +static int exynos_video_phy_probe(struct platform_device *pdev) +{ + struct exynos_video_phy *state; + struct device *dev =pdev-dev; + struct resource *res; + struct phy_provider *phy_provider; +

RE: [GIT PULL 1/2] Samsung cleanup PWM for v3.11

2013-06-25 Thread Kukjin Kim
Olof Johansson wrote: On Tue, Jun 25, 2013 at 1:08 PM, Thierry Reding thierry.red...@gmail.com wrote: On Wed, Jun 26, 2013 at 01:34:59AM +0900, Kukjin Kim wrote: Hi Arnd and Olof Please hold on pulling this one because Thierry Reding has objection on this. I think, this can be

RE: [PATCH V7 23/30] thermal: exynos: Add thermal configuration data for exynos5440 TMU sensor

2013-06-25 Thread Jungseok Lee
On Monday, June 24, 2013 7:51 PM, Amit Daniel Kachhap wrote: This patch adds configuration data for exynos5440 soc. Also register definations for the controller are added. Acked-by: Jonghwa Lee jonghwa3@samsung.com Acked-by: Kukjin Kim kgene@samsung.com Signed-off-by: Amit Daniel Kachhap

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

2013-06-25 Thread Felipe Balbi
On Tue, Jun 25, 2013 at 11:47:13PM +0200, Sylwester Nawrocki wrote: Hi, On 06/25/2013 10:54 PM, Felipe Balbi wrote: +static int exynos_video_phy_probe(struct platform_device *pdev) +{ + struct exynos_video_phy *state; + struct device *dev =pdev-dev; + struct resource