summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/uart.c
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-241-0/+1
* 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
* tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen2023-01-191-2/+2
* tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-191-1/+1
* tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* staging: greybus: uart: fix tty use after freeJohan Hovold2021-09-141-30/+32
* tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
* tty: make use of tty_get_{char,frame}_sizeJiri Slaby2021-06-151-15/+1
* tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-2/+2
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* staging: greybus: uart: clean up TIOCGSERIALJohan Hovold2021-04-071-3/+0
* staging: greybus: uart: fix unprivileged TIOCCSERIALJohan Hovold2021-04-071-2/+0
* staging: greybus: uart: fix TIOCSSERIAL jiffies conversionsJohan Hovold2021-04-071-4/+7
* Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman2020-05-251-2/+2
|\
| * staging: greybus: Fix uninitialized scalar variableOscar Carter2020-05-131-2/+2
* | staging: greybus: uart: replace driver line-coding structJohan Hovold2020-05-151-15/+4
|/
* staging: greybus: move core include files to include/linux/greybus/Greg Kroah-Hartman2019-08-271-1/+1
* staging: greybus: remove space before tabIoannis Valasakis2018-11-091-2/+2
* greybus/uart: switch to ->[sg]et_serial()Al Viro2018-09-141-29/+18
* staging: greybus: Remove redundant license textGreg Kroah-Hartman2017-11-111-2/+0
* staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-111-0/+1
* staging: greybus: uart.c: Remove include linux/serial.hDarryl T. Agostinelli2017-04-181-1/+0
* staging: greybus: Replace "is is" with "is"simran singhal2017-03-071-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* staging: greybus: fix "line over 80 characters" coding style issuesGioh Kim2017-02-121-3/+5
* staging: greybus: uart: fix TIOCGSERIAL flagsJohan Hovold2017-01-271-1/+0
* staging: greybus: use get_icount tty operationJohan Hovold2016-11-101-19/+12
* staging: greybus: uart: fix invalid user-pointer checkJohan Hovold2016-11-101-3/+0
* Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman2016-10-301-1/+1
|\
| * Staging: greybus: uart: Use gbphy_dev->dev instead of bundle->devViresh Kumar2016-10-171-1/+1
* | Staging: greybus: uart: constify tty_port_operations structureBhumika Goyal2016-10-171-1/+1
|/
* staging: greybus: uart.c: fix alignment to match open parenthesisChaehyun Lim2016-09-221-14/+14
* staging: greybus: uart.c: change 'unsigned' to 'unsigned int'Chaehyun Lim2016-09-221-1/+1
* greybus: uart: Add runtime pm supportAxel Haslam2016-07-141-0/+19
* greybus: Revert "greybus: uart: don't use spin_lock_irq()"Johan Hovold2016-06-291-3/+2
* greybus: uart: don't use spin_lock_irq()Viresh Kumar2016-06-231-2/+3
* greybus: Revert "greybus: don't use spin_lock_irq()"Greg Kroah-Hartman2016-06-231-3/+2
* greybus: don't use spin_lock_irq()Viresh Kumar2016-06-231-2/+3
* greybus: Remove extra blank linesViresh Kumar2016-06-101-3/+0
* greybus: uart: Fix minor number leakBryan O'Donoghue2016-06-101-0/+1
* greybus: gbphy: Remove protocol specific version handlingViresh Kumar2016-05-311-4/+0
* greybus: uart: wait for credits on shutdownAxel Haslam2016-05-311-0/+31
* greybus: uart: Implement flush_bufferAxel Haslam2016-05-311-0/+15
* greybus: uart: Add credits based tracking for transmit pathAxel Haslam2016-05-311-1/+65
* greybus: uart: Use a fifo to send data to the modulesAxel Haslam2016-05-311-18/+105
* greybus: uart: Implement dtr_rts callback.Axel Haslam2016-05-311-2/+20
* greybus: uart: Handle CRTSCTS flag in termiosAxel Haslam2016-05-311-2/+8
* greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereSandeep Patil2016-05-191-24/+24
* greybus: uart fix missing negation on DTR settingAxel Haslam2016-05-181-1/+1