greybus: interface: Get manifest using Control protocol
[cascardo/linux.git] / drivers / staging / greybus / ap.c
2015-06-24 Viresh Kumargreybus: interface: Get manifest using Control protocol
2015-06-10 Alex Eldergreybus: tag core init and exit functions
2015-05-21 Viresh Kumargreybus: interface: name routines consistently
2015-04-06 Viresh Kumargreybus: bundle: Initialize all bundles on link-up
2015-04-05 Viresh Kumargreybus: interface: Fetch interface id instead of modul...
2015-03-19 Johan Hovoldgreybus: ap: clean up svc link management error path
2015-03-19 Johan Hovoldgreybus: ap: fix typo in comment
2015-03-19 Johan Hovoldgreybus: ap: fix svc handshake protocol check
2015-01-23 Greg Kroah-Hartmangreybus: ap.c: our workqueue should be ordered
2014-12-19 Greg Kroah-Hartmangreybus: interface: we really are creating/destroying...
2014-12-19 Greg Kroah-Hartmangreybus: interface: s/gb_interface_block/gb_interface/g
2014-12-13 Greg Kroah-Hartmangreybus: bundle: s/gb_interface/gb_bundle/g
2014-12-12 Alex Eldergreybus: add Linaro copyrights
2014-12-12 Greg Kroah-Hartmangreybus: interface_block: s/gb_module/gb_interface_block/
2014-11-19 Viresh Kumargreybus: ap: function_id is already set by svc_msg_alloc()
2014-11-19 Viresh Kumargreybus: Pass '*ptr' to sizeof() wherever possible
2014-11-19 Viresh Kumargreybus: ap: keep all svc function routines together
2014-11-19 Viresh Kumargreybus: ap: remove extra parameter to convert_ap_message()
2014-11-14 Viresh Kumargreybus: interface: move gb_module_interface_init(...
2014-11-14 Viresh Kumargreybus: nullify dangling pointers
2014-11-05 Alex Eldergreybus: improve some error messages
2014-10-22 Alex Eldergreybus: update AP id service message
2014-10-22 Matt Portergreybus: svc: remove the DDB function message support
2014-10-22 Alex Eldergreybus: only initialize interfaces when up
2014-10-22 Alex Eldergreybus: make svc_set_route_send() public
2014-10-22 Matt Portergreybus: ap: add svc_set_route_send() command and use...
2014-10-22 Matt Portergreybus: ap: process the UniPro link up message
2014-10-21 Greg Kroah-Hartmangreybus: Merge branch 'gregkh_work' into master
2014-10-21 Matt Portergreybus: ap: add support for the AP Device ID unipro...
2014-09-30 Alex Eldergreybus: reorder greybus_svc_in() arguments
2014-09-30 Alex Eldergreybus: some more renames
2014-09-22 Matt Portergreybus: initialize all fields in an SVC handshake...
2014-09-22 Greg Kroah-Hartmangreybus: ap: validate the rest of the svc message buffe...
2014-09-22 Greg Kroah-Hartmangreybus: ap: start validating the message better
2014-09-19 Matt Portergreybus: move versioning from svc message header to...
2014-09-19 Matt Portergreybus: update svc_msg_header fields and users to...
2014-09-14 Greg Kroah-Hartmangreybus: fix hd init sequence of setting up parent...
2014-09-14 Greg Kroah-Hartmangreybus: gbuf: cport in buffer stream logic
2014-09-14 Greg Kroah-Hartmangreybus: gbuf recieve path work, not done, dinner time...
2014-09-13 Greg Kroah-Hartmangreybus: ap: cleanup of process ap message loop
2014-09-13 Greg Kroah-Hartmangreybus: ap: convert to workqueue from thread
2014-09-13 Greg Kroah-Hartmangreybus: es1: handle cport data in and out
2014-09-13 Greg Kroah-Hartmangreybus: AP: move a bunch of svc message handling logic...
2014-09-09 Alex Eldergreybus: switch to the term "manifest"
2014-09-07 Greg Kroah-Hartmangreybus: first cut at parsing svc messages sent to...
2014-09-07 Greg Kroah-Hartmangreybus: more hd work
2014-09-01 Greg Kroah-Hartmangreybus: export gb_new_ap_msg so that the es1 module...
2014-09-01 Greg Kroah-Hartmangreybus: greybus_desc.h created
2014-09-01 Greg Kroah-Hartmangreybus: split svc msg out into separate header file
2014-09-01 Greg Kroah-Hartmangreybus: more structure definitions added
2014-08-31 Greg Kroah-Hartmangreybus: structures added
2014-08-31 Greg Kroah-Hartmangreybus: ap message loop added.