greybus: connection: remove WARN_ON from destroy
[cascardo/linux.git] / drivers / staging / greybus / protocol.h
2016-01-19 Johan Hovoldgreybus: svc: drop legacy-protocol dependency
2016-01-19 Johan Hovoldgreybus: connection: remove skip-connected legacy proto...
2015-11-25 Johan Hovoldgreybus: connection: unconditionally enable connections
2015-11-25 Johan Hovoldgreybus: connection: kill GB_PROTOCOL_SKIP_SVC_CONNECTION
2015-11-06 Greg Kroah-Hartmangreybus: hid: hid should not be part of the bridged...
2015-11-05 Mark Greergreybus: audio: Remove I2S Bridged-PHY Protcol based...
2015-10-14 Johan Hovoldgreybus: protocol: warn on bad deregistration
2015-09-15 Viresh Kumargreybus: Add flags to struct gb_protocol
2015-08-13 Viresh Kumargreybus: protocol: send own protocol version while...
2015-08-12 Greg Kroah-Hartmangreybus: Merge branch 'master' into branch 'svc'.
2015-08-12 Viresh Kumargreybus: protocol: Create request structure from within...
2015-08-12 Greg Kroah-Hartmangreybus: Merge branch 'master' into branch 'svc'.
2015-08-12 Viresh Kumargreybus: protocol: Remove unnecessary params of gb_prot...
2015-08-12 Viresh Kumargreybus: protocol: Drop define_get_version support
2015-07-22 Viresh Kumargreybus: protocol: move version_response structure...
2015-07-01 Viresh Kumargreybus: Rename gb_gpbridge_protocol_driver() as gb_bui...
2015-05-26 Greg Kroah-Hartmangreybus: Merge branch 'master' of github.com:gregkh...
2015-05-23 Johan Hovoldgreybus: gpbridge: fix section mismatches
2015-05-21 Johan Hovoldgreybus: remove unnecessary greybus.h includes
2015-05-21 Viresh Kumargreybus: protocol: Add gb_gpbridge_protocol_driver()
2015-05-08 John Stultzgreybus: gb-audio: Add integrated greybus audio driver
2015-05-05 Greg Kroah-Hartmangreybus: protocol.h: fix up long lines in define_get_ve...
2015-05-05 Greg Kroah-Hartmangreybus: protocol.h: macros should not have a trailing ';'
2015-03-30 Johan Hovoldgreybus: operation: refactor response handling
2015-03-16 Viresh Kumargreybus: hid: add HID class driver
2015-01-23 Viresh Kumargreybus: spi: add bridged-PHY spi protocol driver
2015-01-22 Viresh Kumargreybus: create get_version() routines with the help...
2015-01-02 Greg Kroah-Hartmangreybus: protocol: name protocols.
2015-01-02 Greg Kroah-Hartmangreybus: i2c-gb: move i2c protocol into the gpbridge...
2015-01-02 Greg Kroah-Hartmangreybus: gpb: Create a "GP Bridge" kernel module
2015-01-02 Greg Kroah-Hartmangreybus: battery-gb: move the battery protocol out...
2015-01-02 Greg Kroah-Hartmangreybus: vibrator-gb: move vibrator protocol to a stand...
2015-01-02 Greg Kroah-Hartmangreybus: protocol: add a module owner to a protocol
2014-12-24 Greg Kroah-Hartmangreybus: i2c-gb: split out into a stand-alone kernel...
2014-12-24 Greg Kroah-Hartmangreybus: protocol: switch gb_protocol_register() to...
2014-12-12 Alex Eldergreybus: add Linaro copyrights
2014-12-02 Greg Kroah-Hartmangreybus: usb-gb: import a "buildable" version of the...
2014-11-18 Greg Kroah-Hartmangreybus: Merge branch 'master' into vibrator-gb
2014-11-18 Greg Kroah-Hartmangreybus: Merge branch 'master' into vibrator-gb
2014-11-18 Greg Kroah-Hartmangreybus: vibrator-gb: add vibrator driver
2014-11-14 Alex Eldergreybus: pass operation type on request receive
2014-11-14 Matt Portergreybus: add pwm protocol driver
2014-11-05 Alex Eldergreybus: add an incoming request receive method
2014-11-05 Alex Eldergreybus: move methods into protocol
2014-11-05 Alex Eldergreybus: register preallocated protocols
2014-11-05 Alex Eldergreybus: count rather than list protocol users
2014-11-05 Alex Eldergreybus: identify protocol by id *and* version
2014-10-29 Alex Eldergreybus: introduce protocol abstraction