aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay/ht16k33.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-10Merge branches 'ib-backlight-auxdisplay-staging-omap-6.9', 'ib-backlight-auxd...Lee Jones1-8/+0
2024-03-28auxdisplay: ht16k33: Replace use of fb_blank with backlight helperThomas Zimmermann1-6/+1
2024-03-28auxdisplay: ht16k33: Remove struct backlight_ops.check_fbThomas Zimmermann1-8/+0
2024-02-26auxdisplay: ht16k33: Drop struct ht16k33_segAndy Shevchenko1-15/+9
2024-02-26auxdisplay: ht16k33: Switch to use line display character mappingAndy Shevchenko1-73/+30
2024-02-26auxdisplay: ht16k33: Define a few helper macrosAndy Shevchenko1-12/+16
2024-02-26auxdisplay: ht16k33: Move ht16k33_linedisp_ops downAndy Shevchenko1-12/+12
2024-02-26auxdisplay: ht16k33: Add default to switch-casesAndy Shevchenko1-5/+9
2024-02-26auxdisplay: linedisp: Allocate buffer for the stringAndy Shevchenko1-5/+3
2024-02-15auxdisplay: linedisp: Provide struct linedisp_ops for future extensionAndy Shevchenko1-1/+5
2024-02-15auxdisplay: linedisp: Move exported symbols to a namespaceAndy Shevchenko1-0/+1
2023-11-29fbdev: Push pgprot_decrypted() into mmap implementationsThomas Zimmermann1-0/+2
2023-11-29auxdisplay/ht16k33: Initialize fb_ops with fbdev macrosThomas Zimmermann1-5/+2
2023-11-29auxdisplay/ht16k33: Set FBINFO_VIRTFB flagThomas Zimmermann1-0/+1
2023-07-24auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann1-1/+0
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2023-06-02auxdisplay: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-05-08auxdisplay/ht16k33: Use struct fb_info.screen_bufferThomas Zimmermann1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2021-10-22auxdisplay: ht16k33: remove superfluous header filesMianhan Liu1-1/+0
2021-10-21auxdisplay: ht16k33: Make use of device propertiesGeert Uytterhoeven1-15/+12
2021-10-21auxdisplay: ht16k33: Add LED supportGeert Uytterhoeven1-16/+110
2021-10-21auxdisplay: ht16k33: Add support for segment displaysGeert Uytterhoeven1-7/+189
2021-10-21auxdisplay: ht16k33: Extract frame buffer probingGeert Uytterhoeven1-48/+53
2021-10-21auxdisplay: ht16k33: Extract ht16k33_brightness_set()Geert Uytterhoeven1-6/+19
2021-10-21auxdisplay: ht16k33: Move delayed workGeert Uytterhoeven1-8/+7
2021-10-21auxdisplay: ht16k33: Add helper variable devGeert Uytterhoeven1-21/+22
2021-10-21auxdisplay: ht16k33: Convert to simple i2c probe functionGeert Uytterhoeven1-3/+2
2021-10-21auxdisplay: ht16k33: Remove unneeded error check in keypad probe()Geert Uytterhoeven1-5/+1
2021-10-21auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()Geert Uytterhoeven1-1/+1
2021-10-21auxdisplay: ht16k33: Fix frame buffer device blankingGeert Uytterhoeven1-0/+10
2021-10-21auxdisplay: ht16k33: Connect backlight to fbdevGeert Uytterhoeven1-28/+28
2021-01-25auxdisplay: ht16k33: Fix refresh rate handlingGeert Uytterhoeven1-2/+1
2021-01-25dt-bindings: auxdisplay: ht16k33: Keyscan function should be optionalRobin van der Gracht1-8/+6
2019-12-11auxdisplay: constify fb opsJani Nikula1-1/+1
2019-08-20auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constantNishka Dasgupta1-2/+2
2019-06-20auxdisplay/ht16k33.c: Convert to use vm_map_pages_zero()Souptick Joarder1-2/+2
2019-02-15auxdisplay: ht16k33: fix potential user-after-free on module unloadMiguel Ojeda1-1/+1
2018-04-12auxdisplay: Replace licenses with SPDX identifiersMiguel Ojeda1-9/+1
2017-04-08auxdisplay: ht16k33: use le16_to_cpup() to fetch LE16 dataDmitry Torokhov1-4/+8
2017-04-08auxdisplay: ht16k33: don't access uninitialized dataArnd Bergmann1-1/+7
2017-02-10auxdisplay: ht16k33: remove private workqueueDmitry Torokhov1-15/+5
2017-02-10auxdisplay: ht16k33: rework input device initializationDmitry Torokhov1-153/+145
2017-02-10auxdisplay: ht16k33: do not try to free fbdevDmitry Torokhov1-3/+1
2016-11-10auxdisplay: ht16k33: Driver for LED controllerRobin van der Gracht1-0/+563