greybus: interface: implement generic mode-switch functionality
[cascardo/linux.git] / drivers / staging / greybus / control.c
2016-05-27 Johan Hovoldgreybus: interface: implement generic mode-switch funct...
2016-05-27 Johan Hovoldgreybus: control: add error message to mode-switch...
2016-05-27 Johan Hovoldgreybus: control: implement disconnecting operation
2016-05-27 Johan Hovoldgreybus: core: avoid I/O to disconnected interfaces
2016-05-14 Bryan O'Donoghuegreybus: control: Drop unused parameter from timesync_a...
2016-05-14 Bryan O'Donoghuegreybus: control: Add TimeSync get-last-event logic
2016-05-05 Viresh Kumargreybus: Revert "interface: Fetch and expose version...
2016-04-29 Johan Hovoldgreybus: control: implement mode-switch operation
2016-04-21 Johan Hovoldgreybus: control: return error pointer when failing...
2016-04-21 Johan Hovoldgreybus: interface: move vendor and product strings...
2016-04-21 Johan Hovoldgreybus: interface: register control device at hotplug
2016-04-21 Johan Hovoldgreybus: core: make the control object be a device
2016-04-21 Johan Hovoldgreybus: control: move timesync-operation functions
2016-04-13 Bryan O'Donoghuegreybus: Fixup __u64, __u32 to __le64, __le32 in timesy...
2016-03-30 Johan Hovoldgreybus: interface: clean up ES3-bootroom-quirk handling
2016-03-22 Greg Kroah-Hartmangreybus: convert drivers to use connection->private...
2016-03-03 Bryan O'Donoghuegreybus: control: Add TimeSync control commands
2016-02-03 Viresh Kumargreybus: control: Fix sparse warnings
2016-01-22 Johan Hovoldgreybus: connection: return error-valued pointer on...
2016-01-22 Johan Hovoldgreybus: connection: add helper to create control conne...
2016-01-19 Johan Hovoldgreybus: control: add bundle-version operation
2016-01-19 Johan Hovoldgreybus: control: drop legacy-protocol dependency
2016-01-19 Johan Hovoldgreybus: greybus_protocols: remove control-protocol...
2016-01-19 Johan Hovoldgreybus: connection: remove skip-connected legacy proto...
2016-01-19 Johan Hovoldgreybus: connection: rename legacy init and exit functions
2015-12-30 Viresh Kumargreybus: interface: Fetch and expose version of interfa...
2015-12-23 Viresh Kumargreybus: control: Use Macro's instead of direct values...
2015-12-15 Johan Hovoldgreybus: interface: clean up control-connection handling
2015-11-25 Johan Hovoldgreybus: control: do not assume a control bundle
2015-11-02 Johan Hovoldgreybus: control: remove unused request handler
2015-10-15 Greg Kroah-Hartmangreybus: control: use the bundle struct device instead...
2015-09-15 Viresh Kumargreybus: Add flags to struct gb_protocol
2015-08-14 Viresh Kumargreybus: Drop protocol specific _PROTOCOL_VERSION and...
2015-08-12 Greg Kroah-Hartmangreybus: Merge branch 'master' into branch 'svc'.
2015-08-12 Viresh Kumargreybus: control: Drop get_version support
2015-07-20 Johan Hovoldgreybus: operation: fix atomic response allocation
2015-07-01 Viresh Kumargreybus: control: Use gb_builtin_protocol_driver()
2015-06-24 Viresh Kumargreybus: Add control protocol support