summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay/ht16k33.c
Commit message (Expand)AuthorAgeFilesLines
* auxdisplay: ht16k33: remove superfluous header filesMianhan Liu2021-10-221-1/+0
* auxdisplay: ht16k33: Make use of device propertiesGeert Uytterhoeven2021-10-211-15/+12
* auxdisplay: ht16k33: Add LED supportGeert Uytterhoeven2021-10-211-16/+110
* auxdisplay: ht16k33: Add support for segment displaysGeert Uytterhoeven2021-10-211-7/+189
* auxdisplay: ht16k33: Extract frame buffer probingGeert Uytterhoeven2021-10-211-48/+53
* auxdisplay: ht16k33: Extract ht16k33_brightness_set()Geert Uytterhoeven2021-10-211-6/+19
* auxdisplay: ht16k33: Move delayed workGeert Uytterhoeven2021-10-211-8/+7
* auxdisplay: ht16k33: Add helper variable devGeert Uytterhoeven2021-10-211-21/+22
* auxdisplay: ht16k33: Convert to simple i2c probe functionGeert Uytterhoeven2021-10-211-3/+2
* auxdisplay: ht16k33: Remove unneeded error check in keypad probe()Geert Uytterhoeven2021-10-211-5/+1
* auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()Geert Uytterhoeven2021-10-211-1/+1
* auxdisplay: ht16k33: Fix frame buffer device blankingGeert Uytterhoeven2021-10-211-0/+10
* auxdisplay: ht16k33: Connect backlight to fbdevGeert Uytterhoeven2021-10-211-28/+28
* auxdisplay: ht16k33: Fix refresh rate handlingGeert Uytterhoeven2021-01-251-2/+1
* dt-bindings: auxdisplay: ht16k33: Keyscan function should be optionalRobin van der Gracht2021-01-251-8/+6
* auxdisplay: constify fb opsJani Nikula2019-12-111-1/+1
* auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constantNishka Dasgupta2019-08-201-2/+2
* auxdisplay/ht16k33.c: Convert to use vm_map_pages_zero()Souptick Joarder2019-06-201-2/+2
* auxdisplay: ht16k33: fix potential user-after-free on module unloadMiguel Ojeda2019-02-151-1/+1
* auxdisplay: Replace licenses with SPDX identifiersMiguel Ojeda2018-04-121-9/+1
* auxdisplay: ht16k33: use le16_to_cpup() to fetch LE16 dataDmitry Torokhov2017-04-081-4/+8
* auxdisplay: ht16k33: don't access uninitialized dataArnd Bergmann2017-04-081-1/+7
* auxdisplay: ht16k33: remove private workqueueDmitry Torokhov2017-02-101-15/+5
* auxdisplay: ht16k33: rework input device initializationDmitry Torokhov2017-02-101-153/+145
* auxdisplay: ht16k33: do not try to free fbdevDmitry Torokhov2017-02-101-3/+1
* auxdisplay: ht16k33: Driver for LED controllerRobin van der Gracht2016-11-101-0/+563