summaryrefslogtreecommitdiff
path: root/drivers/auxdisplay/ht16k33.c
AgeCommit message (Expand)Author
2021-10-22auxdisplay: ht16k33: remove superfluous header filesMianhan Liu
2021-10-21auxdisplay: ht16k33: Make use of device propertiesGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Add LED supportGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Add support for segment displaysGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Extract frame buffer probingGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Extract ht16k33_brightness_set()Geert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Move delayed workGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Add helper variable devGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Convert to simple i2c probe functionGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Remove unneeded error check in keypad probe()Geert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()Geert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Fix frame buffer device blankingGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Connect backlight to fbdevGeert Uytterhoeven
2021-01-25auxdisplay: ht16k33: Fix refresh rate handlingGeert Uytterhoeven
2021-01-25dt-bindings: auxdisplay: ht16k33: Keyscan function should be optionalRobin van der Gracht
2019-12-11auxdisplay: constify fb opsJani Nikula
2019-08-20auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constantNishka Dasgupta
2019-06-20auxdisplay/ht16k33.c: Convert to use vm_map_pages_zero()Souptick Joarder
2019-02-15auxdisplay: ht16k33: fix potential user-after-free on module unloadMiguel Ojeda
2018-04-12auxdisplay: Replace licenses with SPDX identifiersMiguel Ojeda
2017-04-08auxdisplay: ht16k33: use le16_to_cpup() to fetch LE16 dataDmitry Torokhov
2017-04-08auxdisplay: ht16k33: don't access uninitialized dataArnd Bergmann
2017-02-10auxdisplay: ht16k33: remove private workqueueDmitry Torokhov
2017-02-10auxdisplay: ht16k33: rework input device initializationDmitry Torokhov
2017-02-10auxdisplay: ht16k33: do not try to free fbdevDmitry Torokhov
2016-11-10auxdisplay: ht16k33: Driver for LED controllerRobin van der Gracht