summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/protocol.h
AgeCommit message (Expand)Author
2016-03-03greybus: gpbridge.h: move protocol init/exit prototypesGreg Kroah-Hartman
2016-01-19greybus: svc: drop legacy-protocol dependencyJohan Hovold
2016-01-19greybus: connection: remove skip-connected legacy protocol flagsJohan Hovold
2015-11-25greybus: connection: unconditionally enable connectionsJohan Hovold
2015-11-25greybus: connection: kill GB_PROTOCOL_SKIP_SVC_CONNECTIONJohan Hovold
2015-11-05greybus: hid: hid should not be part of the bridged-phy driver.Greg Kroah-Hartman
2015-11-04greybus: audio: Remove I2S Bridged-PHY Protcol based audio driverMark Greer
2015-10-14greybus: protocol: warn on bad deregistrationJohan Hovold
2015-09-14greybus: Add flags to struct gb_protocolViresh Kumar
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: protocol: Drop define_get_version supportViresh Kumar
2015-07-22greybus: protocol: move version_response structure to greybus_protocols.hViresh Kumar
2015-07-01greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Viresh Kumar
2015-05-23greybus: gpbridge: fix section mismatchesJohan Hovold
2015-05-20greybus: remove unnecessary greybus.h includesJohan Hovold
2015-05-20greybus: protocol: Add gb_gpbridge_protocol_driver()Viresh Kumar
2015-05-08greybus: gb-audio: Add integrated greybus audio driverJohn Stultz
2015-05-05greybus: protocol.h: fix up long lines in define_get_version()Greg Kroah-Hartman
2015-05-05greybus: protocol.h: macros should not have a trailing ';'Greg Kroah-Hartman
2015-03-30greybus: operation: refactor response handlingJohan Hovold
2015-03-16greybus: hid: add HID class driverViresh Kumar
2015-01-23greybus: spi: add bridged-PHY spi protocol driverViresh Kumar
2015-01-22greybus: create get_version() routines with the help of a macroViresh Kumar
2015-01-02greybus: protocol: name protocols.Greg Kroah-Hartman
2015-01-02greybus: i2c-gb: move i2c protocol into the gpbridge driverGreg 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: 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-17greybus: vibrator-gb: add vibrator driverGreg Kroah-Hartman
2014-11-14greybus: pass operation type on request receiveAlex Elder
2014-11-14greybus: add pwm protocol driverMatt Porter
2014-11-05greybus: add an incoming request receive methodAlex Elder
2014-11-05greybus: move methods into protocolAlex Elder
2014-11-05greybus: register preallocated protocolsAlex Elder
2014-11-05greybus: count rather than list protocol usersAlex Elder
2014-11-05greybus: identify protocol by id *and* versionAlex Elder
2014-10-29greybus: introduce protocol abstractionAlex Elder