summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-071-1/+1
|\
| * i2c: xgene-slimpro: Fix wrong pointer passed to PTR_ERR()Wei Yongjun2021-11-061-1/+1
* | Merge tag 'auxdisplay-for-linus-v5.16' of git://github.com/ojeda/linuxLinus Torvalds2021-11-078-283/+752
|\ \
| * | auxdisplay: cfag12864bfb: code indent should use tabs where possibleHuiquan Deng2021-10-221-3/+3
| * | auxdisplay: ht16k33: remove superfluous header filesMianhan Liu2021-10-221-1/+0
| * | auxdisplay: ks0108: remove superfluous header filesMianhan Liu2021-10-221-3/+0
| * | auxdisplay: cfag12864bfb: remove superfluous header filesMianhan Liu2021-10-221-3/+0
| * | auxdisplay: ht16k33: Make use of device propertiesGeert Uytterhoeven2021-10-212-16/+13
| * | auxdisplay: ht16k33: Add LED supportGeert Uytterhoeven2021-10-212-16/+112
| * | auxdisplay: ht16k33: Add support for segment displaysGeert Uytterhoeven2021-10-212-7/+190
| * | auxdisplay: ht16k33: Extract frame buffer probingGeert Uytterhoeven2021-10-211-48/+53
| * | auxdisplay: ht16k33: Extract ht16k33_brightness_set()Geert Uytterhoeven2021-10-211-6/+19
| * | auxdisplay: ht16k33: Move delayed workGeert Uytterhoeven2021-10-211-8/+7
| * | auxdisplay: ht16k33: Add helper variable devGeert Uytterhoeven2021-10-211-21/+22
| * | auxdisplay: ht16k33: Convert to simple i2c probe functionGeert Uytterhoeven2021-10-211-3/+2
| * | auxdisplay: ht16k33: Remove unneeded error check in keypad probe()Geert Uytterhoeven2021-10-211-5/+1
| * | auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()Geert Uytterhoeven2021-10-211-1/+1
| * | auxdisplay: ht16k33: Fix frame buffer device blankingGeert Uytterhoeven2021-10-211-0/+10
| * | auxdisplay: ht16k33: Connect backlight to fbdevGeert Uytterhoeven2021-10-211-28/+28
| * | auxdisplay: linedisp: Add support for changing scroll rateGeert Uytterhoeven2021-10-211-2/+35
| * | auxdisplay: linedisp: Use kmemdup_nul() helperGeert Uytterhoeven2021-10-211-4/+1
| * | auxdisplay: Extract character line display core supportGeert Uytterhoeven2021-10-215-174/+312
| * | auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit()Geert Uytterhoeven2021-10-211-1/+1
| * | auxdisplay: img-ascii-lcd: Add helper variable devGeert Uytterhoeven2021-10-211-7/+6
| * | auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty stringGeert Uytterhoeven2021-10-211-0/+10
* | | Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-0625-158/+237
|\ \ \
| * | | s390/ap: function rework based on compiler warningHarald Freudenberger2021-10-261-0/+3
| * | | s390/cio: make ccw_device_dma_* more robustHalil Pasic2021-10-261-1/+11
| * | | s390/vfio-ap: s390/crypto: fix all kernel-doc warningsTony Krowiak2021-10-263-20/+44
| * | | s390/hmcdrv: fix kernel doc commentsHeiko Carstens2021-10-261-0/+3
| * | | s390/ap: new module option ap.useirqHarald Freudenberger2021-10-261-1/+5
| * | | s390/sclp: sort out physical vs virtual pointers usageAlexander Gordeev2021-10-264-9/+14
| * | | s390/zcrypt: rework of debug feature messagesHarald Freudenberger2021-10-2610-117/+116
| * | | s390/ap: Fix hanging ioctl caused by orphaned repliesHarald Freudenberger2021-10-261-0/+2
| * | | Merge branch 'fixes' into featuresVasily Gorbik2021-10-261-8/+1
| |\ \ \
| * | | | s390/block/scm_blk: add error handling support for add_disk()Luis Chamberlain2021-10-041-1/+6
| * | | | s390/block/dcssblk: add error handling support for add_disk()Gerald Schaefer2021-10-041-1/+7
| * | | | s390/block/dasd_genhd: add error handling support for add_disk()Luis Chamberlain2021-10-041-2/+8
| * | | | s390/sclp_vt220: fix unused function warningRandy Dunlap2021-10-041-2/+2
| * | | | s390/sclp_sd: fix warnings about missing parameter descriptionPeter Oberparleiter2021-10-041-1/+8
| * | | | s390/cio: derive cdev information only for IO-subchannelsVineeth Vijayan2021-10-041-3/+6
| * | | | s390/cio: unregister the subchannel while purgingVineeth Vijayan2021-10-041-0/+2
* | | | | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-0697-1146/+3410
|\ \ \ \ \
| * \ \ \ \ Merge branch 'remotes/lorenzo/pci/xgene'Bjorn Helgaas2021-11-051-2/+1
| |\ \ \ \ \
| | * | | | | PCI: xgene: Use PCI_VENDOR_ID_AMCC macroPali Rohár2021-09-301-2/+1
| * | | | | | Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2021-11-052-10/+37
| |\ \ \ \ \ \
| | * | | | | | PCI: vmd: depend on !UMLJohannes Berg2021-10-131-1/+1
| | * | | | | | PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is enabled by...Adrian Huang2021-10-121-1/+3
| | * | | | | | PCI: vmd: Assign a number to each VMD controllerChunguang Xu2021-10-071-8/+33
| | |/ / / / /
| * | | | | | Merge branch 'pci/host/rcar'Bjorn Helgaas2021-11-052-6/+1
| |\ \ \ \ \ \