aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/uart.c
AgeCommit message (Expand)Author
2021-09-30staging: greybus: uart: fix tty use after freeJohan Hovold
2021-05-14staging: greybus: uart: fix unprivileged TIOCCSERIALJohan Hovold
2021-05-14staging: greybus: uart: fix TIOCSSERIAL jiffies conversionsJohan Hovold
2020-05-27staging: 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
2016-05-05greybus: UART: convert to a gpbridge driverGreg Kroah-Hartman
2016-04-21greybus: uart: Update line coding settings only when neededAxel Haslam
2016-03-22greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman
2016-03-03greybus: gpbridge.h: move protocol init/exit prototypesGreg Kroah-Hartman
2016-02-24greybus: uart: fix incomplete receive-data sanity checksJohan Hovold
2016-02-24greybus: uart: add missing serial-state sanity checkJohan Hovold
2016-02-24greybus: uart: add max-payload sanity checkJohan Hovold
2016-02-23greybus: uart: properly calculate max buffer sizeGreg Kroah-Hartman
2016-02-05greybus: uart: fix double free of tty portRui Miguel Silva
2015-12-04greybus: Prefix hexadecimal values with 0x while printing themViresh Kumar
2015-10-15greybus: uart: use the bundle struct device instead of the connectorGreg Kroah-Hartman