index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
greybus
/
module.c
Age
Commit message (
Expand
)
Author
2017-11-11
staging: greybus: Remove redundant license text
Greg Kroah-Hartman
2017-11-11
staging: greybus: add SPDX identifiers to all greybus driver files
Greg Kroah-Hartman
2016-10-24
greybus: fix a leak on error in gb_module_create()
Dan Carpenter
2016-07-20
greybus: interface: prevent reactivation during removal
Johan Hovold
2016-07-20
greybus: interface: clean up ES3 activation-retry hack
Johan Hovold
2016-07-20
greybus: interface: use an enum for interface type
Johan Hovold
2016-07-19
greybus: module: suppress activation error message for dummy interfaces
Johan Hovold
2016-05-27
greybus: fix tracepoint-related whitespace issues
Johan Hovold
2016-05-26
greybus: tracing: add module traces
Alex Elder
2016-05-18
greybus: interface: retry enumeration of UniPro-only modules
Jeffrey Carlyle
2016-04-25
greybus: module: implement controlled module removal
Johan Hovold
2016-04-25
greybus: core: add module abstraction
Johan Hovold
2015-11-25
greybus: kill the endo
Johan Hovold
2015-11-04
greybus: hd: rename host-device structure
Johan Hovold
2015-10-21
greybus: module: fix double freeing of module structure
Viresh Kumar
2015-06-08
greybus: Prefix module-id with endo id
Viresh Kumar
2015-05-20
greybus: module: name routines consistently
Viresh Kumar
2015-05-11
greybus: endo: Create modules after validating Endo ID
Viresh Kumar
2015-04-09
greybus: endo: hook up endos into the device tree
Greg Kroah-Hartman
2015-04-09
greybus: module.c: add attributes
Greg Kroah-Hartman
2015-04-05
greybus: interface: Fetch interface id instead of module id during setup
Viresh Kumar
2015-04-05
greybus: Unregister devices to get them freed
Viresh Kumar
2015-01-02
greybus: module: get rid of global list of modules
Greg Kroah-Hartman
2014-12-23
greybus: add module support
Greg Kroah-Hartman
2014-12-11
greybus: interface_block: rename module.[c|h] to interface_block.[c|h]
Greg Kroah-Hartman
2014-12-11
greybus: module: remove obsolete gb_tty pointer
Greg Kroah-Hartman
2014-11-21
greybus: Random spell fixes
Viresh Kumar
2014-11-15
greybus: skeleton for future uevents.
Greg Kroah-Hartman
2014-11-14
greybus: interface: move gb_module_interface_init() to interface.c
Viresh Kumar
2014-11-14
greybus: module: move module specific code to module.c
Viresh Kumar
2014-11-14
greybus: module: move gb_module_find() to a more logical location
Viresh Kumar
2014-11-14
greybus: module: free resources properly on failures
Viresh Kumar
2014-11-14
greybus: don't set ->dev.driver to NULL when it is already NULL
Viresh Kumar
2014-11-05
greybus: improve some error messages
Alex Elder
2014-11-05
greybus: drop a redundant assignment
Alex Elder
2014-10-29
greybus: module: set device_id when initializing an interface
Matt Porter
2014-10-27
greybus: module: remove unneeded XXX comment about module id values
Greg Kroah-Hartman
2014-10-24
greybus: module: don't create duplicate module ids
Greg Kroah-Hartman
2014-10-24
greybus: hook up greybus to the driver model
Greg Kroah-Hartman
2014-10-22
greybus: set route before sending packets
Alex Elder
2014-10-22
greybus: only initialize interfaces when up
Alex Elder
2014-10-22
greybus: module: add gb_module_find()
Matt Porter
2014-10-21
greybus: improve module cleanup code
Alex Elder
2014-10-17
greybus: add device initialization
Alex Elder
2014-10-02
greybus: October 1 updates
Alex Elder
2014-10-02
greybus: start improving manifest parsing
Alex Elder
2014-10-02
greybus: define greybus interface abstraction
Alex Elder
2014-10-02
greybus: isolate greybus module code
Alex Elder