Re: [PATCH 2/5] drm/exynos: use regmap interface to set hdmiphy control bit in pmu

2014-04-03 Thread Rahul Sharma
Thanks Inki, On 3 April 2014 21:23, Inki Dae wrote: > Hi Rahul, > > Thanks for contributions. > > 2014-04-03 2:13 GMT+09:00 Rahul Sharma : >> From: Rahul Sharma >> >> Hdmiphy control bit needs to be set before setting the resolution >> to hdmi hardware. This was handled using dummy hdmiphy clock

+448719749917..

2014-04-03 Thread totaloil886
£250,000.00@@@.docx Description: Binary data

Re: [PATCH 2/5] drm/exynos: use regmap interface to set hdmiphy control bit in pmu

2014-04-03 Thread Inki Dae
Hi Rahul, Thanks for contributions. 2014-04-03 2:13 GMT+09:00 Rahul Sharma : > From: Rahul Sharma > > Hdmiphy control bit needs to be set before setting the resolution > to hdmi hardware. This was handled using dummy hdmiphy clock which > is removed now. > > PMU is already defined as system cont

[PATCH 5/7] drm/exynos: add hdmiphy power on/off sequence

2014-04-03 Thread Rahul Sharma
From: Shirish S This patch implements the power on/off sequence of HDMI PHY in exynos5420 and exynos5250 as provided by the hardware team. This has been verified for mulitple iterations of S2R. Signed-off-by: Shirish S Signed-off-by: Rahul Sharma --- drivers/gpu/drm/exynos/exynos_hdmi.c |

[PATCH 7/7] drm/exynos: replace hdmi reset with hdmi disable

2014-04-03 Thread Rahul Sharma
Before setting the core and timing generation registers, hdmi driver resets the whole hdmi hardware, which also resets the audio related registers. Hdmi reset is replaced by hdmi disable which is called just before setting the core and timing registers. It also ensure that audio settings are not c

[PATCH 6/7] drm/exynos: Read hpd gpio in is_connected callback

2014-04-03 Thread Rahul Sharma
From: Sean Paul This patch adds a gpio read of hpd during the is_connected callback. This fixes the case where hdmi is off going into suspend and the cable is plugged in while suspended. In this case, the hpd interrupt does not fire and is_connected will return false. Signed-off-by: Sean Paul S

[PATCH 4/7] drm/exynos: hdmi: remove unnecessary memset

2014-04-03 Thread Rahul Sharma
From: Daniel Kurtz Our resources were just zalloc'ed as part of hdata. They are already 0. Signed-off-by: Daniel Kurtz Signed-off-by: Rahul Sharma --- drivers/gpu/drm/exynos/exynos_hdmi.c |2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/g

[PATCH 0/7] drm/exynos: fixes for hdmi related issues

2014-04-03 Thread Rahul Sharma
From: Rahul Sharma Series is addressing various issues in the drm hdmi driver for exynos Soc. Based on Inki Dae's exynos-drm-next branch. Daniel Kurtz (1): drm/exynos: hdmi: remove unnecessary memset Paul Taysom (1): drm/exynos: check for null pointers in error handling Rahul Sharma (1):

[PATCH 3/7] drm/exynos: check for null pointers in error handling

2014-04-03 Thread Rahul Sharma
From: Paul Taysom Smatch error from arm build: drivers/gpu/drm/exynos/ exynos_hdmi.c:2374 hdmi_probe() error: potential NULL dereference 'hdata->hdmiphy_port'. Added check for hdata->hdmiphy_port that it is not NULL. Signed-off-by: Paul Taysom Signed-off-by: Rahul Sharma --- drivers/gpu/drm/

[PATCH 2/7] drm/exynos: Debounce HDMI hotplug interrupts

2014-04-03 Thread Rahul Sharma
From: Sean Paul This patch debounces hotplug interrupts generated by the HDMI hotplug gpio. The reason this is needed is that we get multiple (5) interrupts every time a monitor is inserted which causes us to needlessly enable and disable the IP block. Signed-off-by: Sean Paul Signed-off-by: Ra

[PATCH 1/7] drm/exynos: Don't reset hdmiphy on hdmi off

2014-04-03 Thread Rahul Sharma
From: Sean Paul This patch removes the hdmiphy reset in hdmi_poweroff. The hdmiphy reset was added to take advantage of exynos clockgating, doing it would gate the entire TV domain. Unfortunately, mixer is included in the TV domain and its vsync interrupts are stopped when TV is gated. Signed-of

Re: [PATCH] spi: s3c24xx: Convert to use devm_kzalloc

2014-04-03 Thread Ben Dooks
On Mon, Mar 31, 2014 at 11:37:29AM +0800, Axel Lin wrote: > Simplify the cleanup code. > > Signed-off-by: Axel Lin Acked-by: Ben Dooks > --- > drivers/spi/spi-s3c24xx.c | 10 +++--- > 1 file changed, 3 insertions(+), 7 deletions(-) > > diff --git a/drivers/spi/spi-s3c24xx.c b/drivers/spi/s

Re: [PATCH v2 01/11] base: power: Add generic OF-based power domain look-up

2014-04-03 Thread Ulf Hansson
On 3 April 2014 14:30, Tomasz Figa wrote: > Hi Ulf, > > > On 03.04.2014 14:16, Ulf Hansson wrote: >> >> On 3 March 2014 17:02, Tomasz Figa wrote: >>> >>> This patch introduces generic code to perform power domain look-up using >>> device tree and automatically bind devices to their power domains.

Re: [PATCH v2 01/11] base: power: Add generic OF-based power domain look-up

2014-04-03 Thread Tomasz Figa
Hi Ulf, On 03.04.2014 14:16, Ulf Hansson wrote: On 3 March 2014 17:02, Tomasz Figa wrote: This patch introduces generic code to perform power domain look-up using device tree and automatically bind devices to their power domains. Generic device tree binding is introduced to specify power domai

Re: [PATCH v2 01/11] base: power: Add generic OF-based power domain look-up

2014-04-03 Thread Ulf Hansson
On 3 March 2014 17:02, Tomasz Figa wrote: > This patch introduces generic code to perform power domain look-up using > device tree and automatically bind devices to their power domains. > Generic device tree binding is introduced to specify power domains of > devices in their device tree nodes. >

Re: [RFC PATCH 1/2] drivers: mfd: Add support of exynos-pmu driver

2014-04-03 Thread Bartlomiej Zolnierkiewicz
Hi, On Wednesday, April 02, 2014 05:24:44 PM Pankaj Dubey wrote: > From: Younggun Jang > > This driver is mainly used for setting misc bits of register from PMU IP > of Exynos SoC which will be required to configure before Suspend/Resume. > Currently all these settings are done in "arch/arm/mac

RE: [GIT PULL 5/6] Samsung PM updates for v3.15

2014-04-03 Thread Kukjin Kim
Heiko Stübner wrote: > > Am Donnerstag, 3. April 2014, 18:24:25 schrieb Kukjin Kim: > > Mike Turquette wrote: > > > Quoting Kukjin Kim (2014-04-01 21:25:45) > > > > > > > Heiko Stübner wrote: > > > > > Hi Arnd, > > > > > > > > > > Am Samstag, 29. März 2014, 02:47:33 schrieb Arnd Bergmann: > > > >

[PATCH v7 2/3] ARM: dts: add dts files for exynos5260 SoC

2014-04-03 Thread Rahul Sharma
The patch adds the dts files for exynos5260. Signed-off-by: Pankaj Dubey Signed-off-by: Rahul Sharma Signed-off-by: Arun Kumar K Reviewed-by: Tomasz Figa --- arch/arm/boot/dts/exynos5260-pinctrl.dtsi | 574 + arch/arm/boot/dts/exynos5260.dtsi | 304 ++

[PATCH v7 0/3] exynos: arch: add support for exynos5260 SoC

2014-04-03 Thread Rahul Sharma
From: Rahul Sharma v7: 1) Renamed board file V6: 1) Renamed mmc nodes. 2) Removed PHY clocks from DT and put them inside clock driver. 3) Added clock-cells property for all fixed clocks. 4) Removed spdif_ext_clk fixed rate clock. V5: 1) Removed SYSRAM related code. 2) Fixed mct cl

[PATCH v7 3/3] ARM: dts: add dts files for xyref5260 board

2014-04-03 Thread Rahul Sharma
The patch adds the dts files for xyref5260 board which is based on Exynos5260 Evt0 sample. Signed-off-by: Rahul Sharma --- arch/arm/boot/dts/Makefile |1 + arch/arm/boot/dts/exynos5260-xyref5260.dts | 103 2 files changed, 104 insertions(+) crea

[PATCH v7 1/3] ARM: EXYNOS: initial board support for exynos5260 SoC

2014-04-03 Thread Rahul Sharma
From: Pankaj Dubey This patch add basic arch side support for exynos5260 SoC. Signed-off-by: Pankaj Dubey Signed-off-by: Rahul Sharma Reviewed-by: Tomasz Figa --- arch/arm/mach-exynos/Kconfig |5 + arch/arm/mach-exynos/exynos.c |1 + 2 files changed, 6 insertions(+) diff --git

Re: [GIT PULL 5/6] Samsung PM updates for v3.15

2014-04-03 Thread Heiko Stübner
Am Donnerstag, 3. April 2014, 18:24:25 schrieb Kukjin Kim: > Mike Turquette wrote: > > Quoting Kukjin Kim (2014-04-01 21:25:45) > > > > > Heiko Stübner wrote: > > > > Hi Arnd, > > > > > > > > Am Samstag, 29. März 2014, 02:47:33 schrieb Arnd Bergmann: > > > > > On Friday 28 March 2014, Kukjin Kim

RE: [GIT PULL 5/6] Samsung PM updates for v3.15

2014-04-03 Thread Kukjin Kim
Mike Turquette wrote: > > Quoting Kukjin Kim (2014-04-01 21:25:45) > > Heiko Stübner wrote: > > > > > > Hi Arnd, > > > > > > Am Samstag, 29. März 2014, 02:47:33 schrieb Arnd Bergmann: > > > > On Friday 28 March 2014, Kukjin Kim wrote: > > > > > Kukjin Kim wrote: > > > > > > On 03/19/14 13:01, Mike

Re: [PATCH 06/10] ARM: EXYNOS: Add support for mapping PMU base address via DT

2014-04-03 Thread Sylwester Nawrocki
On 02/04/14 14:15, Michal Simek wrote: >> There were some patches posted for syscon to make it available in earlier >> system initialization stage: https://lkml.org/lkml/2014/2/19/218 > > I haven't finished this yet. I have to look at it again. Thanks for the information, I assume this would be al

Re: [PATCH 4/8] PCI: imx6: use new clock names

2014-04-03 Thread Lucas Stach
Am Donnerstag, den 03.04.2014, 10:21 +0200 schrieb Lucas Stach: > Hi Shawn, > > Am Donnerstag, den 03.04.2014, 14:50 +0800 schrieb Shawn Guo: > > On Fri, Mar 28, 2014 at 05:52:55PM +0100, Lucas Stach wrote: > > > As defined in the new binding. > > > > > > Signed-off-by: Lucas Stach > > > --- > >

Re: [RESEND: RFC PATCH 3/3] pcie: keystone: add pcie driver based on designware core driver

2014-04-03 Thread Lucas Stach
Am Mittwoch, den 02.04.2014, 13:17 -0400 schrieb Murali Karicheri: > Arnd, > > Thanks for reviewing the RFC patch. Please see below my response. > > On 3/25/2014 3:44 AM, Arnd Bergmann wrote: > > On Monday 24 March 2014 20:35:26 Murali Karicheri wrote: [...] > > >> + ks_pcie->clk = devm_clk_get

Re: [PATCH 4/8] PCI: imx6: use new clock names

2014-04-03 Thread Lucas Stach
Hi Shawn, Am Donnerstag, den 03.04.2014, 14:50 +0800 schrieb Shawn Guo: > On Fri, Mar 28, 2014 at 05:52:55PM +0100, Lucas Stach wrote: > > As defined in the new binding. > > > > Signed-off-by: Lucas Stach > > --- > > drivers/pci/host/pci-imx6.c | 74 > > ++--

RE: [GIT PULL 5/6] Samsung PM updates for v3.15

2014-04-03 Thread Mike Turquette
Quoting Kukjin Kim (2014-04-01 21:25:45) > Heiko Stübner wrote: > > > > Hi Arnd, > > > > Am Samstag, 29. März 2014, 02:47:33 schrieb Arnd Bergmann: > > > On Friday 28 March 2014, Kukjin Kim wrote: > > > > Kukjin Kim wrote: > > > > > On 03/19/14 13:01, Mike Turquette wrote: > > > > > > > > > > Tha

Re: [PATCH 4/8] PCI: imx6: use new clock names

2014-04-03 Thread Shawn Guo
On Fri, Mar 28, 2014 at 05:52:55PM +0100, Lucas Stach wrote: > As defined in the new binding. > > Signed-off-by: Lucas Stach > --- > drivers/pci/host/pci-imx6.c | 74 > ++--- > 1 file changed, 29 insertions(+), 45 deletions(-) > > diff --git a/drivers/pc