greybus: Revert "greybus: don't use spin_lock_irq()"
[cascardo/linux.git] / drivers / staging / greybus / uart.c
2016-06-23 Greg Kroah-Hartmangreybus: Revert "greybus: don't use spin_lock_irq()"
2016-06-23 Viresh Kumargreybus: don't use spin_lock_irq()
2016-06-10 Viresh Kumargreybus: Remove extra blank lines
2016-06-10 Bryan O'Donoghuegreybus: uart: Fix minor number leak
2016-06-01 Viresh Kumargreybus: gbphy: Remove protocol specific version handling
2016-06-01 Axel Haslamgreybus: uart: wait for credits on shutdown
2016-06-01 Axel Haslamgreybus: uart: Implement flush_buffer
2016-06-01 Axel Haslamgreybus: uart: Add credits based tracking for transmit...
2016-06-01 Axel Haslamgreybus: uart: Use a fifo to send data to the modules
2016-06-01 Axel Haslamgreybus: uart: Implement dtr_rts callback.
2016-06-01 Axel Haslamgreybus: uart: Handle CRTSCTS flag in termios
2016-05-19 Sandeep Patilgreybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhere
2016-05-18 Axel Haslamgreybus: uart fix missing negation on DTR setting
2016-05-14 Viresh Kumargreybus: uart: Create separate module
2016-05-05 Viresh Kumargreybus: uart: Kill reference_count hack
2016-05-05 Greg Kroah-Hartmangreybus: UART: convert to a gpbridge driver
2016-04-21 Axel Haslamgreybus: uart: Update line coding settings only when...
2016-03-22 Greg Kroah-Hartmangreybus: convert drivers to use connection->private...
2016-03-03 Greg Kroah-Hartmangreybus: gpbridge.h: move protocol init/exit prototypes
2016-02-25 Johan Hovoldgreybus: uart: fix incomplete receive-data sanity checks
2016-02-25 Johan Hovoldgreybus: uart: add missing serial-state sanity check
2016-02-25 Johan Hovoldgreybus: uart: add max-payload sanity check
2016-02-24 Greg Kroah-Hartmangreybus: uart: properly calculate max buffer size
2016-02-06 Rui Miguel Silvagreybus: uart: fix double free of tty port
2015-12-05 Viresh Kumargreybus: Prefix hexadecimal values with 0x while printi...
2015-10-15 Greg Kroah-Hartmangreybus: uart: use the bundle struct device instead...
2015-08-12 Greg Kroah-Hartmangreybus: Merge branch 'master' into branch 'svc'.
2015-08-12 Viresh Kumargreybus: uart: Drop get_version support
2015-08-11 Viresh Kumargreybus: uart: Use (already defined) major/minor macros
2015-07-14 Bryan O'Donoghuegreybus: uart: fix typo in defintion
2015-07-08 Greg Kroah-Hartmangreybus: properly cleanup ida and idr structures when...
2015-07-01 Viresh Kumargreybus: Rename gb_gpbridge_protocol_driver() as gb_bui...
2015-07-01 Bryan O'Donoghuegreybus: uart: Update UART to reflect field size changes
2015-07-01 Bryan O'Donoghuegreybus: uart: Add support for UART error signals
2015-06-17 Bryan O'Donoghuegreybus: uart: Latch modem control signals for tciomget
2015-06-11 Phong Trangreybus: uart: fix the clean up while uart initiates...
2015-06-09 Phong Trangreybus: uart: remove the redundant unregister chrdev
2015-06-08 Alex Eldergreybus: uart: properly interpret receive data size
2015-06-04 Bryan O'Donoghuegreybus: uart: Remove magic numbers make struct gb_tty...
2015-06-04 Bryan O'Donoghuegreybus: uart: Add gb_uart_request_recv for receiving...
2015-06-04 Bryan O'Donoghuegreybus: uart: kmalloc for send_data once only
2015-06-04 Bryan O'Donoghuegreybus: uart: send_data should return size or error
2015-06-04 Bryan O'Donoghuegreybus: uart: Update uart.c to register tty ports
2015-06-04 Bryan O'Donoghuegreybus: uart: Reduce UART count from 255 to 16
2015-06-04 Bryan O'Donoghuegreybus: uart: Tidy naming convention to more closely...
2015-06-04 Bryan O'Donoghuegreybus: uart: Move UART protocol structs/defines to...
2015-06-04 Phong Trangreybus: uart: Fix the memory leak in connection init
2015-05-21 Viresh Kumargreybus: Use gb_gpbridge_protocol_init()
2015-05-07 Alex Eldergreybus: eliminate extra response flag definitions
2015-03-17 Johan Hovoldgreybus: uart: remove packed-attribute from line-coding...
2015-01-22 Viresh Kumargreybus: remove unused version-response structs
2015-01-22 Viresh Kumargreybus: create get_version() routines with the help...
2015-01-22 Viresh Kumargreybus: uart: s/REQ/TYPE
2015-01-22 Viresh Kumargreybus: Remove "-gb" suffix from .c files