]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'auxdisplay-for-linus-v5.1-rc2' of git://github.com/ojeda/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Mar 2019 16:51:55 +0000 (09:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Mar 2019 16:51:55 +0000 (09:51 -0700)
commitdaf8add8ac358747f5dc2299e5b9ad2c86cd75c8
tree38d00786b1faeb048be5e6828fe3fba5b5bf3796
parent763d71cff5b31a8cf46b8368129d50a2f2596cdf
parentb186d6c2cca177fe83348793fa9eef9e4db6df9b
Merge tag 'auxdisplay-for-linus-v5.1-rc2' of git://github.com/ojeda/linux

Pull auxdisplay updates from Miguel Ojeda:
 "A few fixes and improvements for auxdisplay:

   - Series to fix a memory leak in hd44780 while introducing
     charlcd_free(). From Andy Shevchenko

   - Series to clean up the Kconfig menus and a couple of improvements
     for charlcd. From Mans Rullgard"

* tag 'auxdisplay-for-linus-v5.1-rc2' of git://github.com/ojeda/linux:
  auxdisplay: charlcd: make backlight initial state configurable
  auxdisplay: charlcd: simplify init message display
  auxdisplay: deconfuse configuration
  auxdisplay: hd44780: Convert to use charlcd_free()
  auxdisplay: panel: Convert to use charlcd_free()
  auxdisplay: charlcd: Introduce charlcd_free() helper
  auxdisplay: charlcd: Move to_priv() to charlcd namespace
  auxdisplay: hd44780: Fix memory leak on ->remove()