summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/uart.c
AgeCommit message (Expand)Author
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
2015-08-11greybus: uart: Drop get_version supportViresh Kumar
2015-08-10greybus: uart: Use (already defined) major/minor macrosViresh Kumar
2015-07-14greybus: uart: fix typo in defintionBryan O'Donoghue
2015-07-08greybus: properly cleanup ida and idr structures when shutting downGreg Kroah-Hartman
2015-07-01greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Viresh Kumar
2015-06-30greybus: uart: Update UART to reflect field size changesBryan O'Donoghue
2015-06-30greybus: uart: Add support for UART error signalsBryan O'Donoghue
2015-06-17greybus: uart: Latch modem control signals for tciomgetBryan O'Donoghue
2015-06-11greybus: uart: fix the clean up while uart initiates connection unsucessfullyPhong Tran
2015-06-09greybus: uart: remove the redundant unregister chrdevPhong Tran
2015-06-08greybus: uart: properly interpret receive data sizeAlex Elder
2015-06-04greybus: uart: Remove magic numbers make struct gb_tty variable names consistentBryan O'Donoghue
2015-06-04greybus: uart: Add gb_uart_request_recv for receiving async UART dataBryan O'Donoghue
2015-06-04greybus: uart: kmalloc for send_data once onlyBryan O'Donoghue
2015-06-04greybus: uart: send_data should return size or errorBryan O'Donoghue
2015-06-04greybus: uart: Update uart.c to register tty portsBryan O'Donoghue
2015-06-04greybus: uart: Reduce UART count from 255 to 16Bryan O'Donoghue
2015-06-04greybus: uart: Tidy naming convention to more closely match specBryan O'Donoghue
2015-06-04greybus: uart: Move UART protocol structs/defines to greybus_protocols.hBryan O'Donoghue
2015-06-04greybus: uart: Fix the memory leak in connection initPhong Tran
2015-05-20greybus: Use gb_gpbridge_protocol_init()Viresh Kumar
2015-05-07greybus: eliminate extra response flag definitionsAlex Elder
2015-03-17greybus: uart: remove packed-attribute from line-coding structJohan Hovold
2015-01-22greybus: remove unused version-response structsViresh Kumar