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
£250,000.00@@@.docx
Description: Binary data
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
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 |
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
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
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
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):
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/
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
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
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
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.
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
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.
>
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
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:
> > > >
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 ++
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
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
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
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
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
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
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
> > > ---
> >
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
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
> > ++--
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
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
29 matches
Mail list logo