index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
greybus
/
uart.c
Age
Commit message (
Expand
)
Author
2016-10-17
Staging: greybus: uart: Use gbphy_dev->dev instead of bundle->dev
Viresh Kumar
2016-09-22
staging: greybus: uart.c: fix alignment to match open parenthesis
Chaehyun Lim
2016-09-22
staging: greybus: uart.c: change 'unsigned' to 'unsigned int'
Chaehyun Lim
2016-07-14
greybus: uart: Add runtime pm support
Axel Haslam
2016-06-29
greybus: Revert "greybus: uart: don't use spin_lock_irq()"
Johan Hovold
2016-06-23
greybus: uart: don't use spin_lock_irq()
Viresh Kumar
2016-06-23
greybus: Revert "greybus: don't use spin_lock_irq()"
Greg Kroah-Hartman
2016-06-23
greybus: don't use spin_lock_irq()
Viresh Kumar
2016-06-10
greybus: Remove extra blank lines
Viresh Kumar
2016-06-10
greybus: uart: Fix minor number leak
Bryan O'Donoghue
2016-05-31
greybus: gbphy: Remove protocol specific version handling
Viresh Kumar
2016-05-31
greybus: uart: wait for credits on shutdown
Axel Haslam
2016-05-31
greybus: uart: Implement flush_buffer
Axel Haslam
2016-05-31
greybus: uart: Add credits based tracking for transmit path
Axel Haslam
2016-05-31
greybus: uart: Use a fifo to send data to the modules
Axel Haslam
2016-05-31
greybus: uart: Implement dtr_rts callback.
Axel Haslam
2016-05-31
greybus: uart: Handle CRTSCTS flag in termios
Axel Haslam
2016-05-19
greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhere
Sandeep Patil
2016-05-18
greybus: uart fix missing negation on DTR setting
Axel Haslam
2016-05-14
greybus: uart: Create separate module
Viresh Kumar
2016-05-05
greybus: uart: Kill reference_count hack
Viresh Kumar
2016-05-05
greybus: UART: convert to a gpbridge driver
Greg Kroah-Hartman
2016-04-21
greybus: uart: Update line coding settings only when needed
Axel Haslam
2016-03-22
greybus: convert drivers to use connection->private set/get
Greg Kroah-Hartman
2016-03-03
greybus: gpbridge.h: move protocol init/exit prototypes
Greg Kroah-Hartman
2016-02-24
greybus: uart: fix incomplete receive-data sanity checks
Johan Hovold
2016-02-24
greybus: uart: add missing serial-state sanity check
Johan Hovold
2016-02-24
greybus: uart: add max-payload sanity check
Johan Hovold
2016-02-23
greybus: uart: properly calculate max buffer size
Greg Kroah-Hartman
2016-02-05
greybus: uart: fix double free of tty port
Rui Miguel Silva
2015-12-04
greybus: Prefix hexadecimal values with 0x while printing them
Viresh Kumar
2015-10-15
greybus: uart: use the bundle struct device instead of the connector
Greg Kroah-Hartman
2015-08-11
greybus: uart: Drop get_version support
Viresh Kumar
2015-08-10
greybus: uart: Use (already defined) major/minor macros
Viresh Kumar
2015-07-14
greybus: uart: fix typo in defintion
Bryan O'Donoghue
2015-07-08
greybus: properly cleanup ida and idr structures when shutting down
Greg Kroah-Hartman
2015-07-01
greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()
Viresh Kumar
2015-06-30
greybus: uart: Update UART to reflect field size changes
Bryan O'Donoghue
2015-06-30
greybus: uart: Add support for UART error signals
Bryan O'Donoghue
2015-06-17
greybus: uart: Latch modem control signals for tciomget
Bryan O'Donoghue
2015-06-11
greybus: uart: fix the clean up while uart initiates connection unsucessfully
Phong Tran
2015-06-09
greybus: uart: remove the redundant unregister chrdev
Phong Tran
2015-06-08
greybus: uart: properly interpret receive data size
Alex Elder
2015-06-04
greybus: uart: Remove magic numbers make struct gb_tty variable names consistent
Bryan O'Donoghue
2015-06-04
greybus: uart: Add gb_uart_request_recv for receiving async UART data
Bryan O'Donoghue
2015-06-04
greybus: uart: kmalloc for send_data once only
Bryan O'Donoghue
2015-06-04
greybus: uart: send_data should return size or error
Bryan O'Donoghue
2015-06-04
greybus: uart: Update uart.c to register tty ports
Bryan O'Donoghue
2015-06-04
greybus: uart: Reduce UART count from 255 to 16
Bryan O'Donoghue
2015-06-04
greybus: uart: Tidy naming convention to more closely match spec
Bryan O'Donoghue
[next]