summaryrefslogtreecommitdiff
path: root/drivers/auxdisplay/img-ascii-lcd.c
AgeCommit message (Expand)Author
2024-03-12auxdisplay: img-ascii-lcd: Convert to platform remove callback returning voidUwe Kleine-König
2024-02-26auxdisplay: linedisp: Allocate buffer for the stringAndy Shevchenko
2024-02-15auxdisplay: linedisp: Provide struct linedisp_ops for future extensionAndy Shevchenko
2024-02-15auxdisplay: linedisp: Move exported symbols to a namespaceAndy Shevchenko
2024-02-15auxdisplay: img-ascii-lcd: Make container_of() no-op for struct linedispAndy Shevchenko
2023-12-01auxdisplay: img-ascii-lcd: Use device_get_match_data()Rob Herring
2021-10-21auxdisplay: Extract character line display core supportGeert Uytterhoeven
2021-10-21auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit()Geert Uytterhoeven
2021-10-21auxdisplay: img-ascii-lcd: Add helper variable devGeert Uytterhoeven
2021-10-21auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty stringGeert Uytterhoeven
2020-03-06auxdisplay: img-ascii-lcd: convert to devm_platform_ioremap_resourceYangtao Li
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-03-13auxdisplay: img-ascii-lcd: Silence 2 uninitialized warningsMiguel Ojeda
2018-03-13auxdisplay: img-ascii-lcd: Fix doc comment to silence warningsMiguel Ojeda
2018-01-10auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-03Update MIPS email addressesPaul Burton
2017-11-02auxdisplay: Convert timers to use timer_setup()Kees Cook
2017-04-08auxdisplay: img-ascii-lcd: Fix module autoloadJavier Martinez Canillas
2017-03-16auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matchesDmitry Torokhov
2016-10-06auxdisplay: img-ascii-lcd: driver for simple ASCII LCD displaysPaul Burton