aboutsummaryrefslogtreecommitdiff
path: root/drivers/auxdisplay
AgeCommit message (Expand)AuthorFilesLines
2020-09-05Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4'...Gravatar Linus Torvalds 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-3/+3
2020-08-08auxdisplay: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-08-06Merge tag 'auxdisplay-for-linus-v5.9-rc1' of git://github.com/ojeda/linuxGravatar Linus Torvalds 1-11/+6
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-27/+27
2020-05-29auxdisplay: charlcd: Reuse hex_to_bin() instead of custom codeGravatar Andy Shevchenko 1-11/+6
2020-03-23Merge 5.6-rc7 into char-misc-nextGravatar Greg Kroah-Hartman 3-12/+10
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hGravatar Zhenzhong Duan 2-4/+0
2020-03-06auxdisplay: charlcd: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-03-06auxdisplay: img-ascii-lcd: convert to devm_platform_ioremap_resourceGravatar Yangtao Li 1-3/+1
2020-03-06auxdisplay: Fix Kconfig indentationGravatar Krzysztof Kozlowski 1-8/+8
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Gravatar Daniel Vetter 2-2/+2
2019-12-11auxdisplay: constify fb opsGravatar Jani Nikula 2-2/+2
2019-12-04auxdisplay: charlcd: deduplicate simple_strtoul()Gravatar Andy Shevchenko 1-27/+7
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-08-20auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constantGravatar Nishka Dasgupta 1-2/+2
2019-08-08auxdisplay: charlcd: add include guard to charlcd.hGravatar Masahiro Yamada 1-0/+5
2019-08-08auxdisplay: charlcd: move charlcd.h to drivers/auxdisplayGravatar Masahiro Yamada 4-4/+42
2019-08-05auxdisplay: charlcd: add help text for backlight initial stateGravatar Mans Rullgard 1-0/+5
2019-08-05auxdisplay: panel: need to delete scan_timer when misc_register fails in pane...Gravatar zhengbin 1-0/+2
2019-07-31docs: admin-guide: add auxdisplay files to it after conversion to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-06-20auxdisplay/ht16k33.c: Convert to use vm_map_pages_zero()Gravatar Souptick Joarder 1-2/+2
2019-06-20auxdisplay/cfag12864bfb.c: Convert to use vm_map_pages_zero()Gravatar Souptick Joarder 1-2/+3
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-03-17auxdisplay: charlcd: make backlight initial state configurableGravatar Mans Rullgard 2-1/+30
2019-03-17auxdisplay: charlcd: simplify init message displayGravatar Mans Rullgard 1-7/+8
2019-03-17auxdisplay: deconfuse configurationGravatar Mans Rullgard 2-6/+13
2019-03-17auxdisplay: hd44780: Convert to use charlcd_free()Gravatar Andy Shevchenko 1-2/+2
2019-03-17auxdisplay: panel: Convert to use charlcd_free()Gravatar Andy Shevchenko 1-2/+2
2019-03-17auxdisplay: charlcd: Introduce charlcd_free() helperGravatar Andy Shevchenko 1-0/+6
2019-03-17auxdisplay: charlcd: Move to_priv() to charlcd namespaceGravatar Andy Shevchenko 1-13/+13
2019-03-17auxdisplay: hd44780: Fix memory leak on ->remove()Gravatar Andy Shevchenko 1-0/+2
2019-02-15auxdisplay: ht16k33: fix potential user-after-free on module unloadGravatar Miguel Ojeda 1-1/+1
2018-12-21auxdisplay: charlcd: fix x/y command parsingGravatar Mans Rullgard 1-0/+3
2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Gravatar Linus Torvalds 1-4/+3
2018-09-30Compiler Attributes: auxdisplay: panel: use __nonstringGravatar Miguel Ojeda 1-4/+3
2018-09-13gpiolib: Pass array info to get/set array functionsGravatar Janusz Krzysztofik 1-4/+4
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayGravatar Janusz Krzysztofik 1-39/+20
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2018-08-01auxdisplay: simplify getting .drvdataGravatar Wolfram Sang 1-4/+2
2018-08-01auxdisplay: charlcd: delete mdelay in long_sleepGravatar Jia-Ju Bai 1-4/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 1-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+2
2018-04-12auxdisplay: Replace licenses with SPDX identifiersGravatar Miguel Ojeda 8-70/+8
2018-04-12auxdisplay: make PANEL a menuconfigGravatar Randy Dunlap 1-1/+1
2018-04-12auxdisplay: fix broken menuGravatar Randy Dunlap 1-5/+5
2018-04-12auxdisplay: charlcd: Fix and clean up handling of x/y commandsGravatar Miguel Ojeda 1-17/+78
2018-04-12auxdisplay: charlcd: fix hex literal ranges for graphics commandGravatar Robert Abel 1-2/+2