greybus: introduce protocol abstraction
[cascardo/linux.git] / drivers / staging / greybus / operation.c
2014-10-29 Alex Eldergreybus: introduce protocol abstraction
2014-10-29 Alex Eldergreybus: use protocol_id for numeric values
2014-10-28 Greg Kroah-Hartmangreybus: Merge branch 'master' into driver_model_rework
2014-10-27 Greg Kroah-Hartmangreybus: FIXME/XXX removals: We have proper reference...
2014-10-27 Greg Kroah-Hartmangreybus: operation: make the timeout a per-operation...
2014-10-27 Greg Kroah-Hartmangreybus: core: make greybus_kill_gbuf not return a...
2014-10-27 Greg Kroah-Hartmangreybus: operation: fix some sparse warnings
2014-10-22 Alex Eldergreybus: define connection state
2014-10-22 Alex Eldergreybus: define operation_cancel()
2014-10-22 Alex Eldergreybus: time out operation requests
2014-10-20 Alex Eldergreybus: create a slab cache for operations
2014-10-20 Greg Kroah-Hartmangreybus: add LED protocol numbers
2014-10-20 Greg Kroah-Hartmangreybus: battery: some hooking up to the greybus core
2014-10-18 Alex Eldergreybus: report gbuf errors
2014-10-17 Alex Eldergreybus: update gbuf status for completion handlers
2014-10-17 Alex Eldergreybus: add i2c driver
2014-10-17 Alex Eldergreybus: move receive handling to operation layer
2014-10-17 Alex Eldergreybus: let operation layer examine incoming data
2014-10-17 Alex Eldergreybus: add gb_operation_find()
2014-10-17 Alex Eldergreybus: add response buffer to an operation
2014-10-06 Alex Eldergreybus: use alloc_gbuf_data() for both directions
2014-10-06 Alex Eldergreybus: allocate gbufs using the connection
2014-10-04 Alex Eldergreybus: specify type when creating an operation
2014-10-04 Alex Eldergreybus: gbuf: have caller set actual_length
2014-10-03 Greg Kroah-Hartmangreybus: operation: fix endian issue in the operation...
2014-10-03 Alex Eldergreybus: get rid of functions now...
2014-10-03 Alex Eldergreybus: introduce an operation abstraction