summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-01-09s390/raw3270: move EXPORT_SYMBOL() next to functionsSven Schnelle1-24/+23
2023-01-09s390/con3270: fix minor checkpatch issuesSven Schnelle1-11/+17
2023-01-09s390/con3270: use msecs_to_jiffies()Sven Schnelle1-1/+1
2023-01-09s390/con3270: fix multiple assignments in one lineSven Schnelle1-5/+10
2023-01-09s390/con3270: fix camelcase in enum membersSven Schnelle1-13/+13
2023-01-09s390/con3270: add key help to status areaSven Schnelle1-7/+33
2023-01-09s390/con3270: reduce highlight width to 3 bitsSven Schnelle1-14/+21
2023-01-09s390/con3270: reduce f_color and b_color attribute size to 4 bitSven Schnelle1-10/+18
2023-01-09s390/con3270: rewrite command line recallingSven Schnelle2-170/+74
2023-01-09s390/tty3270: use normal char buffer for prompt/inputSven Schnelle1-55/+81
2023-01-09s390/tty3270: convert lines during outputSven Schnelle2-238/+102
2023-01-09s390/con3270: generate status line during outputSven Schnelle1-39/+45
2023-01-09s390/tty3270: add 3270 datastream helpersSven Schnelle1-44/+53
2023-01-09s390/tty3270: move ASCII->EBCDIC conversion to convert_line()Sven Schnelle1-42/+42
2023-01-09s390/con3270: move tty3270_convert_line()Sven Schnelle1-162/+162
2023-01-09s390/raw3270: make raw3270_buffer_address() accept x/y coordinatesSven Schnelle3-15/+17
2023-01-09s390/tty3270: allocate screen with scrollbackSven Schnelle1-14/+21
2023-01-09s390/con3270: add helper to get number of tty rowsSven Schnelle1-23/+29
2023-01-09s390/tty3270: split up tty3270_convert_line()Sven Schnelle1-68/+93
2023-01-09s390/tty3270: resize terminal when the clear key is pressedSven Schnelle3-8/+27
2023-01-09s390/tty3270: move resize work to raw3270Sven Schnelle3-34/+42
2023-01-09s390/raw3270: add raw3270_start_request() helperSven Schnelle3-4/+17
2023-01-09s390/tty3270: add AID definesSven Schnelle2-2/+13
2023-01-09s390/tty3270: ignore NUL charactersSven Schnelle1-0/+2
2023-01-09s390/tty3270: add support for VT100 graphics escapeSven Schnelle1-4/+23
2023-01-09s390/tty3270: add support for graphic escapeSven Schnelle2-1/+44
2023-01-09s390/tty3270: add support for background colorSven Schnelle2-26/+80
2023-01-09s390/tty3270: add struct tty3270_attributeSven Schnelle1-56/+57
2023-01-09s390/raw3270: use __packed instead of __attribute__((packed))Sven Schnelle1-3/+3
2023-01-09s390/tty3270: use switch/case in tty3270_erase_display()Sven Schnelle1-16/+20
2023-01-09s390/tty3270: use switch/case in tty3270_erase_line()Sven Schnelle1-3/+10
2023-01-09s390/raw3270: fix formatting issuesSven Schnelle1-89/+51
2023-01-09s390/con3270: fix formatting issuesSven Schnelle1-114/+58
2023-01-09s390/tty3270: add support for diag 8cSven Schnelle1-0/+11
2023-01-09s390/tty3270: rename to con3270Sven Schnelle3-11/+3
2023-01-09s390/3270: unify con3270 + tty3270Sven Schnelle4-690/+158
2023-01-09s390/tty3270: add tty3270_create_view()Sven Schnelle1-24/+33
2023-01-07Merge tag 'devicetree-fixes-for-6.2-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-28/+32
2023-01-07Merge tag 'usb-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-6/+9
2023-01-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-20/+43
2023-01-07Merge tag 'drm-fixes-2023-01-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds26-153/+203
2023-01-07tpm: Allow system suspend to continue when TPM suspend failsJason A. Donenfeld1-1/+3
2023-01-07Merge tag 'block-2023-01-06' of git://git.kernel.dk/linuxLinus Torvalds10-0/+3003
2023-01-06Merge tag 'v6.2-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+1
2023-01-06usb: dwc3: gadget: Ignore End Transfer delay on teardownThinh Nguyen1-1/+4
2023-01-06usb: dwc3: xilinx: include linux/gpio/consumer.hArnd Bergmann1-0/+1
2023-01-06Merge tag 'drm-intel-fixes-2023-01-05' of git://anongit.freedesktop.org/drm/d...Daniel Vetter8-48/+80
2023-01-06usb: fotg210-udc: fix error return code in fotg210_udc_probe()Yang Yingliang1-0/+2
2023-01-06Merge tag 'thermal-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds63-345/+720