aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/uart.c
Commit message (Expand)AuthorAge
* Staging: greybus: uart: Use gbphy_dev->dev instead of bundle->devViresh Kumar2016-10-17
* staging: greybus: uart.c: fix alignment to match open parenthesisChaehyun Lim2016-09-22
* staging: greybus: uart.c: change 'unsigned' to 'unsigned int'Chaehyun Lim2016-09-22
* greybus: uart: Add runtime pm supportAxel Haslam2016-07-14
* greybus: Revert "greybus: uart: don't use spin_lock_irq()"Johan Hovold2016-06-29
* greybus: uart: don't use spin_lock_irq()Viresh Kumar2016-06-23
* greybus: Revert "greybus: don't use spin_lock_irq()"Greg Kroah-Hartman2016-06-23
* greybus: don't use spin_lock_irq()Viresh Kumar2016-06-23
* greybus: Remove extra blank linesViresh Kumar2016-06-10
* greybus: uart: Fix minor number leakBryan O'Donoghue2016-06-10
* greybus: gbphy: Remove protocol specific version handlingViresh Kumar2016-06-01
* greybus: uart: wait for credits on shutdownAxel Haslam2016-05-31
* greybus: uart: Implement flush_bufferAxel Haslam2016-05-31
* greybus: uart: Add credits based tracking for transmit pathAxel Haslam2016-05-31
* greybus: uart: Use a fifo to send data to the modulesAxel Haslam2016-05-31
* greybus: uart: Implement dtr_rts callback.Axel Haslam2016-05-31
* greybus: uart: Handle CRTSCTS flag in termiosAxel Haslam2016-05-31
* greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereSandeep Patil2016-05-19
* greybus: uart fix missing negation on DTR settingAxel Haslam2016-05-18
* greybus: uart: Create separate moduleViresh Kumar2016-05-14
* greybus: uart: Kill reference_count hackViresh Kumar2016-05-05
* greybus: UART: convert to a gpbridge driverGreg Kroah-Hartman2016-05-05
* greybus: uart: Update line coding settings only when neededAxel Haslam2016-04-20
* greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman2016-03-22
* greybus: gpbridge.h: move protocol init/exit prototypesGreg Kroah-Hartman2016-03-03
* greybus: uart: fix incomplete receive-data sanity checksJohan Hovold2016-02-24
* greybus: uart: add missing serial-state sanity checkJohan Hovold2016-02-24
* greybus: uart: add max-payload sanity checkJohan Hovold2016-02-24
* greybus: uart: properly calculate max buffer sizeGreg Kroah-Hartman2016-02-24
* greybus: uart: fix double free of tty portRui Miguel Silva2016-02-05
* greybus: Prefix hexadecimal values with 0x while printing themViresh Kumar2015-12-04
* greybus: uart: use the bundle struct device instead of the connectorGreg Kroah-Hartman2015-10-15
* greybus: uart: Drop get_version supportViresh Kumar2015-08-11
* greybus: uart: Use (already defined) major/minor macrosViresh Kumar2015-08-10
* greybus: uart: fix typo in defintionBryan O'Donoghue2015-07-14
* greybus: properly cleanup ida and idr structures when shutting downGreg Kroah-Hartman2015-07-08
* greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Viresh Kumar2015-07-01
* greybus: uart: Update UART to reflect field size changesBryan O'Donoghue2015-06-30
* greybus: uart: Add support for UART error signalsBryan O'Donoghue2015-06-30
* greybus: uart: Latch modem control signals for tciomgetBryan O'Donoghue2015-06-17
* greybus: uart: fix the clean up while uart initiates connection unsucessfullyPhong Tran2015-06-11
* greybus: uart: remove the redundant unregister chrdevPhong Tran2015-06-09
* greybus: uart: properly interpret receive data sizeAlex Elder2015-06-08
* greybus: uart: Remove magic numbers make struct gb_tty variable names consistentBryan O'Donoghue2015-06-04
* greybus: uart: Add gb_uart_request_recv for receiving async UART dataBryan O'Donoghue2015-06-04
* greybus: uart: kmalloc for send_data once onlyBryan O'Donoghue2015-06-04
* greybus: uart: send_data should return size or errorBryan O'Donoghue2015-06-04
* greybus: uart: Update uart.c to register tty portsBryan O'Donoghue2015-06-04
* greybus: uart: Reduce UART count from 255 to 16Bryan O'Donoghue2015-06-04
* greybus: uart: Tidy naming convention to more closely match specBryan O'Donoghue2015-06-04