1. dd9fb9b Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4' and 'compiler-attributes-for-linus-v5.9-rc4' of git://github.com/ojeda/linux by Linus Torvalds · 4 years, 4 months ago
  2. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  3. 46d4a40 auxdisplay: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  4. ed35832 Merge tag 'auxdisplay-for-linus-v5.9-rc1' of git://github.com/ojeda/linux by Linus Torvalds · 4 years, 5 months ago
  5. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  6. 3f03b64 auxdisplay: charlcd: Reuse hex_to_bin() instead of custom code by Andy Shevchenko · 4 years, 8 months ago
  7. baca54d Merge 5.6-rc7 into char-misc-next by Greg Kroah-Hartman · 4 years, 9 months ago
  8. 6ce6ae7 misc: cleanup minor number definitions in c file into miscdevice.h by Zhenzhong Duan · 4 years, 10 months ago
  9. 2f920c0 auxdisplay: charlcd: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  10. e8897e4 auxdisplay: img-ascii-lcd: convert to devm_platform_ioremap_resource by Yangtao Li · 5 years ago
  11. d568bbd auxdisplay: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  12. 6c56e8a Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Daniel Vetter · 5 years ago
  13. bd223ac auxdisplay: constify fb ops by Jani Nikula · 5 years ago
  14. d717e7d auxdisplay: charlcd: deduplicate simple_strtoul() by Andy Shevchenko · 5 years ago
  15. 7c672ab Merge tag 'docs-5.4' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  16. a180d02 auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constant by Nishka Dasgupta · 5 years ago
  17. 390235c auxdisplay: charlcd: add include guard to charlcd.h by Masahiro Yamada · 5 years ago
  18. 7535428 auxdisplay: charlcd: move charlcd.h to drivers/auxdisplay by Masahiro Yamada · 5 years ago
  19. ba2c134 auxdisplay: charlcd: add help text for backlight initial state by Mans Rullgard · 5 years ago
  20. b33d567 auxdisplay: panel: need to delete scan_timer when misc_register fails in panel_attach by zhengbin · 5 years ago
  21. 76b5a6e docs: admin-guide: add auxdisplay files to it after conversion to ReST by Mauro Carvalho Chehab · 5 years ago
  22. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  23. f4bb1f8 auxdisplay/ht16k33.c: Convert to use vm_map_pages_zero() by Souptick Joarder · 6 years ago
  24. 461e274 auxdisplay/cfag12864bfb.c: Convert to use vm_map_pages_zero() by Souptick Joarder · 6 years ago
  25. cd238ef docs: kbuild: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  26. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  27. cc5d04d auxdisplay: charlcd: make backlight initial state configurable by Mans Rullgard · 6 years ago
  28. c917172 auxdisplay: charlcd: simplify init message display by Mans Rullgard · 6 years ago
  29. 24c764a auxdisplay: deconfuse configuration by Mans Rullgard · 6 years ago
  30. cb79eb9 auxdisplay: hd44780: Convert to use charlcd_free() by Andy Shevchenko · 6 years ago
  31. 9b11d63 auxdisplay: panel: Convert to use charlcd_free() by Andy Shevchenko · 6 years ago
  32. 8e44fc8 auxdisplay: charlcd: Introduce charlcd_free() helper by Andy Shevchenko · 6 years ago
  33. b658a21 auxdisplay: charlcd: Move to_priv() to charlcd namespace by Andy Shevchenko · 6 years ago
  34. 41c8d0a auxdisplay: hd44780: Fix memory leak on ->remove() by Andy Shevchenko · 6 years ago
  35. 69ef9bc auxdisplay: ht16k33: fix potential user-after-free on module unload by Miguel Ojeda · 6 years ago
  36. 9bc30ab auxdisplay: charlcd: fix x/y command parsing by Mans Rullgard · 6 years ago
  37. e468f5c Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojeda/linux by Linus Torvalds · 6 years ago
  38. 98cade0 Compiler Attributes: auxdisplay: panel: use __nonstring by Miguel Ojeda · 6 years ago
  39. 77588c1 gpiolib: Pass array info to get/set array functions by Janusz Krzysztofik · 6 years ago
  40. b9762be gpiolib: Pass bitmaps, not integer arrays, to get/set array by Janusz Krzysztofik · 6 years ago
  41. d5acba2 Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  42. ada953d auxdisplay: simplify getting .drvdata by Wolfram Sang · 7 years ago
  43. 1716139 auxdisplay: charlcd: delete mdelay in long_sleep by Jia-Ju Bai · 7 years ago
  44. ac31672 headers: separate linux/mod_devicetable.h from linux/platform_device.h by Randy Dunlap · 7 years ago
  45. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  46. 351f683b auxdisplay: Replace licenses with SPDX identifiers by Miguel Ojeda · 7 years ago
  47. 8e2c3f1 auxdisplay: make PANEL a menuconfig by Randy Dunlap · 7 years ago
  48. b5b903f auxdisplay: fix broken menu by Randy Dunlap · 7 years ago
  49. b34050f auxdisplay: charlcd: Fix and clean up handling of x/y commands by Miguel Ojeda · 7 years ago
  50. 2e8c04f auxdisplay: charlcd: fix hex literal ranges for graphics command by Robert Abel · 7 years ago
  51. 99b9b49 auxdisplay: charlcd: fix two-line command ^[[LN not marked as processed by Robert Abel · 7 years ago
  52. 9629ccc auxdisplay: charlcd: replace octal literal with form-feed escape sequence by Robert Abel · 7 years ago
  53. 8c48375 auxdisplay: charlcd: use null character instead of zero literal to terminate strings by Robert Abel · 7 years ago
  54. 54bc937 auxdisplay: charlcd: no need to call charlcd_gotoxy() if nothing changes by Sean Young · 7 years ago
  55. 7223310 auxdisplay: cfag12864bfb: constify fb_fix_screeninfo and fb_var_screeninfo structures by Gustavo A. R. Silva · 7 years ago
  56. aa9d87b auxdisplay: img-ascii-lcd: fix typo on select SYSCON/MFD_SYSCON by Corentin Labbe · 7 years ago
  57. 0186a09 auxdisplay: img-ascii-lcd: kconfig: Remove MIPS_SEAD3 reference by Ulf Magnusson · 7 years ago
  58. b1bf611 auxdisplay: arm-charlcd: Fix struct charlcd doc line by Miguel Ojeda · 7 years ago
  59. 26a2c54 auxdisplay: img-ascii-lcd: Silence 2 uninitialized warnings by Miguel Ojeda · 7 years ago
  60. 6a78b4d auxdisplay: img-ascii-lcd: Fix doc comment to silence warnings by Miguel Ojeda · 7 years ago
  61. 5617c59 auxdisplay: panel: Change comments to silence fallthrough warnings by Miguel Ojeda · 7 years ago
  62. 09c479f auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE by Jesse Chan · 7 years ago
  63. 141cbfb auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM by Thomas Meyer · 7 years ago
  64. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  65. fb615d6 Update MIPS email addresses by Paul Burton · 7 years ago
  66. 607a630 auxdisplay: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  67. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  68. 93dc177 auxdisplay: charlcd: properly restore atomic counter on error path by Willy Tarreau · 7 years ago
  69. 7b948f1 auxdisplay: constify charlcd_ops. by Arvind Yadav · 7 years ago
  70. 4654bdb auxdisplay: Convert list_for_each to entry variant by Wei Yongjun · 8 years ago
  71. 00846a4 auxdisplay: Move arm-charlcd.c to drivers/auxdisplay folder by Andy Shevchenko · 8 years ago
  72. 51c1e9b auxdisplay: Move panel.c to drivers/auxdisplay folder by Andy Shevchenko · 8 years ago
  73. 6ef0c33 auxdisplay: ht16k33: use le16_to_cpup() to fetch LE16 data by Dmitry Torokhov · 8 years ago
  74. 750100a4 auxdisplay: img-ascii-lcd: Fix module autoload by Javier Martinez Canillas · 8 years ago
  75. e1f990c auxdisplay: ht16k33: don't access uninitialized data by Arnd Bergmann · 8 years ago
  76. c7c3f09 auxdisplay: hd44780: Fix DT properties to include units of measurement by Geert Uytterhoeven · 8 years ago
  77. 57c0eab Merge 4.11-rc4 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  78. d47d883 auxdisplay: Add HD44780 Character LCD support by Geert Uytterhoeven · 8 years ago
  79. 1d3b2af auxdisplay: charlcd: Add support for displays with more than two lines by Geert Uytterhoeven · 8 years ago
  80. ac20147 auxdisplay: charlcd: Add support for 4-bit interfaces by Geert Uytterhoeven · 8 years ago
  81. 39f8ea4 auxdisplay: charlcd: Extract character LCD core from misc/panel by Geert Uytterhoeven · 8 years ago
  82. abda288 auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches by Dmitry Torokhov · 8 years ago
  83. 8fa8bea auxdisplay: ht16k33: remove private workqueue by Dmitry Torokhov · 8 years ago
  84. cac513f auxdisplay: ht16k33: rework input device initialization by Dmitry Torokhov · 8 years ago
  85. bbd39d1 auxdisplay: ht16k33: do not try to free fbdev by Dmitry Torokhov · 8 years ago
  86. 546cf3e auxdisplay: fix new ht16k33 build errors by Randy Dunlap · 8 years ago
  87. 31114fa auxdisplay: ht16k33: select framebuffer helper modules by Robin van der Gracht · 8 years ago
  88. 8992da4 auxdisplay: ht16k33: Driver for LED controller by Robin van der Gracht · 8 years ago
  89. 0cad855 auxdisplay: img-ascii-lcd: driver for simple ASCII LCD displays by Paul Burton · 8 years ago
  90. 92f2618 auxdisplay: ks0108: initialize local parport variable by Sudip Mukherjee · 9 years ago
  91. 4edd70c auxdisplay: ks0108: use new parport device model by Sudip Mukherjee · 9 years ago
  92. c9efdbe auxdisplay: ks0108: use min_t by Sudip Mukherjee · 9 years ago
  93. 7faad1d auxdisplay: ks0108: start using pr_* by Sudip Mukherjee · 9 years ago
  94. bab383d auxdisplay: ks0108: fix refcount by Sudip Mukherjee · 9 years ago
  95. 31b6780 framebuffer: Use fb_<level> by Joe Perches · 11 years ago
  96. 0fe763c Drivers: misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  97. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  98. bf87eae auxdisplay: section cleanup in cfag12864bfb driver by Henrik Kretzschmar · 15 years ago
  99. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  100. 57f1e87 auxdisplay: move cfag12864bfb's probe function to .devinit.text by Uwe Kleine-König · 15 years ago