greybus: connection: rename an error label
[cascardo/linux.git] / drivers / staging / greybus / connection.c
2016-05-27 Johan Hovoldgreybus: connection: rename an error label
2016-05-27 Johan Hovoldgreybus: connection: log cport-enable error messages
2016-05-27 Johan Hovoldgreybus: connection: add control connection flag
2016-05-27 Johan Hovoldgreybus: core: avoid I/O to disconnected interfaces
2016-05-18 Alex Eldergreybus: connection: verify disabled when destroyed
2016-05-13 Johan Hovoldgreybus: connection: add camera-data connected workaround
2016-05-13 Johan Hovoldgreybus: hd: generalise cport allocation
2016-05-13 Johan Hovoldgreybus: hd: move CPort allocation to host-device code
2016-05-13 Johan Hovoldgreybus: connection: add helper for creating offloaded...
2016-05-13 Johan Hovoldgreybus: connection: add no-flow-control connection...
2016-05-05 Vaibhav Hiremathgreybus: connection: export gb_connection_disable_rx...
2016-03-30 Johan Hovoldgreybus: interface: clean up ES3-bootroom-quirk handling
2016-03-05 Johan Hovoldgreybus: hd: rename CPort-features callbacks
2016-03-05 Johan Hovoldgreybus: connection: add CSD connection flag
2016-03-05 Johan Hovoldgreybus: connection: generalise CPortFlags handling
2016-03-05 Johan Hovoldgreybus: connection: add connection-flag interface
2016-02-25 Fabien Parentgreybus: connection: {en,dis}able fct flow in connectio...
2016-02-25 Fabien Parentgreybus: connection: add api to {en,dis}able unipro...
2016-02-03 Viresh Kumargreybus: connection: Fix sparse warnings around locking
2016-01-22 Johan Hovoldgreybus: connection: set request handlers at creation
2016-01-22 Johan Hovoldgreybus: connection: return error-valued pointer on...
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-22 Johan Hovoldgreybus: core: defer connection creation to driver...
2016-01-19 Johan Hovoldgreybus: connection: make cport lookup thread-safe
2016-01-19 Johan Hovoldgreybus: connection: serialise connection creation
2016-01-19 Johan Hovoldgreybus: connection: fix lookup race
2016-01-19 Johan Hovoldgreybus: connection: drop the connection_mutex
2016-01-19 Johan Hovoldgreybus: connection: destroy workqueue at unregister
2016-01-19 Johan Hovoldgreybus: connection: remove WARN_ON from destroy
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: svc: drop legacy-protocol dependency
2016-01-19 Johan Hovoldgreybus: connection: remove skip-connected legacy proto...
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: disable operations on enable errors
2016-01-19 Johan Hovoldgreybus: connection: clean up operation cancellation...
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: remove disable from destructor
2016-01-19 Johan Hovoldgreybus: connection: rename legacy init and exit functions
2016-01-19 Johan Hovoldgreybus: legacy: add legacy-protocol bundle driver
2016-01-13 Johan Hovoldgreybus: connection: refactor connection enable and...
2016-01-13 Johan Hovoldgreybus: connection: fix connection-state handling
2016-01-09 Johan Hovoldgreybus: connection: fix version-request error handling
2015-12-08 Johan Hovoldgreybus: use decimal notation for interfaces, bundles...
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: connection: unbind protocol at exit
2015-12-08 Johan Hovoldgreybus: connection: bind protocol at init
2015-12-08 Johan Hovoldgreybus: connection: fail on missing protocol
2015-12-08 Johan Hovoldgreybus: bundle: kill gb_bundle_bind_protocols
2015-12-05 Viresh Kumargreybus: don't use %h and %hh for printing short and...
2015-11-25 Johan Hovoldgreybus: connection: unconditionally enable connections
2015-11-25 Johan Hovoldgreybus: connection: handle bundle-less connections...
2015-11-25 Johan Hovoldgreybus: hd: fix svc-connection handling
2015-11-25 Johan Hovoldgreybus: connection: handle static connections
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: fix potential null-deref on create
2015-11-25 Johan Hovoldgreybus: connection: clean up connection-creation interface
2015-11-25 Johan Hovoldgreybus: svc: move endo id and ap interface id to svc
2015-11-25 Johan Hovoldgreybus: connection: drop parent parameter from connect...
2015-11-25 Johan Hovoldgreybus: hd: make host device a device
2015-11-24 Johan Hovoldgreybus: connection: fix cport-id range
2015-11-05 Johan Hovoldgreybus: hd: rename host-device structure
2015-11-05 Johan Hovoldgreybus: connection: kill gb_hd_connections_exit
2015-11-05 Johan Hovoldgreybus: connection: fix potential null-deref when...
2015-11-05 Johan Hovoldgreybus: connection: fix potential null-deref in connec...
2015-11-05 Johan Hovoldgreybus: connection: fix potential null-deref in hd_cpo...
2015-11-05 Johan Hovoldgreybus: connection: use bundle device for bundle error...
2015-11-02 Johan Hovoldgreybus: connection: remove unused time-stamp defines
2015-10-19 Greg Kroah-Hartmangreybus: connection: use the bundle struct device inste...
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-10-14 Johan Hovoldgreybus: connection: remove duplicate protocol lookup...
2015-10-14 Johan Hovoldgreybus: protocol: make protocol-lookup error message...
2015-10-14 Johan Hovoldgreybus: connection: replace pr_err with dev_err
2015-10-14 Fabien Parentgreybus: connection: destroy connection on failing...
2015-10-09 Viresh Kumargreybus: svc: skip setting flags for boot over unipro
2015-09-23 Bryan O'Donoghuegreybus: loopback: drop dependency on internal timestamps
2015-09-17 Johan Hovoldgreybus: hd: remove connection-create/destroy callbacks
2015-09-17 Johan Hovoldgreybus: hd: add optional cport enable and disable...
2015-09-17 Johan Hovoldgreybus: connection: add protocol-version helper
2015-09-17 Johan Hovoldgreybus: connection: add control-connected helper
2015-09-17 Johan Hovoldgreybus: connection: clean up control-disconnected...
2015-09-17 Johan Hovoldgreybus: connection: clean up init error paths
2015-09-17 Johan Hovoldgreybus: connection: clean up svc-connection creation
2015-09-15 Viresh Kumargreybus: connection: Add sysfs 'ap_cport_id' file for...
2015-09-15 Viresh Kumargreybus: Add flags to struct gb_protocol
2015-09-15 Viresh Kumargreybus: connection: Call connection_destroy() from...
2015-09-15 Viresh Kumargreybus: connection: destroy svc connection on connecti...
2015-09-15 Viresh Kumargreybus: connection: call gb_svc_connection_create...
2015-09-04 Alexandre Bailongreybus: Greybus driver: add a new callbacks to driver
2015-09-03 Viresh Kumargreybus: connection: protocol can be NULL in gb_connect...
next