aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/uart.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-18staging: greybus: uart.c: Remove include linux/serial.hGravatar Darryl T. Agostinelli 1-1/+0
2017-03-07staging: greybus: Replace "is is" with "is"Gravatar simran singhal 1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2017-02-12staging: greybus: fix "line over 80 characters" coding style issuesGravatar Gioh Kim 1-3/+5
2017-01-27staging: greybus: uart: fix TIOCGSERIAL flagsGravatar Johan Hovold 1-1/+0
2016-11-10staging: greybus: use get_icount tty operationGravatar Johan Hovold 1-19/+12
2016-11-10staging: greybus: uart: fix invalid user-pointer checkGravatar Johan Hovold 1-3/+0
2016-10-30Merge 4.9-rc3 into staging-nextGravatar Greg Kroah-Hartman 1-1/+1
2016-10-17Staging: greybus: uart: constify tty_port_operations structureGravatar Bhumika Goyal 1-1/+1
2016-10-17Staging: greybus: uart: Use gbphy_dev->dev instead of bundle->devGravatar Viresh Kumar 1-1/+1
2016-09-22staging: greybus: uart.c: fix alignment to match open parenthesisGravatar Chaehyun Lim 1-14/+14
2016-09-22staging: greybus: uart.c: change 'unsigned' to 'unsigned int'Gravatar Chaehyun Lim 1-1/+1
2016-07-14greybus: uart: Add runtime pm supportGravatar Axel Haslam 1-0/+19
2016-06-29greybus: Revert "greybus: uart: don't use spin_lock_irq()"Gravatar Johan Hovold 1-3/+2
2016-06-23greybus: uart: don't use spin_lock_irq()Gravatar Viresh Kumar 1-2/+3
2016-06-23greybus: Revert "greybus: don't use spin_lock_irq()"Gravatar Greg Kroah-Hartman 1-3/+2
2016-06-23greybus: don't use spin_lock_irq()Gravatar Viresh Kumar 1-2/+3
2016-06-10greybus: Remove extra blank linesGravatar Viresh Kumar 1-3/+0
2016-06-10greybus: uart: Fix minor number leakGravatar Bryan O'Donoghue 1-0/+1
2016-05-31greybus: gbphy: Remove protocol specific version handlingGravatar Viresh Kumar 1-4/+0
2016-05-31greybus: uart: wait for credits on shutdownGravatar Axel Haslam 1-0/+31
2016-05-31greybus: uart: Implement flush_bufferGravatar Axel Haslam 1-0/+15
2016-05-31greybus: uart: Add credits based tracking for transmit pathGravatar Axel Haslam 1-1/+65
2016-05-31greybus: uart: Use a fifo to send data to the modulesGravatar Axel Haslam 1-18/+105
2016-05-31greybus: uart: Implement dtr_rts callback.Gravatar Axel Haslam 1-2/+20
2016-05-31greybus: uart: Handle CRTSCTS flag in termiosGravatar Axel Haslam 1-2/+8
2016-05-19greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereGravatar Sandeep Patil 1-24/+24
2016-05-18greybus: uart fix missing negation on DTR settingGravatar Axel Haslam 1-1/+1
2016-05-14greybus: uart: Create separate moduleGravatar Viresh Kumar 1-2/+7
2016-05-05greybus: uart: Kill reference_count hackGravatar Viresh Kumar 1-25/+26
2016-05-05greybus: UART: convert to a gpbridge driverGravatar Greg Kroah-Hartman 1-41/+73
2016-04-21greybus: uart: Update line coding settings only when neededGravatar Axel Haslam 1-1/+1
2016-03-22greybus: convert drivers to use connection->private set/getGravatar Greg Kroah-Hartman 1-6/+6
2016-03-03greybus: gpbridge.h: move protocol init/exit prototypesGravatar Greg Kroah-Hartman 1-0/+1
2016-02-24greybus: uart: fix incomplete receive-data sanity checksGravatar Johan Hovold 1-9/+24
2016-02-24greybus: uart: add missing serial-state sanity checkGravatar Johan Hovold 1-4/+22
2016-02-24greybus: uart: add max-payload sanity checkGravatar Johan Hovold 1-2/+8
2016-02-23greybus: uart: properly calculate max buffer sizeGravatar Greg Kroah-Hartman 1-6/+3
2016-02-05greybus: uart: fix double free of tty portGravatar Rui Miguel Silva 1-1/+0
2015-12-04greybus: Prefix hexadecimal values with 0x while printing themGravatar Viresh Kumar 1-1/+1
2015-10-15greybus: uart: use the bundle struct device instead of the connectorGravatar Greg Kroah-Hartman 1-5/+5
2015-08-11greybus: uart: Drop get_version supportGravatar Viresh Kumar 1-13/+3
2015-08-10greybus: uart: Use (already defined) major/minor macrosGravatar Viresh Kumar 1-2/+2
2015-07-14greybus: uart: fix typo in defintionGravatar Bryan O'Donoghue 1-1/+1
2015-07-08greybus: properly cleanup ida and idr structures when shutting downGravatar Greg Kroah-Hartman 1-0/+1
2015-07-01greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Gravatar Viresh Kumar 1-1/+1
2015-06-30greybus: uart: Update UART to reflect field size changesGravatar Bryan O'Donoghue 1-7/+7
2015-06-30greybus: uart: Add support for UART error signalsGravatar Bryan O'Donoghue 1-19/+40
2015-06-17greybus: uart: Latch modem control signals for tciomgetGravatar Bryan O'Donoghue 1-1/+1
2015-06-11greybus: uart: fix the clean up while uart initiates connection unsucessfullyGravatar Phong Tran 1-6/+12