Re: [PATCH v2] video: fbdev: ssd1307fb: Added support to Column offset

2020-05-13 Thread kbuild test robot
Hi Rodrigo, Thank you for the patch! Yet something to improve: [auto build test ERROR on next-20200512] [cannot apply to robh/for-next linus/master linux/master v5.7-rc5 v5.7-rc4 v5.7-rc3 v5.7-rc5] [if your patch is applied to the wrong git tree, please drop us a note to help improve the

Re: [PATCH v2] video: fbdev: ssd1307fb: Added support to Column offset

2020-05-13 Thread Rodrigo Alencar
Em qua., 13 de mai. de 2020 às 14:13, Andy Shevchenko escreveu: > > On Wed, May 13, 2020 at 7:56 PM Rodrigo Rolim Mendes de Alencar > <455.rodrigo.alen...@gmail.com> wrote: > > > > This patch provides support for displays like VGM128064B0W10, > > which requires a column offset of 2, i.e., its

Re: [PATCH v2] video: fbdev: ssd1307fb: Added support to Column offset

2020-05-13 Thread Andy Shevchenko
On Wed, May 13, 2020 at 7:56 PM Rodrigo Rolim Mendes de Alencar <455.rodrigo.alen...@gmail.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

[PATCH v2] video: fbdev: ssd1307fb: Added support to Column offset

2020-05-13 Thread Rodrigo Rolim Mendes de Alencar
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. Signed-off-by: Rodrigo Alencar <455.rodrigo.alen...@gmail.com> --- Documentation/devicetree/bindings/display/ssd1307fb.txt | 1 +