dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Andrzej Hajda <a.hajda@samsung.com>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Inki Dae <inki.dae@samsung.com>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Marek Szyprowski <m.szyprowski@samsung.com>,
	Joonyoung Shim <jy0922.shim@samsung.com>,
	linux-samsung-soc@vger.kernel.org,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 00/16] drm/exynos/hdmi: refactoring/cleanup patches
Date: Tue, 20 Oct 2015 11:19:14 +0200	[thread overview]
Message-ID: <56260712.1090209@samsung.com> (raw)
In-Reply-To: <561BB51A.2050307@samsung.com>

Hi Krzysztof,


On 10/12/2015 03:26 PM, Inki Dae wrote:
> Hi Andrzej,
>
> For all patches, merged excepting patch 2 which cleans up dt binding
> document.

Could you take this patch [1], it is just small binding cleanup.

[1]: https://patchwork.kernel.org/patch/7264251/

Regards
Andrzej

>
> Thanks,
> Inki Dae
>
> 2015년 09월 25일 21:48에 Andrzej Hajda 이(가) 쓴 글:
>> Hi,
>>
>> This is another set of cleanup/improvement patches for HDMI.
>>
>> The patchset is based on exynos-drm-next.
>> It was tested on Universal and Odroid U3.
>>
>> Regards
>> Andrzej
>>
>>
>> Andrzej Hajda (15):
>>    drm/exynos/hdmi: remove support for deprecated compatible
>>    dt-bindings: remove deprecated compatible string from exynos-hdmi
>>    drm/exynos/hdmi: use mappings for registers with IP dependent address
>>    drm/exynos/hdmi: move PLL stabilization check code to separate
>>      function
>>    drm/exynos/hdmi: simplify HDMI-PHY power sequence
>>    drm/exynos/hdmi: replace all writeb with writel
>>    drm/exynos/hdmi: fix removal order
>>    drm/exynos/hdmi: use optional regulator_get for hdmi-en
>>    drm/exynos/hdmi: use constant size array for regulators
>>    drm/exynos/hdmi: simplify clock re-parenting
>>    drm/exynos/hdmi: convert to gpiod API
>>    drm/exynos/hdmi: remove deprecated hdmi_resources structure
>>    drm/exynos/hdmi: convert container_of macro to inline function
>>    drm/exynos/hdmi: improve HDMI/ACR related code
>>    drm/exynos/hdmi: remove unused field
>>
>> Tomasz Stanislawski (1):
>>    drm: exynos: mixer: fix using usleep() in atomic context
>>
>>   .../devicetree/bindings/video/exynos_hdmi.txt      |   7 +-
>>   drivers/gpu/drm/exynos/exynos_hdmi.c               | 491 +++++++--------------
>>   drivers/gpu/drm/exynos/exynos_mixer.c              |   2 +-
>>   drivers/gpu/drm/exynos/regs-hdmi.h                 |  33 +-
>>   4 files changed, 189 insertions(+), 344 deletions(-)
>>

  reply	other threads:[~2015-10-20  9:19 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-25 12:48 [PATCH 00/16] drm/exynos/hdmi: refactoring/cleanup patches Andrzej Hajda
2015-09-25 12:48 ` [PATCH 01/16] drm/exynos/hdmi: remove support for deprecated compatible Andrzej Hajda
2015-09-30 14:35   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 02/16] dt-bindings: remove deprecated compatible string from exynos-hdmi Andrzej Hajda
2015-09-30 14:36   ` Gustavo Padovan
2015-11-17  3:40     ` Krzysztof Kozlowski
2015-11-18  8:33       ` [PATCH 02/16 REBASED] " Andrzej Hajda
2015-11-18  9:14         ` Krzysztof Kozlowski
2015-09-25 12:48 ` [PATCH 03/16] drm/exynos/hdmi: use mappings for registers with IP dependent address Andrzej Hajda
2015-09-30 14:47   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 04/16] drm/exynos/hdmi: move PLL stabilization check code to separate function Andrzej Hajda
2015-09-30 14:48   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 05/16] drm/exynos/hdmi: simplify HDMI-PHY power sequence Andrzej Hajda
2015-09-30 14:53   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 06/16] drm/exynos/hdmi: replace all writeb with writel Andrzej Hajda
2015-09-30 14:53   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 07/16] drm/exynos/hdmi: fix removal order Andrzej Hajda
2015-09-30 14:57   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 08/16] drm/exynos/hdmi: use optional regulator_get for hdmi-en Andrzej Hajda
2015-09-25 12:48 ` [PATCH 09/16] drm/exynos/hdmi: use constant size array for regulators Andrzej Hajda
2015-09-30 15:08   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 10/16] drm/exynos/hdmi: simplify clock re-parenting Andrzej Hajda
2015-09-25 12:48 ` [PATCH 11/16] drm/exynos/hdmi: convert to gpiod API Andrzej Hajda
2015-09-25 12:48 ` [PATCH 12/16] drm/exynos/hdmi: remove deprecated hdmi_resources structure Andrzej Hajda
2015-09-25 12:48 ` [PATCH 13/16] drm/exynos/hdmi: convert container_of macro to inline function Andrzej Hajda
2015-09-30 15:08   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 14/16] drm/exynos/hdmi: improve HDMI/ACR related code Andrzej Hajda
2015-09-25 12:48 ` [PATCH 15/16] drm/exynos/hdmi: remove unused field Andrzej Hajda
2015-09-30 15:09   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 16/16] drm: exynos: mixer: fix using usleep() in atomic context Andrzej Hajda
2015-10-12 13:26 ` [PATCH 00/16] drm/exynos/hdmi: refactoring/cleanup patches Inki Dae
2015-10-20  9:19   ` Andrzej Hajda [this message]
2015-10-20 12:07     ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56260712.1090209@samsung.com \
    --to=a.hajda@samsung.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=inki.dae@samsung.com \
    --cc=jy0922.shim@samsung.com \
    --cc=k.kozlowski@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox