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]
Message-ID: <CACk9uef9zY_cEVhhSdnYfSf-XZxrwU+V+eLUz5-N=U9DRtVp4g@mail.gmail.com>
Date:   Wed, 13 May 2020 14:20:17 -0300
From:   Rodrigo Alencar <455.rodrigo.alencar@...il.com>
To:     Andy Shevchenko <andy.shevchenko@...il.com>
Cc:     linux-fbdev@...r.kernel.org,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Bartlomiej Zolnierkiewicz <b.zolnierkie@...sung.com>,
        devicetree <devicetree@...r.kernel.org>,
        Rodrigo Rolim Mendes de Alencar <alencar.fmce@...el.gov.br>
Subject: Re: [PATCH v2] video: fbdev: ssd1307fb: Added support to Column offset

Em qua., 13 de mai. de 2020 às 14:13, Andy Shevchenko
<andy.shevchenko@...il.com> escreveu:
>
> On Wed, May 13, 2020 at 7:56 PM Rodrigo Rolim Mendes de Alencar
> <455.rodrigo.alencar@...il.com> wrote:
> >
> > This patch provides support for displays like VGM128064B0W10,
> > which requires a column offset of 2, i.e., its segments starts
> > in SEG2 and ends in SEG129.
>
> Also, include Rob as well into Cc.
>
> ...
>
> > +       if (device_property_read_u32(node, "solomon,col-offset", &par->col_offset))
> > +               par->col_offset = 0;
> > +
> >         if (device_property_read_u32(dev, "solomon,com-offset", &par->com_offset))
> >                 par->com_offset = 0;
>
> Have you ever compile it?

hmm I did it now. Sorry... found another issue. I'll fix it again

>
> --
> With Best Regards,
> Andy Shevchenko

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ