aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/module.c
AgeCommit message (Expand)Author
2016-10-24greybus: fix a leak on error in gb_module_create()Dan Carpenter
2016-07-20greybus: interface: prevent reactivation during removalJohan Hovold
2016-07-20greybus: interface: clean up ES3 activation-retry hackJohan Hovold
2016-07-20greybus: interface: use an enum for interface typeJohan Hovold
2016-07-19greybus: module: suppress activation error message for dummy interfacesJohan Hovold
2016-05-27greybus: fix tracepoint-related whitespace issuesJohan Hovold
2016-05-26greybus: tracing: add module tracesAlex Elder
2016-05-18greybus: interface: retry enumeration of UniPro-only modulesJeffrey Carlyle
2016-04-25greybus: module: implement controlled module removalJohan Hovold
2016-04-25greybus: core: add module abstractionJohan Hovold
2015-11-25greybus: kill the endoJohan Hovold
2015-11-04greybus: hd: rename host-device structureJohan Hovold
2015-10-21greybus: module: fix double freeing of module structureViresh Kumar
2015-06-08greybus: Prefix module-id with endo idViresh Kumar
2015-05-20greybus: module: name routines consistentlyViresh Kumar
2015-05-11greybus: endo: Create modules after validating Endo IDViresh Kumar
2015-04-09greybus: endo: hook up endos into the device treeGreg Kroah-Hartman
2015-04-09greybus: module.c: add attributesGreg Kroah-Hartman
2015-04-05greybus: interface: Fetch interface id instead of module id during setupViresh Kumar
2015-04-05greybus: Unregister devices to get them freedViresh Kumar
2015-01-02greybus: module: get rid of global list of modulesGreg Kroah-Hartman
2014-12-23greybus: add module supportGreg Kroah-Hartman
2014-12-11greybus: interface_block: rename module.[c|h] to interface_block.[c|h]Greg Kroah-Hartman
2014-12-11greybus: module: remove obsolete gb_tty pointerGreg Kroah-Hartman
2014-11-21greybus: Random spell fixesViresh Kumar
2014-11-15greybus: skeleton for future uevents.Greg Kroah-Hartman
2014-11-14greybus: interface: move gb_module_interface_init() to interface.cViresh Kumar
2014-11-14greybus: module: move module specific code to module.cViresh Kumar
2014-11-14greybus: module: move gb_module_find() to a more logical locationViresh Kumar
2014-11-14greybus: module: free resources properly on failuresViresh Kumar
2014-11-14greybus: don't set ->dev.driver to NULL when it is already NULLViresh Kumar
2014-11-05greybus: improve some error messagesAlex Elder
2014-11-05greybus: drop a redundant assignmentAlex Elder
2014-10-29greybus: module: set device_id when initializing an interfaceMatt Porter
2014-10-27greybus: module: remove unneeded XXX comment about module id valuesGreg Kroah-Hartman
2014-10-24greybus: module: don't create duplicate module idsGreg Kroah-Hartman
2014-10-24greybus: hook up greybus to the driver modelGreg Kroah-Hartman
2014-10-22greybus: set route before sending packetsAlex Elder
2014-10-22greybus: only initialize interfaces when upAlex Elder
2014-10-22greybus: module: add gb_module_find()Matt Porter
2014-10-21greybus: improve module cleanup codeAlex Elder
2014-10-17greybus: add device initializationAlex Elder
2014-10-02greybus: October 1 updatesAlex Elder
2014-10-02greybus: start improving manifest parsingAlex Elder
2014-10-02greybus: define greybus interface abstractionAlex Elder
2014-10-02greybus: isolate greybus module codeAlex Elder