Merge tag 'auxdisplay-for-linus-v5.15-rc1' of git://github.com/ojeda/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Sep 2021 23:00:49 +0000 (16:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Sep 2021 23:00:49 +0000 (16:00 -0700)
commitd41adc4e22c62640fa7de93f713a3c5b3638ab2e
tree6510e7f3d1226e602c28701110ea169991cb3e8b
parentf306b90c69ce3994bb8046b54374a90a27f66be6
parent24ebc044c72ee6e88dc902a0041bac672f012537
Merge tag 'auxdisplay-for-linus-v5.15-rc1' of git://github.com/ojeda/linux

Pull auxdisplay updates from Miguel Ojeda:
 "An assortment of improvements for auxdisplay:

   - Replace symbolic permissions with octal permissions (Jinchao Wang)

   - ks0108: Switch to use module_parport_driver() (Andy Shevchenko)

   - charlcd: Drop unneeded initializers and switch to C99 style (Andy
     Shevchenko)

   - hd44780: Fix oops on module unloading (Lars Poeschel)

   - Add I2C gpio expander example (Ralf Schlatterbeck)"

* tag 'auxdisplay-for-linus-v5.15-rc1' of git://github.com/ojeda/linux:
  auxdisplay: Replace symbolic permissions with octal permissions
  auxdisplay: ks0108: Switch to use module_parport_driver()
  auxdisplay: charlcd: Drop unneeded initializers and switch to C99 style
  auxdisplay: hd44780: Fix oops on module unloading
  auxdisplay: Add I2C gpio expander example