]> git.karo-electronics.de Git - karo-tx-linux.git/history - drivers/staging/greybus/protocol.c
greybus: protocol: make protocol-lookup error message more informative
[karo-tx-linux.git] / drivers / staging / greybus / protocol.c
2015-10-14 Johan Hovoldgreybus: protocol: make protocol-lookup error message...
2015-10-14 Johan Hovoldgreybus: protocol: make version debug message more...
2015-10-14 Johan Hovoldgreybus: protocol: warn on protocol put errors
2015-10-14 Johan Hovoldgreybus: protocol: warn on bad deregistration
2015-09-15 Johan Hovoldgreybus: greybus_protocols: add missing version-request...
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: connection: Save major/minor supported by...
2015-07-24 Perry Hunggreybus: connection: silence warning on unbound protocols
2015-06-12 Alex Eldergreybus: connection: drop unneeded gb_protocol_put...
2015-05-21 Viresh Kumargreybus: protocol: remove leading underscore from _gb_p...
2015-03-27 Alex Eldergreybus: clean up some small messes
2015-01-23 Greg Kroah-Hartmangreybus: Revert "protocol: dedup protocol find code"
2015-01-23 Greg Kroah-Hartmangreybus: Revert "protocol.c: fix a kernel panic caused...
2015-01-22 Alexandre Bailongreybus: protocol.c: fix a kernel panic caused by __gb_...
2015-01-22 Viresh Kumargreybus: create get_version() routines with the help...
2015-01-21 Rui Miguel Silvagreybus: protocol: dedup protocol find code
2015-01-16 Bill Pembertongreybus: Add FIXME warnings for possible NULL dereferences
2015-01-02 Greg Kroah-Hartmangreybus: protocol: fix oops when no protocol is assigned
2015-01-02 Greg Kroah-Hartmangreybus: protocol: name protocols.
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: split binding of prototcols to conne...
2014-12-24 Greg Kroah-Hartmangreybus: export needed symbols for protocols
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-21 Viresh Kumargreybus: Random spell fixes
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 Matt Portergreybus: add pwm protocol driver
2014-11-05 Alex Eldergreybus: register preallocated protocols
2014-11-05 Alex Eldergreybus: order the protocols list
2014-11-05 Alex Eldergreybus: count rather than list protocol users
2014-11-05 Alex Eldergreybus: identify protocol by id *and* version
2014-11-05 Alex Eldergreybus: make _gb_protocol_find() static
2014-10-29 Alex Eldergreybus: introduce protocol abstraction