Sign in
android-kvm
/
linux
/
26bdcc4ba12351642cd94339aa6996f96434dd47
/
drivers
/
greybus
/
bundle.c
8465def
staging: greybus: move the greybus core to drivers/greybus
by Greg Kroah-Hartman
· 5 years ago
[Renamed from drivers/staging/greybus/bundle.c]
ec0ad86
staging: greybus: move core include files to include/linux/greybus/
by Greg Kroah-Hartman
· 5 years ago
180a41b
staging: greybus: Remove parentheses around variable
by Nishka Dasgupta
· 6 years ago
35defd6
staging: greybus: Change NULL comparison to Boolean Negation
by Nishka Dasgupta
· 6 years ago
b7417e3
Staging: greybus: Alignment should match open parenthesis
by Bhanusree Pola
· 6 years ago
863dbc5
staging: greybus: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
eb50fd3
staging: greybus: add SPDX identifiers to all greybus driver files
by Greg Kroah-Hartman
· 7 years ago
948c622
staging: greybus: remove CONFIG_PM_RUNTIME from kernel_ver.h
by Greg Kroah-Hartman
· 8 years ago
61e13db
greybus: bundle: add runtime pm support
by David Lin
· 8 years ago
60fb340
greybus: Remove extra blank lines
by Viresh Kumar
· 9 years ago
4f9c5c0
greybus: tracing: define bundle traces
by Alex Elder
· 9 years ago
76639ef
greybus: define BUNDLE_ID_NONE
by Alex Elder
· 9 years ago
dc0f028
greybus: Bundle: Initialize dma_mask for bundle device
by Viresh Kumar
· 9 years ago
98fdf5a0
greybus: core: defer connection creation to driver probe
by Johan Hovold
· 9 years ago
5dda7e5
greybus: legacy: add legacy-protocol bundle driver
by Johan Hovold
· 9 years ago
a7e36d0
greybus: bundle: separate bundle creation and registration
by Johan Hovold
· 9 years ago
bdc3735
greybus: bundle: separate connection disabling and destruction
by Johan Hovold
· 9 years ago
a234792
greybus: bundle: use dev_err for bundle-creation errors
by Johan Hovold
· 9 years ago
1db1b24
greybus: bundle: kill the bundle lock
by Johan Hovold
· 9 years ago
100e900
greybus: use decimal notation for interfaces, bundles and cports
by Johan Hovold
· 9 years ago
2d54e4d
greybus: bundle: kill gb_bundle_bind_protocols
by Johan Hovold
· 9 years ago
2f3db92
greybus: don't use %h and %hh for printing short and char variables
by Viresh Kumar
· 9 years ago
f0172c7
greybus: bundle: rename bundle devices
by Johan Hovold
· 9 years ago
a97015c
greybus: bundle: add bundle_id attribute
by Johan Hovold
· 9 years ago
2b14dab
greybus: bundle: use hexadecimal notation for class attribute
by Johan Hovold
· 9 years ago
4396c00
greybus: bundle: rename class attribute
by Johan Hovold
· 9 years ago
700001a
greybus: move id-matching back to core
by Johan Hovold
· 9 years ago
9784a59
greybus: remove unique-id matching
by Johan Hovold
· 9 years ago
8d1043a
greybus: bundle: fix double freeing of bundle structure
by Viresh Kumar
· 9 years ago
fda2381
greybus: connection: call gb_connection_exit() from gb_connection_destroy()
by Viresh Kumar
· 9 years ago
ad14b9e
greybus: bundle: kill unnecessary forward declaration of routine
by Viresh Kumar
· 9 years ago
5677d48
greybus: bundles: remove gb_bundle(s)_init()
by Viresh Kumar
· 10 years ago
c3add78
greybus: interface: device_id belongs to the interface
by Viresh Kumar
· 10 years ago
7e9017d
greybus: svc: Drop svc_set_route_send()
by Viresh Kumar
· 10 years ago
6c68da2
greybus: interface: Get manifest using Control protocol
by Viresh Kumar
· 10 years ago
fe53b45
greybus: bundle: fix gb_bundle_destroy()
by Alex Elder
· 10 years ago
bc94208
greybus: bundle: refactor gb_bundle_find()
by Alex Elder
· 10 years ago
8267616b
greybus: bundle: check for duplicate bundle ids
by Alex Elder
· 10 years ago
928f2ab
greybus: Tear down devices in the reverse order
by Viresh Kumar
· 10 years ago
22fd2a8
greybus: bundle: use kstrdup() for state file
by Alex Elder
· 10 years ago
75052a5
greybus: bundle: add state sysfs file
by Greg Kroah-Hartman
· 10 years ago
88e6d37
greybus: bundle: s/class_type/class
by Viresh Kumar
· 10 years ago
9f5f30e712
greybus: driver corresponds to a bundle, not interface
by Viresh Kumar
· 10 years ago
bb97ea8
greybus: bundle: Initialize all bundles on link-up
by Viresh Kumar
· 10 years ago
7c183f7
greybus: bundle: Create bundles using bundle descriptors
by Viresh Kumar
· 10 years ago
2352a73
greybus: Unregister devices to get them freed
by Viresh Kumar
· 10 years ago
48d7077
greybus: bundle: fix sleep-while-atomic in gb_bundle_destroy
by Johan Hovold
· 10 years ago
88e70a6
greybus: sysfs: put a \n at the end of all sysfs files
by Greg Kroah-Hartman
· 10 years ago
1b6ea0d
greybus: bundle: create GB_DEVICE_ID_BAD
by Greg Kroah-Hartman
· 10 years ago
fb69cb5
greybus: protocol: split binding of prototcols to connections out of init
by Greg Kroah-Hartman
· 10 years ago
df67155
greybus: add module support
by Greg Kroah-Hartman
· 10 years ago
4ab9b3c
greybus: interface: s/gb_interface_block/gb_interface/g
by Greg Kroah-Hartman
· 10 years ago
e232b79
greybus: interface_block.c: rename the "interfaces" list "bundles"
by Greg Kroah-Hartman
· 10 years ago
1db0a5f
greybus: bundle: s/gb_interface/gb_bundle/g
by Greg Kroah-Hartman
· 10 years ago
3bdec69
greybus: bundle: rename interface.[c|h] to bundle.[c|h]
by Greg Kroah-Hartman
· 10 years ago
[Renamed from drivers/staging/greybus/interface.c]
a46e967
greybus: add Linaro copyrights
by Alex Elder
· 10 years ago
4ec7b07
greybus: interface_block: s/gb_module/gb_interface_block/
by Greg Kroah-Hartman
· 10 years ago
0ac5a83
greybus: skeleton for future uevents.
by Greg Kroah-Hartman
· 10 years ago
2206ea9
greybus: interface: move gb_module_interface_init() to interface.c
by Viresh Kumar
· 10 years ago
b97c46e
greybus: interface: free resources properly on failures
by Viresh Kumar
· 10 years ago
669f5fa
greybus: don't set ->dev.driver to NULL when it is already NULL
by Viresh Kumar
· 10 years ago
6b09938
greybus: improve some error messages
by Alex Elder
· 10 years ago
6507cced
greybus: FIXME/XXX removals: We have proper reference counting now
by Greg Kroah-Hartman
· 10 years ago
f0f61b9
greybus: hook up greybus to the driver model
by Greg Kroah-Hartman
· 10 years ago
1a4c013
greybus: interface: add gb_interface_find()
by Matt Porter
· 10 years ago
697e55d
greybus: improve module cleanup code
by Alex Elder
· 10 years ago
574341c
greybus: add device initialization
by Alex Elder
· 10 years ago
748e123
greybus: fix some hasty bugs
by Alex Elder
· 10 years ago
63cc932
greybus: October 1 updates
by Alex Elder
· 10 years ago
ef0d2ba
greybus: define greybus function abstraction
by Alex Elder
· 10 years ago
8c12cde
greybus: define greybus interface abstraction
by Alex Elder
· 10 years ago