aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/uart.c
AgeCommit message (Expand)Author
8 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen
2021-09-14staging: greybus: uart: fix tty use after freeJohan Hovold
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-06-15tty: make use of tty_get_{char,frame}_sizeJiri Slaby
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-04-07staging: greybus: uart: clean up TIOCGSERIALJohan Hovold
2021-04-07staging: greybus: uart: fix unprivileged TIOCCSERIALJohan Hovold
2021-04-07staging: greybus: uart: fix TIOCSSERIAL jiffies conversionsJohan Hovold
2020-05-25Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman
2020-05-15staging: greybus: uart: replace driver line-coding structJohan Hovold
2020-05-13staging: greybus: Fix uninitialized scalar variableOscar Carter
2019-08-27staging: greybus: move core include files to include/linux/greybus/Greg Kroah-Hartman
2018-11-09staging: greybus: remove space before tabIoannis Valasakis
2018-09-14greybus/uart: switch to ->[sg]et_serial()Al Viro
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2017-04-18staging: greybus: uart.c: Remove include linux/serial.hDarryl T. Agostinelli
2017-03-07staging: greybus: Replace "is is" with "is"simran singhal
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-12staging: greybus: fix "line over 80 characters" coding style issuesGioh Kim
2017-01-27staging: greybus: uart: fix TIOCGSERIAL flagsJohan Hovold
2016-11-10staging: greybus: use get_icount tty operationJohan Hovold
2016-11-10staging: greybus: uart: fix invalid user-pointer checkJohan Hovold
2016-10-30Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman
2016-10-17Staging: greybus: uart: constify tty_port_operations structureBhumika Goyal
2016-10-17Staging: greybus: uart: Use gbphy_dev->dev instead of bundle->devViresh Kumar
2016-09-22staging: greybus: uart.c: fix alignment to match open parenthesisChaehyun Lim
2016-09-22staging: greybus: uart.c: change 'unsigned' to 'unsigned int'Chaehyun Lim
2016-07-14greybus: uart: Add runtime pm supportAxel Haslam
2016-06-29greybus: Revert "greybus: uart: don't use spin_lock_irq()"Johan Hovold
2016-06-23greybus: uart: don't use spin_lock_irq()Viresh Kumar
2016-06-23greybus: Revert "greybus: don't use spin_lock_irq()"Greg Kroah-Hartman
2016-06-23greybus: don't use spin_lock_irq()Viresh Kumar
2016-06-10greybus: Remove extra blank linesViresh Kumar
2016-06-10greybus: uart: Fix minor number leakBryan O'Donoghue
2016-05-31greybus: gbphy: Remove protocol specific version handlingViresh Kumar
2016-05-31greybus: uart: wait for credits on shutdownAxel Haslam
2016-05-31greybus: uart: Implement flush_bufferAxel Haslam
2016-05-31greybus: uart: Add credits based tracking for transmit pathAxel Haslam
2016-05-31greybus: uart: Use a fifo to send data to the modulesAxel Haslam
2016-05-31greybus: uart: Implement dtr_rts callback.Axel Haslam
2016-05-31greybus: uart: Handle CRTSCTS flag in termiosAxel Haslam
2016-05-19greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereSandeep Patil
2016-05-18greybus: uart fix missing negation on DTR settingAxel Haslam
2016-05-14greybus: uart: Create separate moduleViresh Kumar
2016-05-05greybus: uart: Kill reference_count hackViresh Kumar