index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
auxdisplay
/
charlcd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-16
auxdisplay: charlcd: Drop unneeded initializers and switch to C99 style
Andy Shevchenko
1
-3
/
+1
2021-03-16
auxdisplay: Remove in_interrupt() usage.
Sebastian Andrzej Siewior
1
-10
/
+8
2020-11-04
auxdisplay: charlcd: Do not print chars at end of line
Lars Poeschel
1
-0
/
+3
2020-11-04
auxdisplay: Change gotoxy calling interface
Lars Poeschel
1
-5
/
+5
2020-11-04
auxdisplay: charlcd: replace last device specific stuff
Lars Poeschel
1
-8
/
+3
2020-11-04
auxdisplay: hd44780: Remove clear_fast
Lars Poeschel
1
-15
/
+6
2020-11-04
auxdisplay: Call charlcd_backlight in place
Lars Poeschel
1
-8
/
+6
2020-11-04
auxdisplay: Move char redefine code to hd44780_common
Lars Poeschel
1
-55
/
+5
2020-11-04
auxdisplay: cleanup unnecessary hd44780 code in charlcd
Lars Poeschel
1
-31
/
+1
2020-11-04
auxdisplay: implement various hd44780_common_ functions
Lars Poeschel
1
-27
/
+46
2020-11-04
auxdisplay: Move init_display to hd44780_common
Lars Poeschel
1
-89
/
+6
2020-11-04
auxdisplay: Make use of enum for backlight on / off
Lars Poeschel
1
-3
/
+3
2020-11-04
auxdisplay: make charlcd_backlight visible to hd44780_common
Lars Poeschel
1
-1
/
+2
2020-11-04
auxdisplay: Move clear_display to hd44780_common
Lars Poeschel
1
-16
/
+6
2020-11-04
auxdisplay: add home to charlcd_ops
Lars Poeschel
1
-1
/
+1
2020-11-04
auxdisplay: provide hd44780_common_gotoxy
Lars Poeschel
1
-27
/
+11
2020-11-04
auxdisplay: hd44780_common_print
Lars Poeschel
1
-13
/
+15
2020-11-04
auxdisplay: Move addr out of charlcd_priv
Lars Poeschel
1
-36
/
+25
2020-11-04
auxdisplay: Move write_cmd pointers to hd44780 drivers
Lars Poeschel
1
-22
/
+23
2020-11-04
auxdisplay: Move write_data pointer to hd44780_common
Lars Poeschel
1
-6
/
+6
2020-11-04
auxdisplay: Move ifwidth to struct hd44780_common
Lars Poeschel
1
-6
/
+6
2020-11-04
auxdisplay: Move hwidth and bwidth to struct hd44780_common
Lars Poeschel
1
-20
/
+20
2020-11-04
auxdisplay: Use an enum for charlcd backlight on/off ops
Lars Poeschel
1
-1
/
+1
2020-05-30
auxdisplay: charlcd: Reuse hex_to_bin() instead of custom code
Andy Shevchenko
1
-11
/
+6
2020-03-23
Merge 5.6-rc7 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2020-03-18
misc: cleanup minor number definitions in c file into miscdevice.h
Zhenzhong Duan
1
-2
/
+0
2020-03-07
auxdisplay: charlcd: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2019-12-05
auxdisplay: charlcd: deduplicate simple_strtoul()
Andy Shevchenko
1
-27
/
+7
2019-08-08
auxdisplay: charlcd: move charlcd.h to drivers/auxdisplay
Masahiro Yamada
1
-1
/
+1
2019-03-17
auxdisplay: charlcd: make backlight initial state configurable
Mans Rullgard
1
-1
/
+9
2019-03-17
auxdisplay: charlcd: simplify init message display
Mans Rullgard
1
-7
/
+8
2019-03-17
auxdisplay: charlcd: Introduce charlcd_free() helper
Andy Shevchenko
1
-0
/
+6
2019-03-17
auxdisplay: charlcd: Move to_priv() to charlcd namespace
Andy Shevchenko
1
-13
/
+13
2018-12-21
auxdisplay: charlcd: fix x/y command parsing
Mans Rullgard
1
-0
/
+3
2018-08-01
auxdisplay: charlcd: delete mdelay in long_sleep
Jia-Ju Bai
1
-4
/
+1
2018-04-12
auxdisplay: Replace licenses with SPDX identifiers
Miguel Ojeda
1
-5
/
+1
2018-04-12
auxdisplay: charlcd: Fix and clean up handling of x/y commands
Miguel Ojeda
1
-17
/
+78
2018-04-12
auxdisplay: charlcd: fix hex literal ranges for graphics command
Robert Abel
1
-2
/
+2
2018-04-12
auxdisplay: charlcd: fix two-line command ^[[LN not marked as processed
Robert Abel
1
-0
/
+1
2018-04-12
auxdisplay: charlcd: replace octal literal with form-feed escape sequence
Robert Abel
1
-1
/
+1
2018-04-12
auxdisplay: charlcd: use null character instead of zero literal to terminate ...
Robert Abel
1
-2
/
+2
2018-04-12
auxdisplay: charlcd: no need to call charlcd_gotoxy() if nothing changes
Sean Young
1
-3
/
+4
2017-09-18
auxdisplay: charlcd: properly restore atomic counter on error path
Willy Tarreau
1
-2
/
+9
2017-03-17
auxdisplay: charlcd: Add support for displays with more than two lines
Geert Uytterhoeven
1
-9
/
+13
2017-03-17
auxdisplay: charlcd: Add support for 4-bit interfaces
Geert Uytterhoeven
1
-6
/
+30
2017-03-17
auxdisplay: charlcd: Extract character LCD core from misc/panel
Geert Uytterhoeven
1
-0
/
+790