aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-11-04auxdisplay: Move init_display to hd44780_commonGravatar Lars Poeschel 6-89/+110
2020-11-04auxdisplay: Make use of enum for backlight on / offGravatar Lars Poeschel 1-3/+3
2020-11-04auxdisplay: make charlcd_backlight visible to hd44780_commonGravatar Lars Poeschel 2-1/+3
2020-11-04auxdisplay: Move clear_display to hd44780_commonGravatar Lars Poeschel 6-16/+37
2020-11-04auxdisplay: add home to charlcd_opsGravatar Lars Poeschel 6-1/+18
2020-11-04auxdisplay: provide hd44780_common_gotoxyGravatar Lars Poeschel 6-28/+43
2020-11-04auxdisplay: hd44780_common_printGravatar Lars Poeschel 5-13/+44
2020-11-04auxdisplay: Move addr out of charlcd_privGravatar Lars Poeschel 2-36/+31
2020-11-04auxdisplay: Move write_cmd pointers to hd44780 driversGravatar Lars Poeschel 5-42/+38
2020-11-04auxdisplay: Move write_data pointer to hd44780_commonGravatar Lars Poeschel 5-20/+22
2020-11-04auxdisplay: Move ifwidth to struct hd44780_commonGravatar Lars Poeschel 5-8/+9
2020-11-04auxdisplay: Move hwidth and bwidth to struct hd44780_commonGravatar Lars Poeschel 6-55/+67
2020-11-04auxdisplay: Introduce hd44780_common.[ch]Gravatar Lars Poeschel 6-17/+91
2020-11-04auxdisplay: Use an enum for charlcd backlight on/off opsGravatar Lars Poeschel 4-4/+9
2020-11-01Merge tag 'char-misc-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 80-22441/+34
2020-11-01Merge tag 'staging-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-30/+49
2020-11-01Merge tag 'tty-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 4-38/+37
2020-11-01Merge tag 'usb-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 21-137/+194
2020-10-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 3-82/+129
2020-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 6-10/+9
2020-10-31Merge tag 'dma-mapping-5.10-2' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-3/+3
2020-10-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 5-21/+43
2020-10-30Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 9-229/+259
2020-10-30mei: hw: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-3/+3
2020-10-30gve: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 2-4/+3
2020-10-30Bluetooth: btintel: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-10-30Merge tag 'libata-5.10-2020-10-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-10-30Merge tag 'arm-soc-fixes-v5.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 11-14/+37
2020-10-30Merge tag 'pnp-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-2/+2
2020-10-30Merge tag 'devprop-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+3
2020-10-30Merge tag 'acpi-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 3-15/+3
2020-10-30Merge tag 'pm-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 7-12/+24
2020-10-30Merge tag 'mmc-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Gravatar Linus Torvalds 3-2/+34
2020-10-30Merge tag 'drm-fixes-2020-10-30-1' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 41-199/+358
2020-10-30Merge branches 'acpi-button' and 'acpi-dock'Gravatar Rafael J. Wysocki 2-14/+2
2020-10-30Merge branches 'pm-cpuidle' and 'pm-sleep'Gravatar Rafael J. Wysocki 1-1/+1
2020-10-30Merge tag 'icc-5.10-rc2' of https://git.linaro.org/people/georgi.djakov/linux...Gravatar Greg Kroah-Hartman 6-13/+25
2020-10-30Merge tag 'usb-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Gravatar Greg Kroah-Hartman 3-83/+102
2020-10-30vdpasim: allow to assign a MAC addressGravatar Laurent Vivier 1-1/+13
2020-10-30vdpasim: fix MAC address configurationGravatar Laurent Vivier 1-1/+2
2020-10-30vdpa: handle irq bypass register failure caseGravatar Zhu Lingshan 1-0/+3
2020-10-30vdpa_sim: Fix DMA maskGravatar Laurent Vivier 1-1/+3
2020-10-30Revert "vhost-vdpa: fix page pinning leakage in error path"Gravatar Michael S. Tsirkin 1-71/+48
2020-10-30vdpa/mlx5: Fix error return in map_direct_mr()Gravatar Jing Xiangfeng 1-3/+2
2020-10-30vhost_vdpa: Return -EFAULT if copy_from_user() failsGravatar Dan Carpenter 1-5/+5
2020-10-30usb: cdns3: gadget: own the lock wrongly at the suspend routineGravatar Peter Chen 1-4/+7
2020-10-30usb: cdns3: Fix on-chip memory overflow issueGravatar Pawel Laszczak 3-76/+94
2020-10-30Merge tag 'drm-intel-fixes-2020-10-29' of git://anongit.freedesktop.org/drm/d...Gravatar Dave Airlie 5-2/+84
2020-10-30Merge branch 'linux-5.10' of git://github.com/skeggsb/linux into drm-fixesGravatar Dave Airlie 11-68/+145
2020-10-30Merge tag 'drm-misc-fixes-2020-10-29' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 12-53/+60