greybus: interface: use an enum for interface type
[cascardo/linux.git] / drivers / staging / greybus / module.c
2016-07-20 Johan Hovoldgreybus: interface: use an enum for interface type
2016-07-20 Johan Hovoldgreybus: module: suppress activation error message...
2016-05-27 Johan Hovoldgreybus: fix tracepoint-related whitespace issues
2016-05-27 Alex Eldergreybus: tracing: add module traces
2016-05-19 Jeffrey Carlylegreybus: interface: retry enumeration of UniPro-only...
2016-04-25 Johan Hovoldgreybus: module: implement controlled module removal
2016-04-25 Johan Hovoldgreybus: core: add module abstraction
2015-11-25 Johan Hovoldgreybus: kill the endo
2015-11-05 Johan Hovoldgreybus: hd: rename host-device structure
2015-10-21 Viresh Kumargreybus: module: fix double freeing of module structure
2015-06-08 Viresh Kumargreybus: Prefix module-id with endo id
2015-05-21 Viresh Kumargreybus: module: name routines consistently
2015-05-11 Viresh Kumargreybus: endo: Create modules after validating Endo ID
2015-04-09 Greg Kroah-Hartmangreybus: endo: hook up endos into the device tree
2015-04-09 Greg Kroah-Hartmangreybus: module.c: add attributes
2015-04-05 Viresh Kumargreybus: interface: Fetch interface id instead of modul...
2015-04-05 Viresh Kumargreybus: Unregister devices to get them freed
2015-01-02 Greg Kroah-Hartmangreybus: module: get rid of global list of modules
2014-12-23 Greg Kroah-Hartmangreybus: add module support
2014-12-12 Greg Kroah-Hartmangreybus: interface_block: rename module.[c|h] to interf...
2014-12-12 Greg Kroah-Hartmangreybus: module: remove obsolete gb_tty pointer
2014-11-21 Viresh Kumargreybus: Random spell fixes
2014-11-15 Greg Kroah-Hartmangreybus: skeleton for future uevents.
2014-11-14 Viresh Kumargreybus: interface: move gb_module_interface_init(...
2014-11-14 Viresh Kumargreybus: module: move module specific code to module.c
2014-11-14 Viresh Kumargreybus: module: move gb_module_find() to a more logica...
2014-11-14 Viresh Kumargreybus: module: free resources properly on failures
2014-11-14 Viresh Kumargreybus: don't set ->dev.driver to NULL when it is...
2014-11-05 Alex Eldergreybus: improve some error messages
2014-11-05 Alex Eldergreybus: drop a redundant assignment
2014-10-28 Matt Portergreybus: module: set device_id when initializing an...
2014-10-28 Greg Kroah-Hartmangreybus: Merge branch 'master' into driver_model_rework
2014-10-27 Greg Kroah-Hartmangreybus: module: remove unneeded XXX comment about...
2014-10-24 Greg Kroah-Hartmangreybus: module: don't create duplicate module ids
2014-10-24 Greg Kroah-Hartmangreybus: hook up greybus to the driver model
2014-10-22 Alex Eldergreybus: set route before sending packets
2014-10-22 Alex Eldergreybus: only initialize interfaces when up
2014-10-22 Matt Portergreybus: module: add gb_module_find()
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-03 Alex Eldergreybus: October 1 updates
2014-10-03 Alex Eldergreybus: start improving manifest parsing
2014-10-03 Alex Eldergreybus: define greybus interface abstraction
2014-10-03 Alex Eldergreybus: isolate greybus module code