index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
greybus
/
bundle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
staging: greybus: remove CONFIG_PM_RUNTIME from kernel_ver.h
Greg Kroah-Hartman
2016-09-19
1
-2
/
+1
*
greybus: bundle: add runtime pm support
David Lin
2016-07-14
1
-0
/
+80
*
greybus: Remove extra blank lines
Viresh Kumar
2016-06-10
1
-1
/
+0
*
greybus: tracing: define bundle traces
Alex Elder
2016-06-03
1
-0
/
+9
*
greybus: define BUNDLE_ID_NONE
Alex Elder
2016-06-03
1
-0
/
+5
*
greybus: Bundle: Initialize dma_mask for bundle device
Viresh Kumar
2016-04-25
1
-0
/
+1
*
greybus: core: defer connection creation to driver probe
Johan Hovold
2016-01-21
1
-7
/
+1
*
greybus: legacy: add legacy-protocol bundle driver
Johan Hovold
2016-01-19
1
-10
/
+0
*
greybus: bundle: separate bundle creation and registration
Johan Hovold
2015-12-08
1
-14
/
+19
*
greybus: bundle: separate connection disabling and destruction
Johan Hovold
2015-12-08
1
-4
/
+9
*
greybus: bundle: use dev_err for bundle-creation errors
Johan Hovold
2015-12-08
1
-1
/
+1
*
greybus: bundle: kill the bundle lock
Johan Hovold
2015-12-08
1
-20
/
+13
*
greybus: use decimal notation for interfaces, bundles and cports
Johan Hovold
2015-12-08
1
-3
/
+2
*
greybus: bundle: kill gb_bundle_bind_protocols
Johan Hovold
2015-12-08
1
-30
/
+0
*
greybus: don't use %h and %hh for printing short and char variables
Viresh Kumar
2015-12-04
1
-2
/
+2
*
greybus: bundle: rename bundle devices
Johan Hovold
2015-11-25
1
-1
/
+1
*
greybus: bundle: add bundle_id attribute
Johan Hovold
2015-11-25
1
-0
/
+10
*
greybus: bundle: use hexadecimal notation for class attribute
Johan Hovold
2015-11-25
1
-1
/
+1
*
greybus: bundle: rename class attribute
Johan Hovold
2015-11-25
1
-4
/
+4
*
greybus: move id-matching back to core
Johan Hovold
2015-11-21
1
-35
/
+0
*
greybus: remove unique-id matching
Johan Hovold
2015-11-21
1
-6
/
+2
*
greybus: bundle: fix double freeing of bundle structure
Viresh Kumar
2015-10-21
1
-1
/
+0
*
greybus: connection: call gb_connection_exit() from gb_connection_destroy()
Viresh Kumar
2015-09-03
1
-3
/
+1
*
greybus: bundle: kill unnecessary forward declaration of routine
Viresh Kumar
2015-09-03
1
-14
/
+12
*
greybus: bundles: remove gb_bundle(s)_init()
Viresh Kumar
2015-07-01
1
-54
/
+0
*
greybus: interface: device_id belongs to the interface
Viresh Kumar
2015-07-01
1
-18
/
+3
*
greybus: svc: Drop svc_set_route_send()
Viresh Kumar
2015-07-01
1
-6
/
+0
*
greybus: interface: Get manifest using Control protocol
Viresh Kumar
2015-06-23
1
-0
/
+4
*
greybus: bundle: fix gb_bundle_destroy()
Alex Elder
2015-06-12
1
-14
/
+4
*
greybus: bundle: refactor gb_bundle_find()
Alex Elder
2015-06-12
1
-5
/
+5
*
greybus: bundle: check for duplicate bundle ids
Alex Elder
2015-06-10
1
-0
/
+10
*
greybus: Tear down devices in the reverse order
Viresh Kumar
2015-06-09
1
-1
/
+1
*
greybus: bundle: use kstrdup() for state file
Alex Elder
2015-05-01
1
-3
/
+1
*
greybus: bundle: add state sysfs file
Greg Kroah-Hartman
2015-04-17
1
-2
/
+35
*
greybus: bundle: s/class_type/class
Viresh Kumar
2015-04-06
1
-10
/
+10
*
greybus: driver corresponds to a bundle, not interface
Viresh Kumar
2015-04-06
1
-0
/
+48
*
greybus: bundle: Initialize all bundles on link-up
Viresh Kumar
2015-04-06
1
-7
/
+20
*
greybus: bundle: Create bundles using bundle descriptors
Viresh Kumar
2015-04-06
1
-4
/
+6
*
greybus: Unregister devices to get them freed
Viresh Kumar
2015-04-05
1
-1
/
+1
*
greybus: bundle: fix sleep-while-atomic in gb_bundle_destroy
Johan Hovold
2015-02-14
1
-2
/
+5
*
greybus: sysfs: put a \n at the end of all sysfs files
Greg Kroah-Hartman
2015-01-02
1
-1
/
+1
*
greybus: bundle: create GB_DEVICE_ID_BAD
Greg Kroah-Hartman
2015-01-02
1
-1
/
+3
*
greybus: protocol: split binding of prototcols to connections out of init
Greg Kroah-Hartman
2014-12-23
1
-0
/
+30
*
greybus: add module support
Greg Kroah-Hartman
2014-12-23
1
-1
/
+1
*
greybus: interface: s/gb_interface_block/gb_interface/g
Greg Kroah-Hartman
2014-12-19
1
-17
/
+16
*
greybus: interface_block.c: rename the "interfaces" list "bundles"
Greg Kroah-Hartman
2014-12-19
1
-3
/
+3
*
greybus: bundle: s/gb_interface/gb_bundle/g
Greg Kroah-Hartman
2014-12-13
1
-80
/
+75
*
greybus: bundle: rename interface.[c|h] to bundle.[c|h]
Greg Kroah-Hartman
2014-12-13
1
-0
/
+186