aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay/lcd2s.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2022-03-18auxdisplay: lcd2s: Use array size explicitly in lcd2s_gotoxy()Andy Shevchenko1-1/+1
2022-03-18auxdisplay: lcd2s: Switch to i2c ->probe_new()Andy Shevchenko1-3/+2
2022-03-18auxdisplay: lcd2s: use module_i2c_driver to simplify the codeAndy Shevchenko1-18/+1
2022-03-18auxdisplay: lcd2s: make use of device property APIAndy Shevchenko1-5/+3
2022-03-18auxdisplay: lcd2s: Fix multi-line comment styleAndy Shevchenko1-11/+10
2022-03-03auxdisplay: lcd2s: Use proper API to free the instance of charlcd objectAndy Shevchenko1-2/+2
2022-03-03auxdisplay: lcd2s: Fix memory leak in ->remove()Andy Shevchenko1-11/+7
2022-03-03auxdisplay: lcd2s: Fix lcd2s_redefine_char() featureAndy Shevchenko1-1/+1
2020-11-14auxdisplay: fix platform_no_drv_owner.cocci warningskernel test robot1-1/+0
2020-11-09auxdisplay: fix use after free in lcd2s_i2c_remove()Dan Carpenter1-1/+1
2020-11-04auxdisplay: add a driver for lcd2s character displayLars Poeschel1-0/+403