index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
auxdisplay
/
ht16k33.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
auxdisplay: ht16k33: Drop struct ht16k33_seg
Andy Shevchenko
2024-02-26
1
-15
/
+9
*
auxdisplay: ht16k33: Switch to use line display character mapping
Andy Shevchenko
2024-02-26
1
-73
/
+30
*
auxdisplay: ht16k33: Define a few helper macros
Andy Shevchenko
2024-02-26
1
-12
/
+16
*
auxdisplay: ht16k33: Move ht16k33_linedisp_ops down
Andy Shevchenko
2024-02-26
1
-12
/
+12
*
auxdisplay: ht16k33: Add default to switch-cases
Andy Shevchenko
2024-02-26
1
-5
/
+9
*
auxdisplay: linedisp: Allocate buffer for the string
Andy Shevchenko
2024-02-26
1
-5
/
+3
*
auxdisplay: linedisp: Provide struct linedisp_ops for future extension
Andy Shevchenko
2024-02-15
1
-1
/
+5
*
auxdisplay: linedisp: Move exported symbols to a namespace
Andy Shevchenko
2024-02-15
1
-0
/
+1
*
fbdev: Push pgprot_decrypted() into mmap implementations
Thomas Zimmermann
2023-11-29
1
-0
/
+2
*
auxdisplay/ht16k33: Initialize fb_ops with fbdev macros
Thomas Zimmermann
2023-11-29
1
-5
/
+2
*
auxdisplay/ht16k33: Set FBINFO_VIRTFB flag
Thomas Zimmermann
2023-11-29
1
-0
/
+1
*
auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
Thomas Zimmermann
2023-07-24
1
-1
/
+0
*
Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2023-06-29
1
-1
/
+1
|
\
|
*
auxdisplay/ht16k33: Use struct fb_info.screen_buffer
Thomas Zimmermann
2023-05-08
1
-1
/
+1
*
|
auxdisplay: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-06-02
1
-1
/
+1
|
/
*
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-3
/
+1
*
auxdisplay: ht16k33: remove superfluous header files
Mianhan Liu
2021-10-22
1
-1
/
+0
*
auxdisplay: ht16k33: Make use of device properties
Geert Uytterhoeven
2021-10-21
1
-15
/
+12
*
auxdisplay: ht16k33: Add LED support
Geert Uytterhoeven
2021-10-21
1
-16
/
+110
*
auxdisplay: ht16k33: Add support for segment displays
Geert Uytterhoeven
2021-10-21
1
-7
/
+189
*
auxdisplay: ht16k33: Extract frame buffer probing
Geert Uytterhoeven
2021-10-21
1
-48
/
+53
*
auxdisplay: ht16k33: Extract ht16k33_brightness_set()
Geert Uytterhoeven
2021-10-21
1
-6
/
+19
*
auxdisplay: ht16k33: Move delayed work
Geert Uytterhoeven
2021-10-21
1
-8
/
+7
*
auxdisplay: ht16k33: Add helper variable dev
Geert Uytterhoeven
2021-10-21
1
-21
/
+22
*
auxdisplay: ht16k33: Convert to simple i2c probe function
Geert Uytterhoeven
2021-10-21
1
-3
/
+2
*
auxdisplay: ht16k33: Remove unneeded error check in keypad probe()
Geert Uytterhoeven
2021-10-21
1
-5
/
+1
*
auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()
Geert Uytterhoeven
2021-10-21
1
-1
/
+1
*
auxdisplay: ht16k33: Fix frame buffer device blanking
Geert Uytterhoeven
2021-10-21
1
-0
/
+10
*
auxdisplay: ht16k33: Connect backlight to fbdev
Geert Uytterhoeven
2021-10-21
1
-28
/
+28
*
auxdisplay: ht16k33: Fix refresh rate handling
Geert Uytterhoeven
2021-01-25
1
-2
/
+1
*
dt-bindings: auxdisplay: ht16k33: Keyscan function should be optional
Robin van der Gracht
2021-01-25
1
-8
/
+6
*
auxdisplay: constify fb ops
Jani Nikula
2019-12-11
1
-1
/
+1
*
auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constant
Nishka Dasgupta
2019-08-20
1
-2
/
+2
*
auxdisplay/ht16k33.c: Convert to use vm_map_pages_zero()
Souptick Joarder
2019-06-20
1
-2
/
+2
*
auxdisplay: ht16k33: fix potential user-after-free on module unload
Miguel Ojeda
2019-02-15
1
-1
/
+1
*
auxdisplay: Replace licenses with SPDX identifiers
Miguel Ojeda
2018-04-12
1
-9
/
+1
*
auxdisplay: ht16k33: use le16_to_cpup() to fetch LE16 data
Dmitry Torokhov
2017-04-08
1
-4
/
+8
*
auxdisplay: ht16k33: don't access uninitialized data
Arnd Bergmann
2017-04-08
1
-1
/
+7
*
auxdisplay: ht16k33: remove private workqueue
Dmitry Torokhov
2017-02-10
1
-15
/
+5
*
auxdisplay: ht16k33: rework input device initialization
Dmitry Torokhov
2017-02-10
1
-153
/
+145
*
auxdisplay: ht16k33: do not try to free fbdev
Dmitry Torokhov
2017-02-10
1
-3
/
+1
*
auxdisplay: ht16k33: Driver for LED controller
Robin van der Gracht
2016-11-10
1
-0
/
+563