Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0b89fc0a367edab09065af722894d186bd0ccb0d
/
drivers
/
greybus
/
manifest.c
8465def
staging: greybus: move the greybus core to drivers/greybus
by Greg Kroah-Hartman
· 5 years ago
[Renamed from drivers/staging/greybus/manifest.c]
ec0ad86
staging: greybus: move core include files to include/linux/greybus/
by Greg Kroah-Hartman
· 5 years ago
ee989b0
staging: greybus: manifest: Fix up some alignment checkpatch issues
by Greg Kroah-Hartman
· 5 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
3dd2226
greybus: manifest: style fix missing space before '('
by Quentin Lambert
· 8 years ago
42830f7
greybus: manifest: Disallow reuse of control cport
by Viresh Kumar
· 9 years ago
8c81d46
greybus: interface: Extract and store Interface feature byte
by Bryan O'Donoghue
· 9 years ago
7c8eb12
greybus: interface: move vendor and product strings to control device
by Johan Hovold
· 9 years ago
7d963cb
greybus: manifest: fix illegal free in error path
by Johan Hovold
· 9 years ago
4a7908c
greybus: manifest: Parse cports (within a bundle) in the order from manifest blob
by Viresh Kumar
· 9 years ago
a0b5542
greybus: manifest: add interface-device prefix to messages
by Johan Hovold
· 9 years ago
d1a9c05
greybus: fix sparse warning in manifest.c
by Greg Kroah-Hartman
· 9 years ago
d6fba3d
greybus: manifest: check for duplicate CPort descriptors when parsing
by Johan Hovold
· 9 years ago
98fdf5a
greybus: core: defer connection creation to driver probe
by Johan Hovold
· 9 years ago
708d07a
greybus: interface: separate manifest parsing from bundle registration
by Johan Hovold
· 9 years ago
a7e36d0
greybus: bundle: separate bundle creation and registration
by Johan Hovold
· 9 years ago
100e900
greybus: use decimal notation for interfaces, bundles and cports
by Johan Hovold
· 9 years ago
0bf1f24
greybus: connection: separate connection creation and enabling
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
47091af
greybus: interface: drop the control bundle
by Johan Hovold
· 9 years ago
f2152eb
greybus: manifest: refactor cport-descriptor release
by Johan Hovold
· 9 years ago
2566fae6
greybus: connection: clean up connection-creation interface
by Johan Hovold
· 9 years ago
fc25d90
greybus: manifest: simplify descriptor address calculation
by Sachin Pandhare
· 9 years ago
f65fa47
greybus: fix vendor and product matching
by Johan Hovold
· 9 years ago
8034bd5
greybus: interface: remove unique id
by Johan Hovold
· 9 years ago
5c864e7
greybus: manifest: fix bundle descriptor parse
by Rui Miguel Silva
· 9 years ago
b350007
greybus: manifest: fix the placement of arguments to pr_err
by Bryan O'Donoghue
· 9 years ago
4317f87
greybus: manifest: release cport descriptors to avoid 'excess descriptors' warning
by Viresh Kumar
· 9 years ago
98d7fbc
greybus: manifest: don't reject the interface on failing to initialize a cport
by Viresh Kumar
· 9 years ago
09fb10f
greybus: manifest: convert pr_err to dev_err
by Bryan O'Donoghue
· 9 years ago
b38fe34
greybus: manifest: reserve control connection cport/bundle ids
by Bryan O'Donoghue
· 9 years ago
6fa1adb
greybus: connection: Exit connection before destroying it
by Viresh Kumar
· 10 years ago
730a2f6
greybus: control: Warn if non-control cport/bundles have control protocol/classes
by Viresh Kumar
· 10 years ago
6c68da2
greybus: interface: Get manifest using Control protocol
by Viresh Kumar
· 10 years ago
b08488b
greybus: manifest: Allow bundles/connections list to be non-empty at manifest parsing
by Viresh Kumar
· 10 years ago
fb690ca
greybus: rename HOST_DEV_CPORT_ID_MAX
by Alex Elder
· 10 years ago
2a64fb0
greybus: manifest: clean up properly when parsing bundles
by Alex Elder
· 10 years ago
52e8ce3
greybus: manifest: clean up properly when parsing cports
by Alex Elder
· 10 years ago
c27a253
greybus: manifest: rework bundle parsing
by Alex Elder
· 10 years ago
a6b13eb
greybus: manifest: rework cport parsing
by Alex Elder
· 10 years ago
c46839d
greybus: manifest: use bundle's embedded interface pointer
by Alex Elder
· 10 years ago
d393c98
greybus: manifest: really minor cleanups
by Alex Elder
· 10 years ago
190241a
greybus: drop some unnecessary headers
by Alex Elder
· 10 years ago
d51c0ff
greybus: manifest: clean up a few pr_err() calls
by Alex Elder
· 10 years ago
b022515
greybus: Remove class descriptor
by Viresh Kumar
· 10 years ago
8a5286e
greybus: manifest: Remove vendor, product and unique-id from interface descriptor
by Viresh Kumar
· 10 years ago
55b930c
greybus: manifest: Warn if descriptor size > expected size
by Viresh Kumar
· 10 years ago
fa2fbf1
greybus: manifest: Account for padding in string descriptor
by Viresh Kumar
· 10 years ago
88e6d37
greybus: bundle: s/class_type/class
by Viresh Kumar
· 10 years ago
8e2e22d
greybus: drop module descriptors
by Viresh Kumar
· 10 years ago
a93db2d
greybus: manifest: Use interface descriptor instead of module descriptor to get information
by Viresh Kumar
· 10 years ago
7c183f7
greybus: bundle: Create bundles using bundle descriptors
by Viresh Kumar
· 10 years ago
83a0cb5
greybus: Add bundle descriptor type
by Viresh Kumar
· 10 years ago
d8187aa
greybus: manifest: use size_t for a size variable
by Alex Elder
· 10 years ago
13fe6a9
greybus: manifest: don't need to check for desc_size == 0 anymore
by Viresh Kumar
· 10 years ago
19b3b2c
greybus: manifest: descriptor size should be >= header size
by Viresh Kumar
· 10 years ago
86cad66
greybus: interface: remove global manifest_descs list
by Greg Kroah-Hartman
· 10 years ago
4ab9b3c
greybus: interface: s/gb_interface_block/gb_interface/g
by Greg Kroah-Hartman
· 10 years ago
1db0a5f
greybus: bundle: s/gb_interface/gb_bundle/g
by Greg Kroah-Hartman
· 10 years ago
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
708c126
greybus: module versions: remove them
by Greg Kroah-Hartman
· 10 years ago
696e0cc
greybus: Random spell fixes
by Viresh Kumar
· 10 years ago
64e69291
greybus: Pass '*ptr' to sizeof() wherever possible
by Viresh Kumar
· 10 years ago
86bf33a
greybus: Revert "manifest: remove extra loop for finding module descriptor"
by Greg Kroah-Hartman
· 10 years ago
b7be8d2
greybus: Revert "manifest: improve print message"
by Greg Kroah-Hartman
· 10 years ago
1dd90df
greybus: manifest: make sure manifest_descs list is empty before parsing manifest
by Viresh Kumar
· 10 years ago
219871e
greybus: manifest: improve print message
by Viresh Kumar
· 10 years ago
85f3aee
greybus: manifest: remove extra loop for finding module descriptor
by Viresh Kumar
· 10 years ago
50fc08f
greybus: manifest: don't free unallocated resources
by Viresh Kumar
· 10 years ago
4ed16a8
greybus: manifest: initialize variable during definition
by Viresh Kumar
· 10 years ago
43d9431
greybus: manifest: no need to initialize 'result'
by Viresh Kumar
· 10 years ago
545a697
greybus: control printing message
by Alex Elder
· 10 years ago
7fba007
greybus: use protocol_id for numeric values
by Alex Elder
· 10 years ago
ff8aed5
greybus: fix gb_manifest_parse() successful return path
by Matt Porter
· 10 years ago
7a13e2f
greybus: fix manifest parsing problem with descriptor payload
by Matt Porter
· 10 years ago
2fb5c51
greybus: manifest.c: minor sparse cleanup
by Greg Kroah-Hartman
· 10 years ago
937d0da
greybus: fix module setup
by Alex Elder
· 10 years ago
2f30d9f
greybus: manifest: some minor sparse warning fixups.
by Greg Kroah-Hartman
· 10 years ago
ad1c449
greybus: record connection protocol
by Alex Elder
· 10 years ago
cd34507
greybus: get rid of functions now...
by Alex Elder
· 10 years ago
63cc932
greybus: October 1 updates
by Alex Elder
· 10 years ago
c095bbc
greybus: manifest cport descriptor parsing
by Alex Elder
· 10 years ago
d88bfb5
greybus: manifest interface descriptor parsing
by Alex Elder
· 10 years ago
b09c94a
greybus: start improving manifest parsing
by Alex Elder
· 10 years ago