aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/protocol.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-19greybus: connection: move legacy-protocol handling to legacy driverGravatar Johan Hovold 1-0/+2
2015-12-08greybus: bundle: kill gb_bundle_bind_protocolsGravatar Johan Hovold 1-6/+0
2015-12-04greybus: don't use %h and %hh for printing short and char variablesGravatar Viresh Kumar 1-2/+2
2015-11-25greybus: protocol: handle static connectionsGravatar Johan Hovold 1-5/+5
2015-10-19greybus: protocol: use the bundle struct device instead of the connectorGravatar Greg Kroah-Hartman 1-7/+7
2015-10-14greybus: protocol: make protocol-lookup error message more informativeGravatar Johan Hovold 1-3/+0
2015-10-14greybus: protocol: make version debug message more informativeGravatar Johan Hovold 1-4/+7
2015-10-14greybus: protocol: warn on protocol put errorsGravatar Johan Hovold 1-12/+6
2015-10-14greybus: protocol: warn on bad deregistrationGravatar Johan Hovold 1-20/+8
2015-09-15greybus: greybus_protocols: add missing version-request definitionGravatar Johan Hovold 1-10/+11
2015-08-12greybus: protocol: send own protocol version while requesting itGravatar Viresh Kumar 1-17/+11
2015-08-11greybus: protocol: Create request structure from within gb_protocol_get_versi...Gravatar Viresh Kumar 1-2/+10
2015-08-11greybus: protocol: Remove unnecessary params of gb_protocol_get_version()Gravatar Viresh Kumar 1-11/+11
2015-08-11greybus: connection: Save major/minor supported by moduleGravatar Viresh Kumar 1-0/+3
2015-07-24greybus: connection: silence warning on unbound protocolsGravatar Perry Hung 1-3/+0
2015-06-12greybus: connection: drop unneeded gb_protocol_put() callsGravatar Alex Elder 1-1/+1
2015-05-20greybus: protocol: remove leading underscore from _gb_protocol_find()Gravatar Viresh Kumar 1-5/+5
2015-03-27greybus: clean up some small messesGravatar Alex Elder 1-8/+6
2015-01-23greybus: Revert "protocol: dedup protocol find code"Gravatar Greg Kroah-Hartman 1-10/+25
2015-01-23greybus: Revert "protocol.c: fix a kernel panic caused by __gb_protocol_regis...Gravatar Greg Kroah-Hartman 1-1/+1
2015-01-22greybus: protocol.c: fix a kernel panic caused by __gb_protocol_registerGravatar Alexandre Bailon 1-1/+1
2015-01-22greybus: create get_version() routines with the help of a macroGravatar Viresh Kumar 1-0/+26
2015-01-21greybus: protocol: dedup protocol find codeGravatar Rui Miguel Silva 1-25/+10
2015-01-16greybus: Add FIXME warnings for possible NULL dereferencesGravatar Bill Pemberton 1-0/+3
2015-01-02greybus: protocol: fix oops when no protocol is assignedGravatar Greg Kroah-Hartman 1-2/+8
2015-01-02greybus: protocol: name protocols.Gravatar Greg Kroah-Hartman 1-0/+7
2015-01-02greybus: gpb: Create a "GP Bridge" kernel moduleGravatar Greg Kroah-Hartman 1-35/+0
2015-01-02greybus: battery-gb: move the battery protocol out to a stand-alone moduleGravatar Greg Kroah-Hartman 1-5/+0
2015-01-02greybus: vibrator-gb: move vibrator protocol to a stand-alone module.Gravatar Greg Kroah-Hartman 1-5/+0
2015-01-02greybus: protocol: add a module owner to a protocolGravatar Greg Kroah-Hartman 1-5/+12
2014-12-23greybus: i2c-gb: split out into a stand-alone kernel module.Gravatar Greg Kroah-Hartman 1-5/+0
2014-12-23greybus: protocol: split binding of prototcols to connections out of initGravatar Greg Kroah-Hartman 1-0/+6
2014-12-23greybus: export needed symbols for protocolsGravatar Greg Kroah-Hartman 1-0/+2
2014-12-23greybus: protocol: switch gb_protocol_register() to return an intGravatar Greg Kroah-Hartman 1-13/+15
2014-12-12greybus: add Linaro copyrightsGravatar Alex Elder 1-0/+1
2014-12-01greybus: usb-gb: import a "buildable" version of the usb-gb.c driverGravatar Greg Kroah-Hartman 1-0/+5
2014-11-21greybus: Random spell fixesGravatar Viresh Kumar 1-2/+2
2014-11-17greybus: vibrator-gb: add vibrator driverGravatar Greg Kroah-Hartman 1-0/+5
2014-11-14greybus: add pwm protocol driverGravatar Matt Porter 1-0/+4
2014-11-05greybus: register preallocated protocolsGravatar Alex Elder 1-13/+51
2014-11-05greybus: order the protocols listGravatar Alex Elder 1-12/+54
2014-11-05greybus: count rather than list protocol usersGravatar Alex Elder 1-52/+39
2014-11-05greybus: identify protocol by id *and* versionGravatar Alex Elder 1-11/+20
2014-11-05greybus: make _gb_protocol_find() staticGravatar Alex Elder 1-1/+1
2014-10-29greybus: introduce protocol abstractionGravatar Alex Elder 1-0/+122