summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* auxdisplay: hd44780_common: Fix build errorLars Poeschel2020-11-091-2/+1
* auxdisplay: add a driver for lcd2s character displayLars Poeschel2020-11-043-0/+414
* auxdisplay: lcd2s DT binding docLars Poeschel2020-11-042-0/+60
* auxdisplay: charlcd: Do not print chars at end of lineLars Poeschel2020-11-041-0/+3
* auxdisplay: Change gotoxy calling interfaceLars Poeschel2020-11-044-16/+13
* auxdisplay: charlcd: replace last device specific stuffLars Poeschel2020-11-041-8/+3
* auxdisplay: hd44780: Remove clear_fastLars Poeschel2020-11-043-87/+8
* auxdisplay: hd44780_common: Reduce clear_display timeoutLars Poeschel2020-11-041-2/+2
* auxdisplay: Call charlcd_backlight in placeLars Poeschel2020-11-041-8/+6
* auxdisplay: Move char redefine code to hd44780_commonLars Poeschel2020-11-046-55/+70
* auxdisplay: cleanup unnecessary hd44780 code in charlcdLars Poeschel2020-11-041-31/+1
* auxdisplay: implement various hd44780_common_ functionsLars Poeschel2020-11-046-27/+249
* auxdisplay: Move init_display to hd44780_commonLars Poeschel2020-11-046-89/+110
* auxdisplay: Make use of enum for backlight on / offLars Poeschel2020-11-041-3/+3
* auxdisplay: make charlcd_backlight visible to hd44780_commonLars Poeschel2020-11-042-1/+3
* auxdisplay: Move clear_display to hd44780_commonLars Poeschel2020-11-046-16/+37
* auxdisplay: add home to charlcd_opsLars Poeschel2020-11-046-1/+18
* auxdisplay: provide hd44780_common_gotoxyLars Poeschel2020-11-046-28/+43
* auxdisplay: hd44780_common_printLars Poeschel2020-11-045-13/+44
* auxdisplay: Move addr out of charlcd_privLars Poeschel2020-11-042-36/+31
* auxdisplay: Move write_cmd pointers to hd44780 driversLars Poeschel2020-11-045-42/+38
* auxdisplay: Move write_data pointer to hd44780_commonLars Poeschel2020-11-045-20/+22
* auxdisplay: Move ifwidth to struct hd44780_commonLars Poeschel2020-11-045-8/+9
* auxdisplay: Move hwidth and bwidth to struct hd44780_commonLars Poeschel2020-11-046-55/+67
* auxdisplay: Introduce hd44780_common.[ch]Lars Poeschel2020-11-046-17/+91
* auxdisplay: Use an enum for charlcd backlight on/off opsLars Poeschel2020-11-044-4/+9
* Linux 5.10-rc2v5.10-rc2Linus Torvalds2020-11-011-1/+1
* Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-011-13/+30
|\
| * x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)Peter Zijlstra2020-10-271-3/+6
| * x86/debug: Only clear/set ->virtual_dr6 for userspace #DBPeter Zijlstra2020-10-271-6/+6
| * x86/debug: Fix BTF handlingPeter Zijlstra2020-10-271-7/+21
* | Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-015-16/+6
|\ \
| * | time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao2020-10-262-4/+4
| * | timers: Remove unused inline funtion debug_timer_free()YueHaibing2020-10-261-5/+0
| * | hrtimer: Remove unused inline function debug_hrtimer_free()YueHaibing2020-10-261-5/+0
| * | time/sched_clock: Mark sched_clock_read_begin/retry() as notraceQuanyang Wang2020-10-261-2/+2
* | | Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-012-2/+2
|\ \ \
| * | | stop_machine, rcu: Mark functions as notraceZong Li2020-10-262-2/+2
| |/ /
* | | Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-012-14/+10
|\ \ \
| * | | lockdep: Fix nr_unused_locks accountingPeter Zijlstra2020-10-301-10/+4
| * | | locking/lockdep: Remove more raw_cpu_read() usagePeter Zijlstra2020-10-301-1/+1
| * | | futex: Fix incorrect should_fail_futex() handlingMateusz Nosek2020-10-281-1/+3
| * | | lockdep: Fix preemption WARN for spurious IRQ-enablePeter Zijlstra2020-10-221-2/+2
* | | | Merge tag 'char-misc-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-11-0195-26793/+34
|\ \ \ \
| * \ \ \ Merge tag 'icc-5.10-rc2' of https://git.linaro.org/people/georgi.djakov/linux...Greg Kroah-Hartman2020-10-306-13/+25
| |\ \ \ \
| | * | | | interconnect: qcom: use icc_sync state for sm8[12]50Dmitry Baryshkov2020-10-272-6/+8
| | * | | | interconnect: qcom: Ensure that the floor bandwidth value is enforcedGeorgi Djakov2020-10-221-0/+7
| | * | | | interconnect: qcom: sc7180: Init BCMs before creating the nodesGeorgi Djakov2020-10-151-3/+3
| | * | | | interconnect: qcom: sdm845: Init BCMs before creating the nodesGeorgi Djakov2020-10-151-3/+3
| | * | | | interconnect: Aggregate before setting initial bandwidthGeorgi Djakov2020-10-151-0/+3