Age | Commit message (Expand) | Author | Files | Lines |
2022-03-18 | auxdisplay: lcd2s: Use array size explicitly in lcd2s_gotoxy() | Andy Shevchenko | 1 | -1/+1 |
2022-03-18 | auxdisplay: lcd2s: Switch to i2c ->probe_new() | Andy Shevchenko | 1 | -3/+2 |
2022-03-18 | auxdisplay: lcd2s: use module_i2c_driver to simplify the code | Andy Shevchenko | 1 | -18/+1 |
2022-03-18 | auxdisplay: lcd2s: make use of device property API | Andy Shevchenko | 1 | -5/+3 |
2022-03-18 | auxdisplay: lcd2s: Fix multi-line comment style | Andy Shevchenko | 1 | -11/+10 |
2022-03-03 | auxdisplay: lcd2s: Use proper API to free the instance of charlcd object | Andy Shevchenko | 1 | -2/+2 |
2022-03-03 | auxdisplay: lcd2s: Fix memory leak in ->remove() | Andy Shevchenko | 1 | -11/+7 |
2022-03-03 | auxdisplay: lcd2s: Fix lcd2s_redefine_char() feature | Andy Shevchenko | 1 | -1/+1 |
2021-11-24 | auxdisplay: charlcd: checking for pointer reference before dereferencing | Luiz Sampaio | 1 | -0/+3 |
2021-11-24 | auxdisplay: charlcd: fixing coding style issue | Luiz Sampaio | 1 | -1/+1 |
2021-10-22 | auxdisplay: cfag12864bfb: code indent should use tabs where possible | Huiquan Deng | 1 | -3/+3 |
2021-10-22 | auxdisplay: ht16k33: remove superfluous header files | Mianhan Liu | 1 | -1/+0 |
2021-10-22 | auxdisplay: ks0108: remove superfluous header files | Mianhan Liu | 1 | -3/+0 |
2021-10-22 | auxdisplay: cfag12864bfb: remove superfluous header files | Mianhan Liu | 1 | -3/+0 |
2021-10-22 | auxdisplay: ht16k33: Make use of device properties | Geert Uytterhoeven | 2 | -16/+13 |
2021-10-22 | auxdisplay: ht16k33: Add LED support | Geert Uytterhoeven | 2 | -16/+112 |
2021-10-22 | auxdisplay: ht16k33: Add support for segment displays | Geert Uytterhoeven | 2 | -7/+190 |
2021-10-22 | auxdisplay: ht16k33: Extract frame buffer probing | Geert Uytterhoeven | 1 | -48/+53 |
2021-10-22 | auxdisplay: ht16k33: Extract ht16k33_brightness_set() | Geert Uytterhoeven | 1 | -6/+19 |
2021-10-22 | auxdisplay: ht16k33: Move delayed work | Geert Uytterhoeven | 1 | -8/+7 |
2021-10-22 | auxdisplay: ht16k33: Add helper variable dev | Geert Uytterhoeven | 1 | -21/+22 |
2021-10-22 | auxdisplay: ht16k33: Convert to simple i2c probe function | Geert Uytterhoeven | 1 | -3/+2 |
2021-10-22 | auxdisplay: ht16k33: Remove unneeded error check in keypad probe() | Geert Uytterhoeven | 1 | -5/+1 |
2021-10-22 | auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize() | Geert Uytterhoeven | 1 | -1/+1 |
2021-10-22 | auxdisplay: ht16k33: Fix frame buffer device blanking | Geert Uytterhoeven | 1 | -0/+10 |
2021-10-22 | auxdisplay: ht16k33: Connect backlight to fbdev | Geert Uytterhoeven | 1 | -28/+28 |
2021-10-22 | auxdisplay: linedisp: Add support for changing scroll rate | Geert Uytterhoeven | 1 | -2/+35 |
2021-10-22 | auxdisplay: linedisp: Use kmemdup_nul() helper | Geert Uytterhoeven | 1 | -4/+1 |
2021-10-22 | auxdisplay: Extract character line display core support | Geert Uytterhoeven | 5 | -174/+312 |
2021-10-22 | auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit() | Geert Uytterhoeven | 1 | -1/+1 |
2021-10-22 | auxdisplay: img-ascii-lcd: Add helper variable dev | Geert Uytterhoeven | 1 | -7/+6 |
2021-10-22 | auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string | Geert Uytterhoeven | 1 | -0/+10 |
2021-07-16 | auxdisplay: Replace symbolic permissions with octal permissions | Jinchao Wang | 2 | -3/+3 |
2021-07-16 | auxdisplay: ks0108: Switch to use module_parport_driver() | Andy Shevchenko | 1 | -13/+1 |
2021-07-16 | auxdisplay: charlcd: Drop unneeded initializers and switch to C99 style | Andy Shevchenko | 1 | -3/+1 |
2021-07-16 | auxdisplay: hd44780: Fix oops on module unloading | Lars Poeschel | 1 | -1/+1 |
2021-05-07 | treewide: remove editor modelines and cruft | Masahiro Yamada | 1 | -7/+0 |
2021-03-16 | auxdisplay: Remove in_interrupt() usage. | Sebastian Andrzej Siewior | 1 | -10/+8 |
2021-02-26 | treewide: Miguel has moved | Miguel Ojeda | 3 | -6/+6 |
2021-01-26 | auxdisplay: Fix duplicate CHARLCD config symbol | Geert Uytterhoeven | 1 | -3/+0 |
2021-01-26 | auxdisplay: ht16k33: Fix refresh rate handling | Geert Uytterhoeven | 1 | -2/+1 |
2021-01-26 | dt-bindings: auxdisplay: ht16k33: Keyscan function should be optional | Robin van der Gracht | 1 | -8/+6 |
2020-11-16 | auxdisplay: panel: Remove redundant charlcd_ops structures | Lars Poeschel | 1 | -38/+4 |
2020-11-16 | auxdisplay: panel: Fix missing print function pointer | Lars Poeschel | 1 | -0/+3 |
2020-11-14 | auxdisplay: fix platform_no_drv_owner.cocci warnings | kernel test robot | 1 | -1/+0 |
2020-11-09 | auxdisplay: fix use after free in lcd2s_i2c_remove() | Dan Carpenter | 1 | -1/+1 |
2020-11-09 | auxdisplay: hd44780_common: Fix build error | Lars Poeschel | 1 | -2/+1 |
2020-11-04 | auxdisplay: add a driver for lcd2s character display | Lars Poeschel | 3 | -0/+414 |
2020-11-04 | auxdisplay: charlcd: Do not print chars at end of line | Lars Poeschel | 1 | -0/+3 |
2020-11-04 | auxdisplay: Change gotoxy calling interface | Lars Poeschel | 4 | -16/+13 |