summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-04auxdisplay: hd44780: Remove clear_fastLars Poeschel3-87/+8
2020-11-04auxdisplay: hd44780_common: Reduce clear_display timeoutLars Poeschel1-2/+2
2020-11-04auxdisplay: Call charlcd_backlight in placeLars Poeschel1-8/+6
2020-11-04auxdisplay: Move char redefine code to hd44780_commonLars Poeschel6-55/+70
2020-11-04auxdisplay: cleanup unnecessary hd44780 code in charlcdLars Poeschel1-31/+1
2020-11-04auxdisplay: implement various hd44780_common_ functionsLars Poeschel6-27/+249
2020-11-04auxdisplay: Move init_display to hd44780_commonLars Poeschel6-89/+110
2020-11-04auxdisplay: Make use of enum for backlight on / offLars Poeschel1-3/+3
2020-11-04auxdisplay: make charlcd_backlight visible to hd44780_commonLars Poeschel2-1/+3
2020-11-04auxdisplay: Move clear_display to hd44780_commonLars Poeschel6-16/+37
2020-11-04auxdisplay: add home to charlcd_opsLars Poeschel6-1/+18
2020-11-04auxdisplay: provide hd44780_common_gotoxyLars Poeschel6-28/+43
2020-11-04auxdisplay: hd44780_common_printLars Poeschel5-13/+44
2020-11-04auxdisplay: Move addr out of charlcd_privLars Poeschel2-36/+31
2020-11-04auxdisplay: Move write_cmd pointers to hd44780 driversLars Poeschel5-42/+38
2020-11-04auxdisplay: Move write_data pointer to hd44780_commonLars Poeschel5-20/+22
2020-11-04auxdisplay: Move ifwidth to struct hd44780_commonLars Poeschel5-8/+9
2020-11-04auxdisplay: Move hwidth and bwidth to struct hd44780_commonLars Poeschel6-55/+67
2020-11-04auxdisplay: Introduce hd44780_common.[ch]Lars Poeschel6-17/+91
2020-11-04auxdisplay: Use an enum for charlcd backlight on/off opsLars Poeschel4-4/+9
2020-11-02Linux 5.10-rc2v5.10-rc2Linus Torvalds1-1/+1
2020-11-01Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+30
2020-11-01Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-16/+6
2020-11-01Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2020-11-01Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-14/+10
2020-11-01Merge tag 'char-misc-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds95-26793/+34
2020-11-01Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds250-2493/+4134
2020-11-01Merge tag 'staging-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-30/+49
2020-11-01Merge tag 'tty-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-38/+37
2020-11-01Merge tag 'usb-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds22-138/+195
2020-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds26-76/+306
2020-11-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds6-82/+157
2020-11-01Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds23-40/+40
2020-10-31Merge tag 'dma-mapping-5.10-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+3
2020-10-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-21/+43
2020-10-31KVM: vmx: remove unused variablePaolo Bonzini1-2/+0
2020-10-31KVM: selftests: Don't require THP to run testsAndrew Jones1-7/+16
2020-10-31KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work againVitaly Kuznetsov3-5/+5
2020-10-31KVM: selftests: test behavior of unmapped L2 APIC-access addressJim Mattson5-0/+159
2020-10-31Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds13-236/+281
2020-10-31printk: ringbuffer: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-31net/smc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-10-31net/mlx5: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-10-31mei: hw: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3
2020-10-31gve: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-4/+3
2020-10-31Bluetooth: btintel: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-31Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-70/+38
2020-10-31Merge tag 'libata-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-30Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-51/+225
2020-10-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds34-42/+119