index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-09
auxdisplay: hd44780_common: Fix build error
Lars Poeschel
1
-2
/
+1
2020-11-04
auxdisplay: add a driver for lcd2s character display
Lars Poeschel
3
-0
/
+414
2020-11-04
auxdisplay: lcd2s DT binding doc
Lars Poeschel
2
-0
/
+60
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
4
-16
/
+13
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
3
-87
/
+8
2020-11-04
auxdisplay: hd44780_common: Reduce clear_display timeout
Lars Poeschel
1
-2
/
+2
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
6
-55
/
+70
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
6
-27
/
+249
2020-11-04
auxdisplay: Move init_display to hd44780_common
Lars Poeschel
6
-89
/
+110
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
2
-1
/
+3
2020-11-04
auxdisplay: Move clear_display to hd44780_common
Lars Poeschel
6
-16
/
+37
2020-11-04
auxdisplay: add home to charlcd_ops
Lars Poeschel
6
-1
/
+18
2020-11-04
auxdisplay: provide hd44780_common_gotoxy
Lars Poeschel
6
-28
/
+43
2020-11-04
auxdisplay: hd44780_common_print
Lars Poeschel
5
-13
/
+44
2020-11-04
auxdisplay: Move addr out of charlcd_priv
Lars Poeschel
2
-36
/
+31
2020-11-04
auxdisplay: Move write_cmd pointers to hd44780 drivers
Lars Poeschel
5
-42
/
+38
2020-11-04
auxdisplay: Move write_data pointer to hd44780_common
Lars Poeschel
5
-20
/
+22
2020-11-04
auxdisplay: Move ifwidth to struct hd44780_common
Lars Poeschel
5
-8
/
+9
2020-11-04
auxdisplay: Move hwidth and bwidth to struct hd44780_common
Lars Poeschel
6
-55
/
+67
2020-11-04
auxdisplay: Introduce hd44780_common.[ch]
Lars Poeschel
6
-17
/
+91
2020-11-04
auxdisplay: Use an enum for charlcd backlight on/off ops
Lars Poeschel
4
-4
/
+9
2020-11-02
Linux 5.10-rc2
Linus Torvalds
1
-1
/
+1
2020-11-01
Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-13
/
+30
2020-11-01
Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-16
/
+6
2020-11-01
Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+2
2020-11-01
Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-14
/
+10
2020-11-01
Merge tag 'char-misc-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
95
-26793
/
+34
2020-11-01
Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
250
-2493
/
+4134
2020-11-01
Merge tag 'staging-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-30
/
+49
2020-11-01
Merge tag 'tty-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
4
-38
/
+37
2020-11-01
Merge tag 'usb-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
22
-138
/
+195
2020-11-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
26
-76
/
+306
2020-11-01
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
6
-82
/
+157
2020-11-01
Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...
Linus Torvalds
23
-40
/
+40
2020-10-31
Merge tag 'dma-mapping-5.10-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-3
/
+3
2020-10-31
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
5
-21
/
+43
2020-10-31
KVM: vmx: remove unused variable
Paolo Bonzini
1
-2
/
+0
2020-10-31
KVM: selftests: Don't require THP to run tests
Andrew Jones
1
-7
/
+16
2020-10-31
KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work again
Vitaly Kuznetsov
3
-5
/
+5
2020-10-31
KVM: selftests: test behavior of unmapped L2 APIC-access address
Jim Mattson
5
-0
/
+159
2020-10-31
Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-block
Linus Torvalds
13
-236
/
+281
2020-10-31
printk: ringbuffer: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-31
net/smc: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-10-31
net/mlx5: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-10-31
mei: hw: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-3
/
+3
[next]