aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-26staging: greybus: Parenthesis alignmentCristian Sicilia1-10/+9
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+2
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2016-10-24greybus: fix a leak on error in gb_module_create()Dan Carpenter1-1/+1
2016-07-20greybus: interface: prevent reactivation during removalJohan Hovold1-0/+1
2016-07-20greybus: interface: clean up ES3 activation-retry hackJohan Hovold1-19/+1
2016-07-20greybus: interface: use an enum for interface typeJohan Hovold1-1/+1
2016-07-19greybus: module: suppress activation error message for dummy interfacesJohan Hovold1-2/+5
2016-05-27greybus: fix tracepoint-related whitespace issuesJohan Hovold1-1/+1
2016-05-26greybus: tracing: add module tracesAlex Elder1-0/+9
2016-05-18greybus: interface: retry enumeration of UniPro-only modulesJeffrey Carlyle1-1/+20
2016-04-25greybus: module: implement controlled module removalJohan Hovold1-1/+47
2016-04-25greybus: core: add module abstractionJohan Hovold1-0/+178
2015-11-25greybus: kill the endoJohan Hovold1-178/+0
2015-11-04greybus: hd: rename host-device structureJohan Hovold1-1/+1
2015-10-21greybus: module: fix double freeing of module structureViresh Kumar1-1/+0
2015-06-08greybus: Prefix module-id with endo idViresh Kumar1-1/+1
2015-05-20greybus: module: name routines consistentlyViresh Kumar1-2/+2
2015-05-11greybus: endo: Create modules after validating Endo IDViresh Kumar1-11/+3
2015-04-09greybus: endo: hook up endos into the device treeGreg Kroah-Hartman1-24/+28
2015-04-09greybus: module.c: add attributesGreg Kroah-Hartman1-16/+41
2015-04-05greybus: interface: Fetch interface id instead of module id during setupViresh Kumar1-0/+11
2015-04-05greybus: Unregister devices to get them freedViresh Kumar1-1/+13
2015-01-02greybus: module: get rid of global list of modulesGreg Kroah-Hartman1-27/+22
2014-12-23greybus: add module supportGreg Kroah-Hartman1-0/+140
2014-12-11greybus: interface_block: rename module.[c|h] to interface_block.[c|h]Greg Kroah-Hartman1-201/+0
2014-12-11greybus: module: remove obsolete gb_tty pointerGreg Kroah-Hartman1-2/+0
2014-11-21greybus: Random spell fixesViresh Kumar1-1/+1
2014-11-15greybus: skeleton for future uevents.Greg Kroah-Hartman1-1/+1
2014-11-14greybus: interface: move gb_module_interface_init() to interface.cViresh Kumar1-31/+0
2014-11-14greybus: module: move module specific code to module.cViresh Kumar1-0/+59
2014-11-14greybus: module: move gb_module_find() to a more logical locationViresh Kumar1-11/+11
2014-11-14greybus: module: free resources properly on failuresViresh Kumar1-4/+5
2014-11-14greybus: don't set ->dev.driver to NULL when it is already NULLViresh Kumar1-1/+0
2014-11-05greybus: improve some error messagesAlex Elder1-0/+2
2014-11-05greybus: drop a redundant assignmentAlex Elder1-1/+0
2014-10-29greybus: module: set device_id when initializing an interfaceMatt Porter1-0/+1
2014-10-27greybus: module: remove unneeded XXX comment about module id valuesGreg Kroah-Hartman1-1/+1
2014-10-24greybus: module: don't create duplicate module idsGreg Kroah-Hartman1-0/+7
2014-10-24greybus: hook up greybus to the driver modelGreg Kroah-Hartman1-10/+26
2014-10-22greybus: set route before sending packetsAlex Elder1-1/+9
2014-10-22greybus: only initialize interfaces when upAlex Elder1-7/+17
2014-10-22greybus: module: add gb_module_find()Matt Porter1-0/+11
2014-10-21greybus: improve module cleanup codeAlex Elder1-4/+19
2014-10-17greybus: add device initializationAlex Elder1-14/+27
2014-10-02greybus: October 1 updatesAlex Elder1-2/+2
2014-10-02greybus: start improving manifest parsingAlex Elder1-7/+6
2014-10-02greybus: define greybus interface abstractionAlex Elder1-0/+1
2014-10-02greybus: isolate greybus module codeAlex Elder1-0/+93