summaryrefslogtreecommitdiff
path: root/drivers/auxdisplay/lcd2s.c
AgeCommit message (Expand)Author
2022-03-18auxdisplay: lcd2s: Use array size explicitly in lcd2s_gotoxy()Andy Shevchenko
2022-03-18auxdisplay: lcd2s: Switch to i2c ->probe_new()Andy Shevchenko
2022-03-18auxdisplay: lcd2s: use module_i2c_driver to simplify the codeAndy Shevchenko
2022-03-18auxdisplay: lcd2s: make use of device property APIAndy Shevchenko
2022-03-18auxdisplay: lcd2s: Fix multi-line comment styleAndy Shevchenko
2022-03-03auxdisplay: lcd2s: Use proper API to free the instance of charlcd objectAndy Shevchenko
2022-03-03auxdisplay: lcd2s: Fix memory leak in ->remove()Andy Shevchenko
2022-03-03auxdisplay: lcd2s: Fix lcd2s_redefine_char() featureAndy Shevchenko
2020-11-14auxdisplay: fix platform_no_drv_owner.cocci warningskernel test robot
2020-11-09auxdisplay: fix use after free in lcd2s_i2c_remove()Dan Carpenter
2020-11-04auxdisplay: add a driver for lcd2s character displayLars Poeschel