greybus: connection: make connection enable/disable thread safe
[cascardo/linux.git] / drivers / staging / greybus / connection.c
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...
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: Propagate error properly
2015-09-03 Viresh Kumargreybus: connection: no need to verify connection-...
2015-09-03 Viresh Kumargreybus: connection: convert connected dev_warn() to...
2015-09-03 Viresh Kumargreybus: connection: staticize gb_connection_init()
2015-09-02 Fabien Parentgreybus: add num_cports field to greybus hd
2015-08-14 Viresh Kumargreybus: connection: Don't free resources freed by...
2015-08-14 Viresh Kumargreybus: connection: Destroy wq on failure
2015-08-13 Viresh Kumargreybus: protocol: send own protocol version while...
2015-08-12 Greg Kroah-Hartmangreybus: Merge branch 'master' into branch 'svc'.
2015-08-12 Viresh Kumargreybus: connection: Send protocol version for firmware...
2015-08-12 Viresh Kumargreybus: protocol: Create request structure from within...
2015-08-12 Bryan O'Donoghuegreybus: connection: add a timestamp kfifo to track...
2015-08-12 Bryan O'Donoghuegreybus: connection: fix jump label on device_add failure
2015-08-12 Greg Kroah-Hartmangreybus: Merge branch 'master' into branch 'svc'.
2015-08-12 Viresh Kumargreybus: protocol: Remove unnecessary params of gb_prot...
2015-08-12 Viresh Kumargreybus: connection: request protocol version before...
2015-08-12 Viresh Kumargreybus: connection: disconnect connection on failures...
2015-08-11 Greg Kroah-Hartmangreybus: Merge branch 'master' into svc
2015-08-04 Greg Kroah-Hartmangreybus: Merge branch 'master' into svc
2015-07-30 Greg Kroah-Hartmangreybus: Merge branch 'master' into svc
2015-07-30 Greg Kroah-Hartmangreybus: Revert "connection: remove special check for...
2015-07-30 Greg Kroah-Hartmangreybus: Merge branch 'master' into svc to keep it...
2015-07-30 Viresh Kumargreybus: connection: remove special check for svc cport id
2015-07-29 Perry Hunggreybus: svc: connection: ask SVC to create connections
2015-07-29 Greg Kroah-Hartmangreybus: svc: revert svc changes to keep things working...
2015-07-27 Perry Hunggreybus: svc: connection: ask SVC to create connections
2015-07-25 Viresh Kumargreybus: connection: compare hd_cport_id for matching...
2015-07-24 Perry Hunggreybus: connection: silence warning on unbound protocols
2015-07-24 Viresh Kumargreybus: svc: fully initialize the partially initialize...
2015-07-23 Johan Hovoldgreybus: operation: use per-connection work queues
2015-07-23 Johan Hovoldgreybus: connection: clean up creation error paths
2015-07-23 Johan Hovoldgreybus: connection: clean up connection creation
2015-07-23 Greg Kroah-Hartmangreybus: connection: prevent oops for protocol_id sysfs...
2015-07-22 Johan Hovoldgreybus: connection: fix connection initialisation
2015-07-22 Viresh Kumargreybus: connection: Allow a bundle-less connection
2015-07-22 Viresh Kumargreybus: connection: Create gb_connection_create_range...
2015-07-22 Viresh Kumargreybus: connection: don't send connected/disconnected...
next