index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
greybus
/
module.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: greybus: Parenthesis alignment
Cristian Sicilia
2018-11-26
1
-10
/
+9
*
treewide: Use struct_size() for kmalloc()-family
Kees Cook
2018-06-06
1
-2
/
+2
*
staging: greybus: Remove redundant license text
Greg Kroah-Hartman
2017-11-11
1
-2
/
+0
*
staging: greybus: add SPDX identifiers to all greybus driver files
Greg Kroah-Hartman
2017-11-11
1
-0
/
+1
*
greybus: fix a leak on error in gb_module_create()
Dan Carpenter
2016-10-24
1
-1
/
+1
*
greybus: interface: prevent reactivation during removal
Johan Hovold
2016-07-20
1
-0
/
+1
*
greybus: interface: clean up ES3 activation-retry hack
Johan Hovold
2016-07-20
1
-19
/
+1
*
greybus: interface: use an enum for interface type
Johan Hovold
2016-07-20
1
-1
/
+1
*
greybus: module: suppress activation error message for dummy interfaces
Johan Hovold
2016-07-19
1
-2
/
+5
*
greybus: fix tracepoint-related whitespace issues
Johan Hovold
2016-05-27
1
-1
/
+1
*
greybus: tracing: add module traces
Alex Elder
2016-05-26
1
-0
/
+9
*
greybus: interface: retry enumeration of UniPro-only modules
Jeffrey Carlyle
2016-05-18
1
-1
/
+20
*
greybus: module: implement controlled module removal
Johan Hovold
2016-04-25
1
-1
/
+47
*
greybus: core: add module abstraction
Johan Hovold
2016-04-25
1
-0
/
+178
*
greybus: kill the endo
Johan Hovold
2015-11-25
1
-178
/
+0
*
greybus: hd: rename host-device structure
Johan Hovold
2015-11-04
1
-1
/
+1
*
greybus: module: fix double freeing of module structure
Viresh Kumar
2015-10-21
1
-1
/
+0
*
greybus: Prefix module-id with endo id
Viresh Kumar
2015-06-08
1
-1
/
+1
*
greybus: module: name routines consistently
Viresh Kumar
2015-05-20
1
-2
/
+2
*
greybus: endo: Create modules after validating Endo ID
Viresh Kumar
2015-05-11
1
-11
/
+3
*
greybus: endo: hook up endos into the device tree
Greg Kroah-Hartman
2015-04-09
1
-24
/
+28
*
greybus: module.c: add attributes
Greg Kroah-Hartman
2015-04-09
1
-16
/
+41
*
greybus: interface: Fetch interface id instead of module id during setup
Viresh Kumar
2015-04-05
1
-0
/
+11
*
greybus: Unregister devices to get them freed
Viresh Kumar
2015-04-05
1
-1
/
+13
*
greybus: module: get rid of global list of modules
Greg Kroah-Hartman
2015-01-02
1
-27
/
+22
*
greybus: add module support
Greg Kroah-Hartman
2014-12-23
1
-0
/
+140
*
greybus: interface_block: rename module.[c|h] to interface_block.[c|h]
Greg Kroah-Hartman
2014-12-11
1
-201
/
+0
*
greybus: module: remove obsolete gb_tty pointer
Greg Kroah-Hartman
2014-12-11
1
-2
/
+0
*
greybus: Random spell fixes
Viresh Kumar
2014-11-21
1
-1
/
+1
*
greybus: skeleton for future uevents.
Greg Kroah-Hartman
2014-11-15
1
-1
/
+1
*
greybus: interface: move gb_module_interface_init() to interface.c
Viresh Kumar
2014-11-14
1
-31
/
+0
*
greybus: module: move module specific code to module.c
Viresh Kumar
2014-11-14
1
-0
/
+59
*
greybus: module: move gb_module_find() to a more logical location
Viresh Kumar
2014-11-14
1
-11
/
+11
*
greybus: module: free resources properly on failures
Viresh Kumar
2014-11-14
1
-4
/
+5
*
greybus: don't set ->dev.driver to NULL when it is already NULL
Viresh Kumar
2014-11-14
1
-1
/
+0
*
greybus: improve some error messages
Alex Elder
2014-11-05
1
-0
/
+2
*
greybus: drop a redundant assignment
Alex Elder
2014-11-05
1
-1
/
+0
*
greybus: module: set device_id when initializing an interface
Matt Porter
2014-10-29
1
-0
/
+1
*
greybus: module: remove unneeded XXX comment about module id values
Greg Kroah-Hartman
2014-10-27
1
-1
/
+1
*
greybus: module: don't create duplicate module ids
Greg Kroah-Hartman
2014-10-24
1
-0
/
+7
*
greybus: hook up greybus to the driver model
Greg Kroah-Hartman
2014-10-24
1
-10
/
+26
*
greybus: set route before sending packets
Alex Elder
2014-10-22
1
-1
/
+9
*
greybus: only initialize interfaces when up
Alex Elder
2014-10-22
1
-7
/
+17
*
greybus: module: add gb_module_find()
Matt Porter
2014-10-22
1
-0
/
+11
*
greybus: improve module cleanup code
Alex Elder
2014-10-21
1
-4
/
+19
*
greybus: add device initialization
Alex Elder
2014-10-17
1
-14
/
+27
*
greybus: October 1 updates
Alex Elder
2014-10-02
1
-2
/
+2
*
greybus: start improving manifest parsing
Alex Elder
2014-10-02
1
-7
/
+6
*
greybus: define greybus interface abstraction
Alex Elder
2014-10-02
1
-0
/
+1
*
greybus: isolate greybus module code
Alex Elder
2014-10-02
1
-0
/
+93