| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-10 | auxdisplay: img-ascii-lcd: Constify struct img_ascii_lcd_config | Christophe JAILLET | 1 | -3/+3 |
| 2024-12-10 | auxdisplay: img-ascii-lcd: Remove an unused field in struct img_ascii_lcd_ctx | Christophe JAILLET | 1 | -2/+0 |
| 2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 1 | -1/+1 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -1/+1 |
| 2024-03-12 | auxdisplay: img-ascii-lcd: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -5/+2 |
| 2024-02-26 | auxdisplay: linedisp: Allocate buffer for the string | Andy Shevchenko | 1 | -10/+7 |
| 2024-02-15 | auxdisplay: linedisp: Provide struct linedisp_ops for future extension | Andy Shevchenko | 1 | -6/+12 |
| 2024-02-15 | auxdisplay: linedisp: Move exported symbols to a namespace | Andy Shevchenko | 1 | -0/+1 |
| 2024-02-15 | auxdisplay: img-ascii-lcd: Make container_of() no-op for struct linedisp | Andy Shevchenko | 1 | -2/+2 |
| 2023-12-01 | auxdisplay: img-ascii-lcd: Use device_get_match_data() | Rob Herring | 1 | -9/+3 |
| 2021-10-21 | auxdisplay: Extract character line display core support | Geert Uytterhoeven | 1 | -174/+30 |
| 2021-10-21 | auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit() | Geert Uytterhoeven | 1 | -1/+1 |
| 2021-10-21 | auxdisplay: img-ascii-lcd: Add helper variable dev | Geert Uytterhoeven | 1 | -7/+6 |
| 2021-10-21 | auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string | Geert Uytterhoeven | 1 | -0/+10 |
| 2020-03-06 | auxdisplay: img-ascii-lcd: convert to devm_platform_ioremap_resource | Yangtao Li | 1 | -3/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2018-03-13 | auxdisplay: img-ascii-lcd: Silence 2 uninitialized warnings | Miguel Ojeda | 1 | -2/+2 |
| 2018-03-13 | auxdisplay: img-ascii-lcd: Fix doc comment to silence warnings | Miguel Ojeda | 1 | -1/+1 |
| 2018-01-10 | auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE | Jesse Chan | 1 | -0/+4 |
| 2017-11-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -6/+4 |
| 2017-11-03 | Update MIPS email addresses | Paul Burton | 1 | -1/+1 |
| 2017-11-02 | auxdisplay: Convert timers to use timer_setup() | Kees Cook | 1 | -6/+4 |
| 2017-04-08 | auxdisplay: img-ascii-lcd: Fix module autoload | Javier Martinez Canillas | 1 | -0/+1 |
| 2017-03-16 | auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches | Dmitry Torokhov | 1 | -0/+1 |
| 2016-10-06 | auxdisplay: img-ascii-lcd: driver for simple ASCII LCD displays | Paul Burton | 1 | -0/+443 |