Message ID | 20241008030341.329241-1-lanzano.alex@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Add driver for Sharp Memory LCD | expand |
> This patch series add support for the monochrome Sharp Memory LCD panels. … > --- > Changes in v10: … Is the support for the application of scope-based resource management still ignored here? Regards, Markus
On Mon, Oct 07, 2024 at 11:03:09PM -0400, Alex Lanzano wrote: > This patch series add support for the monochrome Sharp Memory LCD > panels. This series is based off of the work done by Mehdi Djait. > > References: > https://lore.kernel.org/dri-devel/71a9dbf4609dbba46026a31f60261830163a0b99.1701267411.git.mehdi.djait@bootlin.com/ > https://www.sharpsde.com/fileadmin/products/Displays/2016_SDE_App_Note_for_Memory_LCD_programming_V1.3.pdf > > Co-developed-by: Mehdi Djait <mehdi.djait@bootlin.com> > Signed-off-by: Mehdi Djait <mehdi.djait@bootlin.com> > Signed-off-by: Alex Lanzano <lanzano.alex@gmail.com> > --- > Changes in v10: > - Address comments from from Uwe > - Replaced -EINVAL with PTR_ERR > - Error check pwm_apply_might_sleep function > - Remove redundant error message Let's wait for an Ack from Uwe's side. If there are no further issues, the series seems to be ready.
On Mon, Oct 14, 2024 at 10:35:03AM GMT, Dmitry Baryshkov wrote: > On Mon, Oct 07, 2024 at 11:03:09PM -0400, Alex Lanzano wrote: > > This patch series add support for the monochrome Sharp Memory LCD > > panels. This series is based off of the work done by Mehdi Djait. > > > > References: > > https://lore.kernel.org/dri-devel/71a9dbf4609dbba46026a31f60261830163a0b99.1701267411.git.mehdi.djait@bootlin.com/ > > https://www.sharpsde.com/fileadmin/products/Displays/2016_SDE_App_Note_for_Memory_LCD_programming_V1.3.pdf > > > > Co-developed-by: Mehdi Djait <mehdi.djait@bootlin.com> > > Signed-off-by: Mehdi Djait <mehdi.djait@bootlin.com> > > Signed-off-by: Alex Lanzano <lanzano.alex@gmail.com> > > --- > > Changes in v10: > > - Address comments from from Uwe > > - Replaced -EINVAL with PTR_ERR > > - Error check pwm_apply_might_sleep function > > - Remove redundant error message > > Let's wait for an Ack from Uwe's side. If there are no further issues, > the series seems to be ready. Looks like I'll need to make one more version to accommodate the new client setup by Thomas Zimmermann. https://lore.kernel.org/all/20240924071734.98201-1-tzimmermann@suse.de/ Best regards, Alex