mbox series

[v2,0/2] drm/ssd130x: some small ssd132x fixes

Message ID 20250115110139.1672488-1-jkeeping@inmusicbrands.com (mailing list archive)
Headers show
Series drm/ssd130x: some small ssd132x fixes | expand

Message

John Keeping Jan. 15, 2025, 11:01 a.m. UTC
Two small fixes for ssd132x family chips in the ssd130x driver.

Since v1:
- One patch is dropped as it turns out not to be needed
- Both remaining patches have typo fixes in the commit messages and
  added trailers

John Keeping (2):
  drm/ssd130x: fix ssd132x encoding
  drm/ssd130x: ensure ssd132x pitch is correct

 drivers/gpu/drm/solomon/ssd130x.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Javier Martinez Canillas Jan. 16, 2025, 9:50 a.m. UTC | #1
John Keeping <jkeeping@inmusicbrands.com> writes:

Hello John,

> Two small fixes for ssd132x family chips in the ssd130x driver.
>
> Since v1:
> - One patch is dropped as it turns out not to be needed
> - Both remaining patches have typo fixes in the commit messages and
>   added trailers
>
> John Keeping (2):
>   drm/ssd130x: fix ssd132x encoding
>   drm/ssd130x: ensure ssd132x pitch is correct
>

Pushed to drm-misc (drm-misc-next). Thanks!