summaryrefslogtreecommitdiff
path: root/drivers/staging/gdm724x/gdm_tty.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-21staging: gdm724x: Add blank line after declarationSoumya Negi1-0/+1
2023-08-22tty: gdm724x: use min_t() for size_t varable and a constantJiri Slaby (SUSE)1-3/+3
2023-08-11tty: gdm724x: simplify gdm_tty_write()Jiri Slaby (SUSE)1-6/+1
2023-08-11tty: gdm724x: convert counts to size_tJiri Slaby (SUSE)1-6/+5
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2022-11-22staging: gdm724x: Replace macro GDM_TTY_READY with static inline functionBrent Pappas1-5/+8
2022-07-25staging: gdm724x: drop unused CDC definesJohan Hovold1-6/+0
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-5/+4
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-03-10tty: make everyone's write_room return >= 0Jiri Slaby1-1/+1
2018-06-17Staging: gdm724x: use match_string() helperYisheng Xie1-13/+5
2018-04-26staging: gdm724x: remove redundant license informationGreg Kroah-Hartman1-12/+1
2018-04-26staging: gdm724x: add SPDX identifiers to all files.Greg Kroah-Hartman1-0/+1
2018-02-19Staging: gdm724x: tty: Remove unused macro 'gdm_tty_send_control'.Quytelda Kahja1-3/+0
2018-02-19Staging: gdm724x: tty: Remove unnecessary macro 'gdm_tty_recv'.Quytelda Kahja1-5/+6
2018-02-19Staging: gdm724x: tty: Remove unnecessary macro 'gdm_tty_send'.Quytelda Kahja1-9/+6
2017-03-09staging: gdm724x: Replace ternary operator with min macroGargi Sharma1-2/+1
2016-08-21Staging: gdm724x: gdm_tty: Fixed a checkpatch check issue.Samuele Baisi1-1/+0
2015-12-27staging: gdm724x: constify tty_port_operations structsAya Mahfouz1-1/+1
2015-10-25staging: gdm724x: correct kzalloc/kmalloc sizeof argumentIoana Ciornei1-1/+1
2015-10-25staging: gdm724x: add spaces around binary operatorsIoana Ciornei1-1/+1
2015-10-25stating: gdm724x: remove explicit NULL comparisonIoana Ciornei1-1/+1
2015-10-17Staging: gdm724x: Remove unnecessary cast on void pointerShraddha Barke1-1/+1
2014-07-18Staging: gdm724x: gdm_tty.c: fix missing blank line after variable declarationKiran Padwal1-0/+5
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-12Staging: gdm724x: fix line over 80 characters in gdm_tty.cEbru Akagunduz1-4/+8
2013-08-28staging: gdm7240: gdm_driver[] can be staticFengguang Wu1-2/+2
2013-08-20staging: gdm7240: a TTY rewrite according to the latest TTY APIsWon Kang1-26/+19
2013-08-20staging: gdm7240: a TTY rewrite according to the latest TTY APIsWon Kang1-155/+139
2013-07-25staging: gdm724x: Remove version.h header inclusion in gdm_tty.cSachin Kamat1-1/+0
2013-07-25staging: gdm724x: Update loggingJoe Perches1-3/+5
2013-07-25staging: gdm724x: remove unneeded TO_HOST_SUCCESS enumGreg Kroah-Hartman1-1/+1
2013-07-25staging: gdm724x: gdm_tty: fix tty api build warningsGreg Kroah-Hartman1-7/+5
2013-07-25staging: gdm7240: adding LTE USB driverWon Kang1-0/+367