index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
greybus
/
protocol.h
Age
Commit message (
Expand
)
Author
2016-01-19
greybus: svc: drop legacy-protocol dependency
Johan Hovold
2016-01-19
greybus: connection: remove skip-connected legacy protocol flags
Johan Hovold
2015-11-25
greybus: connection: unconditionally enable connections
Johan Hovold
2015-11-25
greybus: connection: kill GB_PROTOCOL_SKIP_SVC_CONNECTION
Johan Hovold
2015-11-05
greybus: hid: hid should not be part of the bridged-phy driver.
Greg Kroah-Hartman
2015-11-04
greybus: audio: Remove I2S Bridged-PHY Protcol based audio driver
Mark Greer
2015-10-14
greybus: protocol: warn on bad deregistration
Johan Hovold
2015-09-14
greybus: Add flags to struct gb_protocol
Viresh Kumar
2015-08-12
greybus: protocol: send own protocol version while requesting it
Viresh Kumar
2015-08-11
greybus: protocol: Create request structure from within gb_protocol_get_versi...
Viresh Kumar
2015-08-11
greybus: protocol: Remove unnecessary params of gb_protocol_get_version()
Viresh Kumar
2015-08-11
greybus: protocol: Drop define_get_version support
Viresh Kumar
2015-07-22
greybus: protocol: move version_response structure to greybus_protocols.h
Viresh Kumar
2015-07-01
greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()
Viresh Kumar
2015-05-23
greybus: gpbridge: fix section mismatches
Johan Hovold
2015-05-20
greybus: remove unnecessary greybus.h includes
Johan Hovold
2015-05-20
greybus: protocol: Add gb_gpbridge_protocol_driver()
Viresh Kumar
2015-05-08
greybus: gb-audio: Add integrated greybus audio driver
John Stultz
2015-05-05
greybus: protocol.h: fix up long lines in define_get_version()
Greg Kroah-Hartman
2015-05-05
greybus: protocol.h: macros should not have a trailing ';'
Greg Kroah-Hartman
2015-03-30
greybus: operation: refactor response handling
Johan Hovold
2015-03-16
greybus: hid: add HID class driver
Viresh Kumar
2015-01-23
greybus: spi: add bridged-PHY spi protocol driver
Viresh Kumar
2015-01-22
greybus: create get_version() routines with the help of a macro
Viresh Kumar
2015-01-02
greybus: protocol: name protocols.
Greg Kroah-Hartman
2015-01-02
greybus: i2c-gb: move i2c protocol into the gpbridge driver
Greg Kroah-Hartman
2015-01-02
greybus: gpb: Create a "GP Bridge" kernel module
Greg Kroah-Hartman
2015-01-02
greybus: battery-gb: move the battery protocol out to a stand-alone module
Greg Kroah-Hartman
2015-01-02
greybus: vibrator-gb: move vibrator protocol to a stand-alone module.
Greg Kroah-Hartman
2015-01-02
greybus: protocol: add a module owner to a protocol
Greg Kroah-Hartman
2014-12-23
greybus: i2c-gb: split out into a stand-alone kernel module.
Greg Kroah-Hartman
2014-12-23
greybus: protocol: switch gb_protocol_register() to return an int
Greg Kroah-Hartman
2014-12-12
greybus: add Linaro copyrights
Alex Elder
2014-12-01
greybus: usb-gb: import a "buildable" version of the usb-gb.c driver
Greg Kroah-Hartman
2014-11-17
greybus: vibrator-gb: add vibrator driver
Greg Kroah-Hartman
2014-11-14
greybus: pass operation type on request receive
Alex Elder
2014-11-14
greybus: add pwm protocol driver
Matt Porter
2014-11-05
greybus: add an incoming request receive method
Alex Elder
2014-11-05
greybus: move methods into protocol
Alex Elder
2014-11-05
greybus: register preallocated protocols
Alex Elder
2014-11-05
greybus: count rather than list protocol users
Alex Elder
2014-11-05
greybus: identify protocol by id *and* version
Alex Elder
2014-10-29
greybus: introduce protocol abstraction
Alex Elder