lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 01 Aug 2017 09:26:05 +0900
From:   Hoegeun Kwon <hoegeun.kwon@...sung.com>
To:     thierry.reding@...il.com, airlied@...ux.ie, robh+dt@...nel.org,
        mark.rutland@....com, catalin.marinas@....com, will.deacon@....com,
        kgene@...nel.org, krzk@...nel.org
Cc:     dri-devel@...ts.freedesktop.org, devicetree@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org,
        linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
        javier@....samsung.com, a.hajda@...sung.com,
        Hoegeun Kwon <hoegeun.kwon@...sung.com>
Subject: Re: [PATCH v4 0/3] Add support for the s6e63j0x03 panel on Rinato
 board

Dear Thierry,

Could you please check these patches.

Best regards,
Hoegeun


On 07/13/2017 11:20 AM, Hoegeun Kwon wrote:
> Hi Andrzej,
>
> Thank you for your review.
>
> The purpose of this patch is add support for s6e63j0x03 AMOLED panel
> on the rinato board(Samsung Galaxy Gear 2).
>
> Changes for V4:
> - Added Reviewed-by: Andrzej Hajda <a.hajda@...sung.com> (2/3 patch).
> - Fixed the style of macro function.
>
> Changes for V3:
> - Applied patch 'ARM: dts: exynos: Fix the active of reset gpios from rinato dts' (v2 3/4)
> - Remove the unnecessary define ('MIN_BRIGHTNESS')
> - Removed explicit casting.
> - Removed violation of kernel coding style.
>
> Changes for V2:
> - Added the interface info in binding document.
> - Added Reviewed-by: Andrzej Hajda <a.hajda@...sung.com> (1/3 patch).
> - Added Acked-by: Rob Herring <robh@...nel.org> (1/3 patch).
> - Fixed the tristate of config from video mode to command mode.
> - Fixed the reset gpios from active high to low from rinato dts.
> - Fixed a lot of things in panel driver, reflect Andrzej's review.
>
> Best regards,
> Hoegeun
>
> Hoegeun Kwon (3):
>    dt-bindings: Add support for samsung s6e63j0x03 panel binding
>    drm/panel: Add support for s6e63j0x03 panel driver
>    ARM: dts: exynos: Remove the display-timing and delay from rinato dts
>
>   .../bindings/display/panel/samsung,s6e63j0x03.txt  |  24 +
>   arch/arm/boot/dts/exynos3250-rinato.dts            |  22 -
>   drivers/gpu/drm/panel/Kconfig                      |   7 +
>   drivers/gpu/drm/panel/Makefile                     |   1 +
>   drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c   | 532 +++++++++++++++++++++
>   5 files changed, 564 insertions(+), 22 deletions(-)
>   create mode 100644 Documentation/devicetree/bindings/display/panel/samsung,s6e63j0x03.txt
>   create mode 100644 drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ