2014-10-09 10:18:17

by Ajay kumar

[permalink] [raw]
Subject: Re: [PATCH 0/3] drm-exynos-dp/phy-exynos-dp: Refactor to use pmu-system-controller and dp driver cleanup

Hi,

On Mon, Sep 15, 2014 at 6:43 PM, Vivek Gautam <[email protected]> wrote:
> These patches are based on 'for-next' branch of kgene's linux-samsung tree.
>
> Refactoring the exynos-dp-video phy to use pmu-system-controller handle
> and access the register using mfd-syscon and regmap.
> Simultaneously, removing the support for older dptx-phy, since it's obsolete
> now and noone uses it.
>
> Vivek Gautam (3):
> phy: exynos-dp-video: Use syscon support to control pmu register
> drm/exynos: dp: Remove support for unused dptx-phy
> arm: dts: Exynos5: Use pmu_system_controller phandle for dp phy
>
> .../devicetree/bindings/phy/samsung-phy.txt | 7 +-
> arch/arm/boot/dts/exynos5250.dtsi | 2 +-
> arch/arm/boot/dts/exynos5420.dtsi | 4 +-
> drivers/gpu/drm/exynos/exynos_dp_core.c | 58 ++++-----------
> drivers/gpu/drm/exynos/exynos_dp_core.h | 2 -
> drivers/phy/phy-exynos-dp-video.c | 76 ++++++++++++++------
> 6 files changed, 75 insertions(+), 74 deletions(-)
>
> --
> 1.7.10.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html

I have tested this patchset on exynos5800-peach-pi, and I can see DP
display with the above patches.

Ajay


2014-10-09 10:26:53

by Vivek Gautam

[permalink] [raw]
Subject: Re: [PATCH 0/3] drm-exynos-dp/phy-exynos-dp: Refactor to use pmu-system-controller and dp driver cleanup

Ajay,


On Thu, Oct 9, 2014 at 3:48 PM, Ajay kumar <[email protected]> wrote:
> Hi,
>
> On Mon, Sep 15, 2014 at 6:43 PM, Vivek Gautam <[email protected]> wrote:
>> These patches are based on 'for-next' branch of kgene's linux-samsung tree.
>>
>> Refactoring the exynos-dp-video phy to use pmu-system-controller handle
>> and access the register using mfd-syscon and regmap.
>> Simultaneously, removing the support for older dptx-phy, since it's obsolete
>> now and noone uses it.
>>
>> Vivek Gautam (3):
>> phy: exynos-dp-video: Use syscon support to control pmu register
>> drm/exynos: dp: Remove support for unused dptx-phy
>> arm: dts: Exynos5: Use pmu_system_controller phandle for dp phy
>>
>> .../devicetree/bindings/phy/samsung-phy.txt | 7 +-
>> arch/arm/boot/dts/exynos5250.dtsi | 2 +-
>> arch/arm/boot/dts/exynos5420.dtsi | 4 +-
>> drivers/gpu/drm/exynos/exynos_dp_core.c | 58 ++++-----------
>> drivers/gpu/drm/exynos/exynos_dp_core.h | 2 -
>> drivers/phy/phy-exynos-dp-video.c | 76 ++++++++++++++------
>> 6 files changed, 75 insertions(+), 74 deletions(-)
>>
>> --
>> 1.7.10.4
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
>> the body of a message to [email protected]
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
> I have tested this patchset on exynos5800-peach-pi, and I can see DP
> display with the above patches.

we expect "Tested-by", if you have tested please give the same.


--
Best Regards
Vivek Gautam
Samsung R&D Institute, Bangalore
India

2014-10-09 10:29:11

by Ajay kumar

[permalink] [raw]
Subject: Re: [PATCH 0/3] drm-exynos-dp/phy-exynos-dp: Refactor to use pmu-system-controller and dp driver cleanup

On Thu, Oct 9, 2014 at 3:56 PM, Vivek Gautam <[email protected]> wrote:
> Ajay,
>
>
> On Thu, Oct 9, 2014 at 3:48 PM, Ajay kumar <[email protected]> wrote:
>> Hi,
>>
>> On Mon, Sep 15, 2014 at 6:43 PM, Vivek Gautam <[email protected]> wrote:
>>> These patches are based on 'for-next' branch of kgene's linux-samsung tree.
>>>
>>> Refactoring the exynos-dp-video phy to use pmu-system-controller handle
>>> and access the register using mfd-syscon and regmap.
>>> Simultaneously, removing the support for older dptx-phy, since it's obsolete
>>> now and noone uses it.
>>>
>>> Vivek Gautam (3):
>>> phy: exynos-dp-video: Use syscon support to control pmu register
>>> drm/exynos: dp: Remove support for unused dptx-phy
>>> arm: dts: Exynos5: Use pmu_system_controller phandle for dp phy
>>>
>>> .../devicetree/bindings/phy/samsung-phy.txt | 7 +-
>>> arch/arm/boot/dts/exynos5250.dtsi | 2 +-
>>> arch/arm/boot/dts/exynos5420.dtsi | 4 +-
>>> drivers/gpu/drm/exynos/exynos_dp_core.c | 58 ++++-----------
>>> drivers/gpu/drm/exynos/exynos_dp_core.h | 2 -
>>> drivers/phy/phy-exynos-dp-video.c | 76 ++++++++++++++------
>>> 6 files changed, 75 insertions(+), 74 deletions(-)
>>>
>>> --
>>> 1.7.10.4
>>>
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
>>> the body of a message to [email protected]
>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>> I have tested this patchset on exynos5800-peach-pi, and I can see DP
>> display with the above patches.
>
> we expect "Tested-by", if you have tested please give the same.
Tested-by: Ajay Kumar <[email protected]>

Ajay