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] [day] [month] [year] [list]
Message-Id: <26XV9R.735J8E0AH281@crapouillou.net>
Date:   Tue, 05 Apr 2022 22:03:38 +0100
From:   Paul Cercueil <paul@...pouillou.net>
To:     Christophe Branchereau <cbranchereau@...il.com>
Cc:     David Airlie <airlied@...ux.ie>, Daniel Vetter <daniel@...ll.ch>,
        Thierry Reding <thierry.reding@...il.com>,
        Sam Ravnborg <sam@...nborg.org>,
        Rob Herring <robh+dt@...nel.org>, linux-kernel@...r.kernel.org,
        linux-mips@...r.kernel.org, dri-devel@...ts.freedesktop.org,
        devicetree@...r.kernel.org
Subject: Re: [PATCH v5 0/3] Ingenic DRM bridge_atomic_enable proposal

Hi Christophe,

Merged to drm-misc-next.

Thanks,
-Paul


Le lun., mars 21 2022 at 14:36:48 +0100, Christophe Branchereau 
<cbranchereau@...il.com> a écrit :
> Hello,
> 
> v5 :
> 
> - this set doesn't include the nv3052c bindings doc anymore,
>   as it's already applied
> 
> - nv3052c panel driver : removed empty lines, proceed to turn it off
>   even is sleeping in fails instead of stopping there
> 
> - abt panel : switched to REGCACHE_FLAT so we can disable sleep mode
>   in .enable with regmap_set_bits() instead of doing it at init time
> 
> - ingenic-drm-drv : added ingenic_drm_bridge_atomic_disable to balance
>   out ingenic_drm_bridge_atomic_enable
> 
> Tested working on the rg350m and rg280m
> 
> Christophe Branchereau (3):
>   drm/ingenic : add ingenic_drm_bridge_atomic_enable and disable
>   drm/panel: Add panel driver for NewVision NV3052C based LCDs
>   drm/panel : innolux-ej030na and abt-y030xx067a : add .enable and
>     .disable
> 
>  drivers/gpu/drm/ingenic/ingenic-drm-drv.c     |  34 +-
>  drivers/gpu/drm/panel/Kconfig                 |   9 +
>  drivers/gpu/drm/panel/Makefile                |   1 +
>  drivers/gpu/drm/panel/panel-abt-y030xx067a.c  |  31 +-
>  drivers/gpu/drm/panel/panel-innolux-ej030na.c |  31 +-
>  .../gpu/drm/panel/panel-newvision-nv3052c.c   | 484 
> ++++++++++++++++++
>  6 files changed, 572 insertions(+), 18 deletions(-)
>  create mode 100644 drivers/gpu/drm/panel/panel-newvision-nv3052c.c
> 
> --
> 2.35.1
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ