aboutsummaryrefslogtreecommitdiff
path: root/drivers/auxdisplay/ht16k33.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-29fbdev: Push pgprot_decrypted() into mmap implementationsGravatar Thomas Zimmermann 1-0/+2
2023-11-29auxdisplay/ht16k33: Initialize fb_ops with fbdev macrosGravatar Thomas Zimmermann 1-5/+2
2023-11-29auxdisplay/ht16k33: Set FBINFO_VIRTFB flagGravatar Thomas Zimmermann 1-0/+1
2023-07-24auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversGravatar Thomas Zimmermann 1-1/+0
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-1/+1
2023-06-02auxdisplay: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2023-05-08auxdisplay/ht16k33: Use struct fb_info.screen_bufferGravatar Thomas Zimmermann 1-1/+1
2022-08-16i2c: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2021-10-22auxdisplay: ht16k33: remove superfluous header filesGravatar Mianhan Liu 1-1/+0
2021-10-21auxdisplay: ht16k33: Make use of device propertiesGravatar Geert Uytterhoeven 1-15/+12
2021-10-21auxdisplay: ht16k33: Add LED supportGravatar Geert Uytterhoeven 1-16/+110
2021-10-21auxdisplay: ht16k33: Add support for segment displaysGravatar Geert Uytterhoeven 1-7/+189
2021-10-21auxdisplay: ht16k33: Extract frame buffer probingGravatar Geert Uytterhoeven 1-48/+53
2021-10-21auxdisplay: ht16k33: Extract ht16k33_brightness_set()Gravatar Geert Uytterhoeven 1-6/+19
2021-10-21auxdisplay: ht16k33: Move delayed workGravatar Geert Uytterhoeven 1-8/+7
2021-10-21auxdisplay: ht16k33: Add helper variable devGravatar Geert Uytterhoeven 1-21/+22
2021-10-21auxdisplay: ht16k33: Convert to simple i2c probe functionGravatar Geert Uytterhoeven 1-3/+2
2021-10-21auxdisplay: ht16k33: Remove unneeded error check in keypad probe()Gravatar Geert Uytterhoeven 1-5/+1
2021-10-21auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()Gravatar Geert Uytterhoeven 1-1/+1
2021-10-21auxdisplay: ht16k33: Fix frame buffer device blankingGravatar Geert Uytterhoeven 1-0/+10
2021-10-21auxdisplay: ht16k33: Connect backlight to fbdevGravatar Geert Uytterhoeven 1-28/+28
2021-01-25auxdisplay: ht16k33: Fix refresh rate handlingGravatar Geert Uytterhoeven 1-2/+1
2021-01-25dt-bindings: auxdisplay: ht16k33: Keyscan function should be optionalGravatar Robin van der Gracht 1-8/+6
2019-12-11auxdisplay: constify fb opsGravatar Jani Nikula 1-1/+1
2019-08-20auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constantGravatar Nishka Dasgupta 1-2/+2
2019-06-20auxdisplay/ht16k33.c: Convert to use vm_map_pages_zero()Gravatar Souptick Joarder 1-2/+2
2019-02-15auxdisplay: ht16k33: fix potential user-after-free on module unloadGravatar Miguel Ojeda 1-1/+1
2018-04-12auxdisplay: Replace licenses with SPDX identifiersGravatar Miguel Ojeda 1-9/+1
2017-04-08auxdisplay: ht16k33: use le16_to_cpup() to fetch LE16 dataGravatar Dmitry Torokhov 1-4/+8
2017-04-08auxdisplay: ht16k33: don't access uninitialized dataGravatar Arnd Bergmann 1-1/+7
2017-02-10auxdisplay: ht16k33: remove private workqueueGravatar Dmitry Torokhov 1-15/+5
2017-02-10auxdisplay: ht16k33: rework input device initializationGravatar Dmitry Torokhov 1-153/+145
2017-02-10auxdisplay: ht16k33: do not try to free fbdevGravatar Dmitry Torokhov 1-3/+1
2016-11-10auxdisplay: ht16k33: Driver for LED controllerGravatar Robin van der Gracht 1-0/+563