summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/uart.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* greybus: uart: Create separate moduleViresh Kumar2016-05-141-2/+7
* greybus: uart: Kill reference_count hackViresh Kumar2016-05-051-25/+26
* greybus: UART: convert to a gpbridge driverGreg Kroah-Hartman2016-05-051-41/+73
* greybus: uart: Update line coding settings only when neededAxel Haslam2016-04-211-1/+1
* greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman2016-03-221-6/+6
* greybus: gpbridge.h: move protocol init/exit prototypesGreg Kroah-Hartman2016-03-031-0/+1
* greybus: uart: fix incomplete receive-data sanity checksJohan Hovold2016-02-241-9/+24
* greybus: uart: add missing serial-state sanity checkJohan Hovold2016-02-241-4/+22
* greybus: uart: add max-payload sanity checkJohan Hovold2016-02-241-2/+8
* greybus: uart: properly calculate max buffer sizeGreg Kroah-Hartman2016-02-231-6/+3
* greybus: uart: fix double free of tty portRui Miguel Silva2016-02-051-1/+0
* greybus: Prefix hexadecimal values with 0x while printing themViresh Kumar2015-12-041-1/+1
* greybus: uart: use the bundle struct device instead of the connectorGreg Kroah-Hartman2015-10-151-5/+5
* greybus: uart: Drop get_version supportViresh Kumar2015-08-111-13/+3
* greybus: uart: Use (already defined) major/minor macrosViresh Kumar2015-08-101-2/+2
* greybus: uart: fix typo in defintionBryan O'Donoghue2015-07-141-1/+1
* greybus: properly cleanup ida and idr structures when shutting downGreg Kroah-Hartman2015-07-081-0/+1
* greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Viresh Kumar2015-07-011-1/+1
* greybus: uart: Update UART to reflect field size changesBryan O'Donoghue2015-06-301-7/+7
* greybus: uart: Add support for UART error signalsBryan O'Donoghue2015-06-301-19/+40
* greybus: uart: Latch modem control signals for tciomgetBryan O'Donoghue2015-06-171-1/+1
* greybus: uart: fix the clean up while uart initiates connection unsucessfullyPhong Tran2015-06-111-6/+12
* greybus: uart: remove the redundant unregister chrdevPhong Tran2015-06-091-4/+0
* greybus: uart: properly interpret receive data sizeAlex Elder2015-06-081-4/+6
* greybus: uart: Remove magic numbers make struct gb_tty variable names consistentBryan O'Donoghue2015-06-041-6/+7
* greybus: uart: Add gb_uart_request_recv for receiving async UART dataBryan O'Donoghue2015-06-041-1/+42
* greybus: uart: kmalloc for send_data once onlyBryan O'Donoghue2015-06-041-11/+22
* greybus: uart: send_data should return size or errorBryan O'Donoghue2015-06-041-5/+7
* greybus: uart: Update uart.c to register tty portsBryan O'Donoghue2015-06-041-1/+7
* greybus: uart: Reduce UART count from 255 to 16Bryan O'Donoghue2015-06-041-1/+1
* greybus: uart: Tidy naming convention to more closely match specBryan O'Donoghue2015-06-041-9/+15
* greybus: uart: Move UART protocol structs/defines to greybus_protocols.hBryan O'Donoghue2015-06-041-66/+0
* greybus: uart: Fix the memory leak in connection initPhong Tran2015-06-041-2/+4
* greybus: Use gb_gpbridge_protocol_init()Viresh Kumar2015-05-201-9/+1
* greybus: eliminate extra response flag definitionsAlex Elder2015-05-071-2/+1
* greybus: uart: remove packed-attribute from line-coding structJohan Hovold2015-03-171-1/+1
* greybus: remove unused version-response structsViresh Kumar2015-01-221-5/+0
* greybus: create get_version() routines with the help of a macroViresh Kumar2015-01-221-27/+2
* greybus: uart: s/REQ/TYPEViresh Kumar2015-01-221-13/+13
* greybus: Remove "-gb" suffix from .c filesViresh Kumar2015-01-221-0/+787
OpenPOWER on IntegriCloud