greybus: minor tweak in gb_connection_recv_response()
[cascardo/linux.git] / drivers / staging / greybus / operation.c
2014-11-22 Alex Eldergreybus: minor tweak in gb_connection_recv_response()
2014-11-22 Alex Eldergreybus: add a reference to pending operations
2014-11-22 Alex Eldergreybus: handle data send errors in workqueue
2014-11-22 Alex Eldergreybus: abandon incoming requests for now
2014-11-22 Alex Eldergreybus: use errno for operation result
2014-11-21 Viresh Kumargreybus: Random spell fixes
2014-11-21 Alex Eldergreybus: define greybus_data_sent()
2014-11-21 Alex Eldergreybus: embed message buffer into message structure
2014-11-21 Alex Eldergreybus: dynamically allocate requests and responses
2014-11-21 Alex Eldergreybus: rename message buffer fields
2014-11-21 Alex Eldergreybus: have greybus allocate its own buffers
2014-11-21 Alex Eldergreybus: complete overflow responses
2014-11-21 Alex Eldergreybus: fix a timeout race
2014-11-20 Alex Eldergreybus: remove status from all responses
2014-11-20 Alex Eldergreybus: define gb_operation_status_map()
2014-11-20 Alex Eldergreybus: send operation result in response message...
2014-11-20 Alex Eldergreybus: distinguish incoming from outgoing requests
2014-11-19 Viresh Kumargreybus: operation: don't complete operation twice
2014-11-19 Alex Eldergreybus: refactor gb_connection_recv()
2014-11-19 Alex Eldergreybus: use "operation_id" for certain values
2014-11-19 Alex Eldergreybus: get rid of message status
2014-11-18 Greg Kroah-Hartmangreybus: Merge branch 'master' into vibrator-gb
2014-11-18 Alex Eldergreybus: pass gfp_flags for message allocation
2014-11-18 Alex Eldergreybus: stop storing dest_cport_id in message
2014-11-18 Alex Eldergreybus: stop storing hd in message
2014-11-18 Alex Eldergreybus: kill the last gbuf remnants
2014-11-18 Alex Eldergreybus: rework receve handling
2014-11-18 Alex Eldergreybus: cancel messages, not gbufs
2014-11-18 Alex Eldergreybus: send messages, not gbufs
2014-11-18 Alex Eldergreybus: rework message initialization
2014-11-18 Alex Eldergreybus: send buffers without gbufs
2014-11-18 Alex Eldergreybus: cancel buffers via magic cookie
2014-11-18 Alex Eldergreybus: free space without gbufs
2014-11-18 Alex Eldergreybus: allocate space without gbufs
2014-11-18 Alex Eldergreybus: fill in destination data at send time
2014-11-18 Alex Eldergreybus: fix an allocation flag bug
2014-11-18 Greg Kroah-Hartmangreybus: Merge branch 'master' into vibrator-gb
2014-11-18 Alex Eldergreybus: kill off the last of gbuf.c
2014-11-18 Alex Eldergreybus: embed gbufs into operation message structure
2014-11-18 Alex Eldergreybus: move gbuf initialization to caller
2014-11-18 Alex Eldergreybus: start using struct gb_message
2014-11-18 Alex Eldergreybus: define struct gb_message
2014-11-17 Alex Eldergreybus: record the host device in a gbuf
2014-11-17 Alex Eldergreybus: record a gbuf's destination CPort id
2014-11-17 Alex Eldergreybus: reference count operations
2014-11-17 Alex Eldergreybus: clean up gb_connection_operation_recv()
2014-11-17 Alex Eldergreybus: kill gb_operation_gbuf_complete()
2014-11-17 Alex Eldergreybus: move operation timeout teardown
2014-11-14 Viresh Kumargreybus: operation: free resources in the reverse order...
2014-11-14 Viresh Kumargreybus: debug: mark debug messages with pr_debug(...
2014-11-14 Alex Eldergreybus: pass operation type on request receive
2014-11-14 Alex Eldergreybus: op_cycle doesn't need to be atomic
2014-11-14 Alex Eldergreybus: simplify pending operations tracking
2014-11-14 Alex Eldergreybus: move timeout out of gb_operation_insert()
2014-11-14 Alex Eldergreybus: fix request timeout bug
2014-11-06 Alex Eldergreybus: kill gbuf->complete
2014-11-06 Alex Eldergreybus: move gb_operation_gbuf_complete()
2014-11-06 Alex Eldergreybus: get rid of greybus_gbuf_finished()
2014-11-06 Alex Eldergreybus: remove gbuf->context
2014-11-06 Alex Eldergreybus: record gbuf->operation
2014-11-06 Alex Eldergreybus: get rid of gbuf->actual_length
2014-11-05 Alex Eldergreybus: add an incoming request receive method
2014-11-05 Alex Eldergreybus: fix a bug in gb_operation_gbuf_complete()
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