Merge patch series "auxdisplay: charlcd: Refactor memory allocation"
Andy Shevchenko says: The users of charlcd_alloc() call for additional memory allocation. We may do it at the time of the main call as many other APIs do. For this partially revert the change that brought us to the current state of affairs, and refactor the code based on the original implementation. Link: https://lore.kernel.org/r/20250224173010.219024-1-andriy.shevchenko@linux.intel.com Signed-off-by:Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Showing
- drivers/auxdisplay/charlcd.c 3 additions, 2 deletionsdrivers/auxdisplay/charlcd.c
- drivers/auxdisplay/charlcd.h 3 additions, 2 deletionsdrivers/auxdisplay/charlcd.h
- drivers/auxdisplay/hd44780.c 6 additions, 13 deletionsdrivers/auxdisplay/hd44780.c
- drivers/auxdisplay/hd44780_common.c 16 additions, 8 deletionsdrivers/auxdisplay/hd44780_common.c
- drivers/auxdisplay/hd44780_common.h 3 additions, 1 deletiondrivers/auxdisplay/hd44780_common.h
- drivers/auxdisplay/lcd2s.c 4 additions, 8 deletionsdrivers/auxdisplay/lcd2s.c
- drivers/auxdisplay/panel.c 5 additions, 12 deletionsdrivers/auxdisplay/panel.c
Loading
Please register or sign in to comment