Age | Commit message (Expand) | Author |
2021-10-22 | auxdisplay: cfag12864bfb: code indent should use tabs where possible | Huiquan Deng |
2021-10-22 | auxdisplay: ht16k33: remove superfluous header files | Mianhan Liu |
2021-10-22 | auxdisplay: ks0108: remove superfluous header files | Mianhan Liu |
2021-10-22 | auxdisplay: cfag12864bfb: remove superfluous header files | Mianhan Liu |
2021-10-21 | auxdisplay: ht16k33: Make use of device properties | Geert Uytterhoeven |
2021-10-21 | auxdisplay: ht16k33: Add LED support | Geert Uytterhoeven |
2021-10-21 | auxdisplay: ht16k33: Add support for segment displays | Geert Uytterhoeven |
2021-10-21 | auxdisplay: ht16k33: Extract frame buffer probing | Geert Uytterhoeven |
2021-10-21 | auxdisplay: ht16k33: Extract ht16k33_brightness_set() | Geert Uytterhoeven |
2021-10-21 | auxdisplay: ht16k33: Move delayed work | Geert Uytterhoeven |
2021-10-21 | auxdisplay: ht16k33: Add helper variable dev | Geert Uytterhoeven |
2021-10-21 | auxdisplay: ht16k33: Convert to simple i2c probe function | Geert Uytterhoeven |
2021-10-21 | auxdisplay: ht16k33: Remove unneeded error check in keypad probe() | Geert Uytterhoeven |
2021-10-21 | auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize() | Geert Uytterhoeven |
2021-10-21 | auxdisplay: ht16k33: Fix frame buffer device blanking | Geert Uytterhoeven |
2021-10-21 | auxdisplay: ht16k33: Connect backlight to fbdev | Geert Uytterhoeven |
2021-10-21 | auxdisplay: linedisp: Add support for changing scroll rate | Geert Uytterhoeven |
2021-10-21 | auxdisplay: linedisp: Use kmemdup_nul() helper | Geert Uytterhoeven |
2021-10-21 | auxdisplay: Extract character line display core support | Geert Uytterhoeven |
2021-10-21 | auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit() | Geert Uytterhoeven |
2021-10-21 | auxdisplay: img-ascii-lcd: Add helper variable dev | Geert Uytterhoeven |
2021-10-21 | auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string | Geert Uytterhoeven |
2021-07-16 | auxdisplay: Replace symbolic permissions with octal permissions | Jinchao Wang |
2021-07-16 | auxdisplay: ks0108: Switch to use module_parport_driver() | Andy Shevchenko |
2021-07-16 | auxdisplay: charlcd: Drop unneeded initializers and switch to C99 style | Andy Shevchenko |
2021-07-16 | auxdisplay: hd44780: Fix oops on module unloading | Lars Poeschel |
2021-05-07 | treewide: remove editor modelines and cruft | Masahiro Yamada |
2021-03-16 | auxdisplay: Remove in_interrupt() usage. | Sebastian Andrzej Siewior |
2021-02-26 | treewide: Miguel has moved | Miguel Ojeda |
2021-01-25 | auxdisplay: Fix duplicate CHARLCD config symbol | Geert Uytterhoeven |
2021-01-25 | auxdisplay: ht16k33: Fix refresh rate handling | Geert Uytterhoeven |
2021-01-25 | dt-bindings: auxdisplay: ht16k33: Keyscan function should be optional | Robin van der Gracht |
2020-11-16 | auxdisplay: panel: Remove redundant charlcd_ops structures | Lars Poeschel |
2020-11-16 | auxdisplay: panel: Fix missing print function pointer | Lars Poeschel |
2020-11-14 | auxdisplay: fix platform_no_drv_owner.cocci warnings | kernel test robot |
2020-11-09 | auxdisplay: fix use after free in lcd2s_i2c_remove() | Dan Carpenter |
2020-11-09 | auxdisplay: hd44780_common: Fix build error | Lars Poeschel |
2020-11-04 | auxdisplay: add a driver for lcd2s character display | Lars Poeschel |
2020-11-04 | auxdisplay: charlcd: Do not print chars at end of line | Lars Poeschel |
2020-11-04 | auxdisplay: Change gotoxy calling interface | Lars Poeschel |
2020-11-04 | auxdisplay: charlcd: replace last device specific stuff | Lars Poeschel |
2020-11-04 | auxdisplay: hd44780: Remove clear_fast | Lars Poeschel |
2020-11-04 | auxdisplay: hd44780_common: Reduce clear_display timeout | Lars Poeschel |
2020-11-04 | auxdisplay: Call charlcd_backlight in place | Lars Poeschel |
2020-11-04 | auxdisplay: Move char redefine code to hd44780_common | Lars Poeschel |
2020-11-04 | auxdisplay: cleanup unnecessary hd44780 code in charlcd | Lars Poeschel |
2020-11-04 | auxdisplay: implement various hd44780_common_ functions | Lars Poeschel |
2020-11-04 | auxdisplay: Move init_display to hd44780_common | Lars Poeschel |
2020-11-04 | auxdisplay: Make use of enum for backlight on / off | Lars Poeschel |
2020-11-04 | auxdisplay: make charlcd_backlight visible to hd44780_common | Lars Poeschel |