Re: [PATCH 01/10] fbdev: Add fb_ops init macros for framebuffers in DMA-able memory

2023-07-05 Thread Javier Martinez Canillas
Thomas Zimmermann writes: [...] >> >> The comment for I/O memory helpers says: >> >> /* >> * Initializes struct fb_ops for framebuffers in I/O memory. >> */ >> >> I think that would be good to have consistency between these two, > > Sure, I had the same thought. I think I'll rather change

Re: [PATCH 01/10] fbdev: Add fb_ops init macros for framebuffers in DMA-able memory

2023-07-05 Thread Thomas Zimmermann
Hi Javier Am 05.07.23 um 10:23 schrieb Javier Martinez Canillas: Thomas Zimmermann writes: Hello Thomas, Add initializer macros for struct fb_ops for framebuffers in DMA-able memory areas. Also add a corresponding Kconfig token. As of now, this is equivalent to system framebuffers and mostly

Re: [PATCH 01/10] fbdev: Add fb_ops init macros for framebuffers in DMA-able memory

2023-07-05 Thread Javier Martinez Canillas
Thomas Zimmermann writes: Hello Thomas, > Add initializer macros for struct fb_ops for framebuffers in DMA-able > memory areas. Also add a corresponding Kconfig token. As of now, this > is equivalent to system framebuffers and mostly useful for labeling > drivers correctly. > > A later patch may