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.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
/
video
/
fbdev
/
ssd1307fb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
video: fbdev: ssd1307fb: Cache address ranges
Geert Uytterhoeven
2021-07-27
1
-2
/
+25
*
video: fbdev: ssd1307fb: Optimize screen updates
Geert Uytterhoeven
2021-07-27
1
-21
/
+29
*
video: fbdev: ssd1307fb: Extract ssd1307fb_set_{col,page}_range()
Geert Uytterhoeven
2021-07-27
1
-20
/
+37
*
video: fbdev: ssd1307fb: Simplify ssd1307fb_update_display()
Geert Uytterhoeven
2021-07-27
1
-7
/
+10
*
video: fbdev: ssd1307fb: Propagate errors via ssd1307fb_update_display()
Geert Uytterhoeven
2021-07-27
1
-6
/
+12
*
video: fbdev: ssd1307fb: Added support to Column offset
Rodrigo Alencar
2020-09-08
1
-2
/
+6
*
pwm: Convert period and duty cycle to u64
Guru Das Srinagesh
2020-06-17
1
-1
/
+1
*
video: ssd1307fb: Remove redundant forward declaration
Andy Shevchenko
2020-04-17
1
-2
/
+0
*
video: ssd1307fb: Convert to atomic PWM API
Andy Shevchenko
2020-04-17
1
-12
/
+5
*
video: ssd1307fb: Make use of device properties
Andy Shevchenko
2020-04-17
1
-21
/
+19
*
video: ssd1307fb: Introduce temporary variable to increase readability
Andy Shevchenko
2020-04-17
1
-18
/
+15
*
video: ssd1307fb: Convert driver to use ->probe_new()
Andy Shevchenko
2020-04-17
1
-8
/
+2
*
video: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-02
1
-1
/
+1
*
video: ssd1307fb: add the missed regulator_disable
Chuhong Yuan
2020-01-15
1
-0
/
+2
*
video: constify fb ops across all drivers
Jani Nikula
2019-12-05
1
-1
/
+1
*
video: ssd1307fb: Add devicetree configuration of display setup
Marko Kohtala
2019-07-23
1
-16
/
+65
*
video: ssd1307fb: Handle width and height that are not multiple of 8
Marko Kohtala
2019-07-23
1
-13
/
+17
*
video: ssd1307fb: Start page range at page_offset
Marko Kohtala
2019-07-23
1
-1
/
+1
*
video: ssd1307fb: Remove unneeded semicolons
Marko Kohtala
2019-07-23
1
-4
/
+4
*
video: ssd1307fb: Use screen_buffer instead of screen_base
Marko Kohtala
2019-07-23
1
-5
/
+5
*
video: fbdev: don't print error message on framebuffer_alloc() failure
Bartlomiej Zolnierkiewicz
2019-06-28
1
-3
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 71
Thomas Gleixner
2019-05-24
1
-2
/
+1
*
video: ssd1307fb: Do not hard code active-low reset sequence
Michal Vokáč
2019-02-08
1
-2
/
+2
*
Revert "video: ssd1307fb: Do not hard code active-low reset sequence"
Bartlomiej Zolnierkiewicz
2018-10-09
1
-2
/
+2
*
video: ssd1307fb: Do not hard code active-low reset sequence
Michal Vokáč
2018-10-08
1
-2
/
+2
*
video: ssd1307fb: Use gpiod_set_value_cansleep() for reset
Michal Vokáč
2018-10-08
1
-2
/
+2
*
video: ssd1307fb: Improve a size determination in ssd1307fb_probe()
Markus Elfring
2018-03-28
1
-1
/
+2
*
fbdev/ssd1307fb: fix optional VBAT support
Bastian Stender
2017-04-07
1
-8
/
+16
*
fbdev: ssd1307fb: include linux/gpio/consumer.h
Arnd Bergmann
2017-02-20
1
-0
/
+1
*
fbdev/ssd1307fb: clear screen in probe
Tomi Valkeinen
2017-02-08
1
-3
/
+2
*
fbdev/ssd1307fb: add support to enable VBAT
Tomi Valkeinen
2017-02-08
1
-1
/
+19
*
fbdev: ssd1307fb: Make reset gpio devicetree property optional
Jyri Sarha
2017-02-08
1
-6
/
+13
*
fbdev: ssd1307fb: Start to use gpiod API for reset gpio
Jyri Sarha
2017-02-08
1
-17
/
+8
*
fbdev: ssd1307fb: fix a possible NULL dereference
LABBE Corentin
2016-09-27
1
-2
/
+1
*
fbdev: ssd1307fb: constify the device_info pointer
LABBE Corentin
2016-09-27
1
-3
/
+3
*
video: fbdev: constify fb_fix_screeninfo and fb_var_screeninfo structures
Julia Lawall
2016-09-27
1
-2
/
+2
*
Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-05-25
1
-1
/
+10
|
\
|
*
fbdev: ssd1307fb: Use pwm_get_args() where appropriate
Boris Brezillon
2016-05-17
1
-1
/
+10
*
|
fbdev: ssd1307fb: Fix charge pump setting
Julian Scheel
2016-05-10
1
-1
/
+1
|
/
*
fbdev: ssd1307fb: add ssd1309 support
Olliver Schinagl
2015-09-24
1
-0
/
+11
*
fbdev: ssd1307fb: alphabetize headers
Olliver Schinagl
2015-09-24
1
-5
/
+5
*
fbdev: ssd1307fb: fix error return code
Julia Lawall
2015-09-01
1
-2
/
+3
*
video: fbdev: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-08-20
1
-1
/
+0
*
fbdev: ssd1307fb: fix logical error
Thomas Niederprüm
2015-05-27
1
-1
/
+1
*
fbdev: ssd1307fb: potential ERR_PTR dereference
Dan Carpenter
2015-05-27
1
-4
/
+5
*
fbdev: ssd1307fb: Add blank mode
Thomas Niederprüm
2015-05-27
1
-0
/
+11
*
fbdev: ssd1307fb: add backlight controls for setting the contrast
Thomas Niederprüm
2015-05-27
1
-0
/
+58
*
fbdev: ssd1307fb: Turn off display on driver unload.
Thomas Niederprüm
2015-05-27
1
-0
/
+2
*
fbdev: ssd1307fb: Add a module parameter to set the refresh rate
Thomas Niederprüm
2015-05-27
1
-6
/
+17
*
fbdev: ssd1307fb: Add support for SSD1305
Thomas Niederprüm
2015-05-27
1
-0
/
+11
[next]