summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm724x/gdm_tty.c
Commit message (Expand)AuthorAgeFilesLines
* staging: gdm724x: Add blank line after declarationSoumya Negi2023-10-211-0/+1
* tty: gdm724x: use min_t() for size_t varable and a constantJiri Slaby (SUSE)2023-08-221-3/+3
* tty: gdm724x: simplify gdm_tty_write()Jiri Slaby (SUSE)2023-08-111-6/+1
* tty: gdm724x: convert counts to size_tJiri Slaby (SUSE)2023-08-111-6/+5
* tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+1
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
* staging: gdm724x: Replace macro GDM_TTY_READY with static inline functionBrent Pappas2022-11-221-5/+8
* staging: gdm724x: drop unused CDC definesJohan Hovold2022-07-251-6/+0
* tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
* tty: stop using alloc_tty_driverJiri Slaby2021-07-271-5/+4
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* tty: make everyone's write_room return >= 0Jiri Slaby2021-03-101-1/+1
* Staging: gdm724x: use match_string() helperYisheng Xie2018-06-171-13/+5
* staging: gdm724x: remove redundant license informationGreg Kroah-Hartman2018-04-261-12/+1
* staging: gdm724x: add SPDX identifiers to all files.Greg Kroah-Hartman2018-04-261-0/+1
* Staging: gdm724x: tty: Remove unused macro 'gdm_tty_send_control'.Quytelda Kahja2018-02-191-3/+0
* Staging: gdm724x: tty: Remove unnecessary macro 'gdm_tty_recv'.Quytelda Kahja2018-02-191-5/+6
* Staging: gdm724x: tty: Remove unnecessary macro 'gdm_tty_send'.Quytelda Kahja2018-02-191-9/+6
* staging: gdm724x: Replace ternary operator with min macroGargi Sharma2017-03-091-2/+1
* Staging: gdm724x: gdm_tty: Fixed a checkpatch check issue.Samuele Baisi2016-08-211-1/+0
* staging: gdm724x: constify tty_port_operations structsAya Mahfouz2015-12-261-1/+1
* staging: gdm724x: correct kzalloc/kmalloc sizeof argumentIoana Ciornei2015-10-241-1/+1
* staging: gdm724x: add spaces around binary operatorsIoana Ciornei2015-10-241-1/+1
* stating: gdm724x: remove explicit NULL comparisonIoana Ciornei2015-10-241-1/+1
* Staging: gdm724x: Remove unnecessary cast on void pointerShraddha Barke2015-10-161-1/+1
* Staging: gdm724x: gdm_tty.c: fix missing blank line after variable declarationKiran Padwal2014-07-171-0/+5
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0
* Staging: gdm724x: fix line over 80 characters in gdm_tty.cEbru Akagunduz2013-10-111-4/+8
* staging: gdm7240: gdm_driver[] can be staticFengguang Wu2013-08-271-2/+2
* staging: gdm7240: a TTY rewrite according to the latest TTY APIsWon Kang2013-08-191-26/+19
* staging: gdm7240: a TTY rewrite according to the latest TTY APIsWon Kang2013-08-191-155/+139
* staging: gdm724x: Remove version.h header inclusion in gdm_tty.cSachin Kamat2013-07-251-1/+0
* staging: gdm724x: Update loggingJoe Perches2013-07-241-3/+5
* staging: gdm724x: remove unneeded TO_HOST_SUCCESS enumGreg Kroah-Hartman2013-07-241-1/+1
* staging: gdm724x: gdm_tty: fix tty api build warningsGreg Kroah-Hartman2013-07-241-7/+5
* staging: gdm7240: adding LTE USB driverWon Kang2013-07-241-0/+367