summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/protocol.c
AgeCommit message (Expand)Author
2016-01-19greybus: connection: move legacy-protocol handling to legacy driverJohan Hovold
2015-12-08greybus: bundle: kill gb_bundle_bind_protocolsJohan Hovold
2015-12-04greybus: don't use %h and %hh for printing short and char variablesViresh Kumar
2015-11-25greybus: protocol: handle static connectionsJohan Hovold
2015-10-19greybus: protocol: use the bundle struct device instead of the connectorGreg Kroah-Hartman
2015-10-14greybus: protocol: make protocol-lookup error message more informativeJohan Hovold
2015-10-14greybus: protocol: make version debug message more informativeJohan Hovold
2015-10-14greybus: protocol: warn on protocol put errorsJohan Hovold
2015-10-14greybus: protocol: warn on bad deregistrationJohan Hovold
2015-09-15greybus: greybus_protocols: add missing version-request definitionJohan Hovold
2015-08-12greybus: protocol: send own protocol version while requesting itViresh Kumar
2015-08-11greybus: protocol: Create request structure from within gb_protocol_get_versi...Viresh Kumar
2015-08-11greybus: protocol: Remove unnecessary params of gb_protocol_get_version()Viresh Kumar
2015-08-11greybus: connection: Save major/minor supported by moduleViresh Kumar
2015-07-24greybus: connection: silence warning on unbound protocolsPerry Hung
2015-06-12greybus: connection: drop unneeded gb_protocol_put() callsAlex Elder
2015-05-20greybus: protocol: remove leading underscore from _gb_protocol_find()Viresh Kumar
2015-03-27greybus: clean up some small messesAlex Elder
2015-01-23greybus: Revert "protocol: dedup protocol find code"Greg Kroah-Hartman
2015-01-23greybus: Revert "protocol.c: fix a kernel panic caused by __gb_protocol_regis...Greg Kroah-Hartman
2015-01-22greybus: protocol.c: fix a kernel panic caused by __gb_protocol_registerAlexandre Bailon
2015-01-22greybus: create get_version() routines with the help of a macroViresh Kumar
2015-01-21greybus: protocol: dedup protocol find codeRui Miguel Silva
2015-01-16greybus: Add FIXME warnings for possible NULL dereferencesBill Pemberton
2015-01-02greybus: protocol: fix oops when no protocol is assignedGreg Kroah-Hartman
2015-01-02greybus: protocol: name protocols.Greg Kroah-Hartman
2015-01-02greybus: gpb: Create a "GP Bridge" kernel moduleGreg Kroah-Hartman
2015-01-02greybus: battery-gb: move the battery protocol out to a stand-alone moduleGreg Kroah-Hartman
2015-01-02greybus: vibrator-gb: move vibrator protocol to a stand-alone module.Greg Kroah-Hartman
2015-01-02greybus: protocol: add a module owner to a protocolGreg Kroah-Hartman
2014-12-23greybus: i2c-gb: split out into a stand-alone kernel module.Greg Kroah-Hartman
2014-12-23greybus: protocol: split binding of prototcols to connections out of initGreg Kroah-Hartman
2014-12-23greybus: export needed symbols for protocolsGreg Kroah-Hartman
2014-12-23greybus: protocol: switch gb_protocol_register() to return an intGreg Kroah-Hartman
2014-12-12greybus: add Linaro copyrightsAlex Elder
2014-12-01greybus: usb-gb: import a "buildable" version of the usb-gb.c driverGreg Kroah-Hartman
2014-11-21greybus: Random spell fixesViresh Kumar
2014-11-17greybus: vibrator-gb: add vibrator driverGreg Kroah-Hartman
2014-11-14greybus: add pwm protocol driverMatt Porter
2014-11-05greybus: register preallocated protocolsAlex Elder
2014-11-05greybus: order the protocols listAlex Elder
2014-11-05greybus: count rather than list protocol usersAlex Elder
2014-11-05greybus: identify protocol by id *and* versionAlex Elder
2014-11-05greybus: make _gb_protocol_find() staticAlex Elder
2014-10-29greybus: introduce protocol abstractionAlex Elder