greybus: connection: add support for high-priority connections
[cascardo/linux.git] / drivers / staging / greybus / connection.h
2016-06-24 Johan Hovoldgreybus: connection: add support for high-priority...
2016-06-24 Johan Hovoldgreybus: connection: prevent drivers from specifying...
2016-06-01 Viresh Kumargreybus: gbphy: Remove protocol specific version handling
2016-05-27 Johan Hovoldgreybus: interface: implement generic mode-switch funct...
2016-05-27 Johan Hovoldgreybus: connection: implement proper connection closure
2016-05-27 Johan Hovoldgreybus: connection: remove unused invalid state
2016-05-27 Johan Hovoldgreybus: connection: add control connection flag
2016-05-27 Johan Hovoldgreybus: core: avoid I/O to disconnected interfaces
2016-05-20 David Lingreybus: legacy: remove legacy driver support
2016-05-13 Johan Hovoldgreybus: es2: add support for CDSI1 allocation
2016-05-13 Johan Hovoldgreybus: connection: add helper for creating offloaded...
2016-05-13 Johan Hovoldgreybus: connection: add offloaded connection flag
2016-05-13 Johan Hovoldgreybus: connection: add no-flow-control connection...
2016-03-22 Greg Kroah-Hartmangreybus: connection: add functions to get/set private...
2016-03-05 Johan Hovoldgreybus: connection: add CSD connection flag
2016-03-05 Johan Hovoldgreybus: connection: add connection-flag interface
2016-01-22 Johan Hovoldgreybus: connection: set request handlers at creation
2016-01-22 Johan Hovoldgreybus: connection: remove legacy protocol id from...
2016-01-22 Johan Hovoldgreybus: connection: rename connection-create interface
2016-01-22 Johan Hovoldgreybus: connection: simplify connection-creation interface
2016-01-22 Johan Hovoldgreybus: connection: drop the legacy protocol-id parameter
2016-01-22 Johan Hovoldgreybus: connection: add helper to create control conne...
2016-01-22 Johan Hovoldgreybus: connection: drop protocol parameter from stati...
2016-01-19 Johan Hovoldgreybus: connection: remove broken protocol-version...
2016-01-19 Johan Hovoldgreybus: connection: move legacy-protocol handling...
2016-01-19 Johan Hovoldgreybus: connection: add helper to disable incoming...
2016-01-19 Johan Hovoldgreybus: connection: add unidirectional enabled state
2016-01-19 Johan Hovoldgreybus: connection: make connection enable/disable...
2016-01-19 Johan Hovoldgreybus: connection: always cancel operations on connec...
2016-01-19 Johan Hovoldgreybus: connection: add per-connection request handlers
2016-01-19 Johan Hovoldgreybus: connection: rename legacy init and exit functions
2016-01-13 Johan Hovoldgreybus: connection: fix connection-state handling
2015-12-08 Johan Hovoldgreybus: hd: make svc-connection life time coincide...
2015-12-08 Johan Hovoldgreybus: connection: separate connection creation and...
2015-12-08 Johan Hovoldgreybus: bundle: kill gb_bundle_bind_protocols
2015-11-25 Johan Hovoldgreybus: hd: fix svc-connection handling
2015-11-25 Johan Hovoldgreybus: connection: add name field
2015-11-25 Johan Hovoldgreybus: connection: kill GB_PROTOCOL_SKIP_SVC_CONNECTION
2015-11-25 Johan Hovoldgreybus: connection: clean up connection-creation interface
2015-11-25 Johan Hovoldgreybus: connection: drop parent parameter from connect...
2015-11-05 Johan Hovoldgreybus: hd: rename host-device structure
2015-11-05 Johan Hovoldgreybus: connection: kill gb_hd_connections_exit
2015-10-19 Greg Kroah-Hartmangreybus: connection: remove 'struct device' from 'struc...
2015-10-15 Bryan O'Donoghuegreybus: connection: add latency tag enable/disable...
2015-09-23 Bryan O'Donoghuegreybus: loopback: drop dependency on internal timestamps
2015-09-03 Fabien Parentgreybus: connection: fail to bind if connection init...
2015-09-03 Viresh Kumargreybus: connection: call gb_connection_exit() from...
2015-09-03 Viresh Kumargreybus: connection: staticize gb_connection_init()
2015-08-12 Greg Kroah-Hartmangreybus: Merge branch 'master' into branch 'svc'.
2015-08-12 Bryan O'Donoghuegreybus: connection: add a timestamp kfifo to track...
2015-08-12 Greg Kroah-Hartmangreybus: Merge branch 'master' into branch 'svc'.
2015-08-12 Viresh Kumargreybus: connection: Save major/minor supported by...
2015-07-24 Viresh Kumargreybus: svc: fully initialize the partially initialize...
2015-07-23 Johan Hovoldgreybus: operation: use per-connection work queues
2015-07-22 Viresh Kumargreybus: connection: Allow a bundle-less connection
2015-07-22 Viresh Kumargreybus: connection: Create gb_connection_create_range...
2015-07-15 Johan Hovoldgreybus: operation: fix connection tear down
2015-07-15 Johan Hovoldgreybus: connection: add connection-state locking
2015-07-13 Viresh Kumargreybus: Cleanup connection leftovers
2015-06-08 Alex Eldergreybus: connection: make gb_connection_hd_find() private
2015-06-04 Viresh Kumargreybus: s/bundle_cport_id/intf_cport_id
2015-05-21 Johan Hovoldgreybus: remove unnecessary greybus.h includes
2015-05-21 Viresh Kumargreybus: connection: name routines consistently
2015-03-19 Johan Hovoldgreybus: connection: replace custom error function...
2014-12-24 Greg Kroah-Hartmangreybus: protocol: split binding of prototcols to conne...
2014-12-13 Greg Kroah-Hartmangreybus: bundle: s/gb_interface/gb_bundle/g
2014-12-12 Alex Eldergreybus: add Linaro copyrights
2014-12-03 Alex Eldergreybus: make op_cycle atomic (again)
2014-12-03 Alex Eldergreybus: get rid of pending operations list
2014-11-21 Viresh Kumargreybus: Random spell fixes
2014-11-21 Alex Eldergreybus: rename greybus_cport_in()
2014-11-18 Greg Kroah-Hartmangreybus: Merge branch 'master' into vibrator-gb
2014-11-18 Alex Eldergreybus: kill off the last of gbuf.c
2014-11-17 Alex Eldergreybus: use a simple list of hd connections
2014-11-14 Alex Eldergreybus: op_cycle doesn't need to be atomic
2014-11-14 Alex Eldergreybus: simplify pending operations tracking
2014-11-05 Alex Eldergreybus: move methods into protocol
2014-11-05 Alex Eldergreybus: count rather than list protocol users
2014-10-29 Alex Eldergreybus: introduce protocol abstraction
2014-10-29 Alex Eldergreybus: use protocol_id for numeric values
2014-10-28 Greg Kroah-Hartmangreybus: Merge branch 'master' into driver_model_rework
2014-10-28 Alex Eldergreybus: begin abstracting connection operations
2014-10-27 Greg Kroah-Hartmangreybus: operation: make the timeout a per-operation...
2014-10-24 Greg Kroah-Hartmangreybus: hook up greybus to the driver model
2014-10-22 Alex Eldergreybus: define connection state
2014-10-22 Alex Eldergreybus: time out operation requests
2014-10-21 Greg Kroah-Hartmangreybus: Merge branch 'gregkh_work' into master
2014-10-21 Alex Eldergreybus: improve module cleanup code
2014-10-17 Alex Eldergreybus: add device initialization
2014-10-17 Alex Eldergreybus: add gb_operation_find()
2014-10-06 Alex Eldergreybus: add bg_hd_connection_find()
2014-10-04 Alex Eldergreybus: define gb_connection_err()
2014-10-04 Alex Eldergreybus: add a connection->private field
2014-10-03 Alex Eldergreybus: record connection protocol
2014-10-03 Alex Eldergreybus: get rid of functions now...
2014-10-03 Alex Eldergreybus: allocate connection host cport id
2014-10-03 Alex Eldergreybus: fix connection header declarations
2014-10-03 Alex Eldergreybus: introduce an operation abstraction
2014-10-03 Alex Eldergreybus: introduce a connection abstraction