greybus: gbuf: implement gbuf_kill_gbuf()
[cascardo/linux.git] / drivers / staging / greybus / gbuf.c
2014-10-27 Greg Kroah-Hartmangreybus: gbuf: implement gbuf_kill_gbuf()
2014-10-17 Alex Eldergreybus: update gbuf status for completion handlers
2014-10-17 Alex Eldergreybus: kill old cport handlers
2014-10-17 Alex Eldergreybus: kill off gbuf work queue
2014-10-17 Alex Eldergreybus: let operation layer examine incoming data
2014-10-17 Alex Eldergreybus: drop hd arg from submit_gbuf method
2014-10-17 Alex Eldergreybus: unlock gbuf mutex on free
2014-10-06 Alex Eldergreybus: kill __alloc_gbuf()
2014-10-06 Alex Eldergreybus: use alloc_gbuf_data() for both directions
2014-10-06 Alex Eldergreybus: allocate gbufs using the connection
2014-10-06 Alex Eldergreybus: look up connection for recevied messages
2014-10-03 Alex Eldergreybus: isolate greybus module code
2014-10-01 Alex Eldergreybus: kill struct gmod_cport
2014-09-30 Alex Eldergreybus: some more renames
2014-09-24 Greg Kroah-Hartmangreybus: fix up coding style issue I caused with the...
2014-09-24 Alex Eldergreybus: embed workqueue structure in struct gbuf
2014-09-23 Alex Eldergreybus: rename struct greybus_device
2014-09-22 Greg Kroah-Hartmangreybus: gbuf: clean up logic of who owns what "part...
2014-09-20 Greg Kroah-Hartmangreybus: gbuf: implement submission logic
2014-09-14 Greg Kroah-Hartmangreybus: fix hd init sequence of setting up parent...
2014-09-14 Greg Kroah-Hartmangreybus: gbuf: cport in buffer stream logic
2014-09-14 Greg Kroah-Hartmangreybus: gbuf recieve path work, not done, dinner time...
2014-09-13 Greg Kroah-Hartmangreybus: es1: handle cport data in and out
2014-09-07 Greg Kroah-Hartmangreybus: minor whitespace cleanups to make checkpatch...
2014-09-06 Greg Kroah-Hartmangreybus: host controller additions
2014-09-01 Greg Kroah-Hartmangreybus: start parsing descriptor fields
2014-08-11 Greg Kroah-Hartmangreybus: add framework for 'struct gbuf'