greybus: operation: fix broken activation logic
[cascardo/linux.git] / drivers / staging / greybus / operation.c
2016-05-18 Johan Hovoldgreybus: operation: fix broken activation logic
2016-05-17 Eli Senneshgreybus: operation: rate-limit dev_err printing on...
2016-05-13 Johan Hovoldgreybus: connection: add offloaded connection flag
2016-05-09 David Lingreybus: operation: fix an inconsistent indent
2016-04-29 Johan Hovoldgreybus: operation: fix definition of the invalid type
2016-04-29 Johan Hovoldgreybus: operation: add helper functions for unidirecti...
2016-04-29 Johan Hovoldgreybus: operation: add support for initiating unidirec...
2016-04-29 Johan Hovoldgreybus: operation: update gb_operation_request_send...
2016-04-29 Johan Hovoldgreybus: fix outdated kernel-doc comment
2016-02-26 Johan Hovoldgreybus: operation: add support for short responses
2016-02-26 Johan Hovoldgreybus: operation: add temporary pointer to response...
2016-02-12 Johan Hovoldgreybus: core: add device prefix to error messages
2016-01-19 Johan Hovoldgreybus: connection: add unidirectional enabled state
2016-01-19 Johan Hovoldgreybus: connection: add per-connection request handlers
2015-12-05 Viresh Kumargreybus: don't use %h and %hh for printing short and...
2015-11-25 Johan Hovoldgreybus: operation: handle static connections
2015-11-05 Johan Hovoldgreybus: hd: rename host-device structure
2015-10-15 Greg Kroah-Hartmangreybus: operation: use the bundle struct device instea...
2015-10-14 Johan Hovoldgreybus: operation: clean up error messages
2015-10-14 Johan Hovoldgreybus: operation: drop OOM-response FIXME
2015-09-29 Johan Hovoldgreybus: operation: remove gb_operation_destroy
2015-09-18 Bryan O'Donoghuegreybus: operation, core: hook tracepoints into message...
2015-08-18 Viresh Kumargreybus: operation: Fix wrong order of arguments
2015-08-14 Viresh Kumargreybus: operation: print message type on errors
2015-07-23 Johan Hovoldgreybus: operation: add completion work queue
2015-07-23 Johan Hovoldgreybus: operation: use per-connection work queues
2015-07-22 Johan Hovoldgreybus: operation: clean up greybus_message_sent
2015-07-22 Johan Hovoldgreybus: operation: fix operation ordering
2015-07-20 Johan Hovoldgreybus: operation: fix atomic message submission
2015-07-20 Johan Hovoldgreybus: operation: fix atomic response allocation
2015-07-15 Johan Hovoldgreybus: operation: add gb_operation_sync_timeout helper
2015-07-15 Johan Hovoldgreybus: operation: allow drivers to define custom...
2015-07-15 Johan Hovoldgreybus: operation: split incoming and outgoing cancell...
2015-07-15 Johan Hovoldgreybus: operation: fix response-cancellation race
2015-07-15 Johan Hovoldgreybus: operation: fix operation look-up race
2015-07-15 Johan Hovoldgreybus: operation: fix connection tear down
2015-07-15 Johan Hovoldgreybus: operation: suppress response submission on...
2015-07-15 Johan Hovoldgreybus: operation: clean up operation work function
2015-07-15 Johan Hovoldgreybus: operation: complete operations on cancellation
2015-07-15 Johan Hovoldgreybus: operation: make cancellation synchronous
2015-07-15 Johan Hovoldgreybus: operation: add active counter
2015-07-15 Johan Hovoldgreybus: operation: clean up create-incoming error...
2015-07-15 Johan Hovoldgreybus: operation: fix another cancellation use-after...
2015-07-13 Johan Hovoldgreybus: operation: fix incoming-response corruption
2015-07-13 Johan Hovoldgreybus: operation: fix outgoing-response corruption
2015-07-13 Johan Hovoldgreybus: operation: fix use-after-free in response...
2015-07-13 Johan Hovoldgreybus: operation: fix operation-destroy race
2015-07-01 Johan Hovoldgreybus: operation: fix cancellation of responses
2015-07-01 Johan Hovoldgreybus: operation: allocate response before setting...
2015-07-01 Johan Hovoldgreybus: operation: drop redundant oom message
2015-07-01 Johan Hovoldgreybus: operation: add unidirectional-operation flag
2015-07-01 Johan Hovoldgreybus: operation: add incoming-operation flag
2015-07-01 Johan Hovoldgreybus: operation: fix cancellation use-after-free
2015-07-01 Johan Hovoldgreybus: operation: make response helper static
2015-07-01 Johan Hovoldgreybus: operation: allow atomic request submissions
2015-07-01 Johan Hovoldgreybus: operation: allow atomic operation allocations
2015-07-01 Johan Hovoldgreybus: operation/esx: fix message-cancellation lifeti...
2015-06-10 Alex Eldergreybus: endo: define endo_init() and endo_exit()
2015-06-10 Alex Eldergreybus: tag core init and exit functions
2015-06-04 Viresh Kumargreybus: operation: Remove unused variable 'buffer'
2015-05-28 Greg Kroah-Hartmangreybus: Merge branch 'master' of github.com:gregkh...
2015-05-26 Johan Hovoldgreybus: operation: add support for incoming unidirecti...
2015-05-26 Greg Kroah-Hartmangreybus: Merge branch 'master' of github.com:gregkh...
2015-05-21 Johan Hovoldgreybus: operation: add helper to retrieve max payload...
2015-05-21 Johan Hovoldgreybus: fix host-device buffer constraints
2015-05-07 Alex Eldergreybus: eliminate extra response flag definitions
2015-04-07 Johan Hovoldgreybus: drop host-driver buffer headroom
2015-04-07 Johan Hovoldgreybus: operation: fix potential message corruption
2015-04-07 Johan Hovoldgreybus: pass messages to host drivers
2015-04-07 Johan Hovoldgreybus: operation: move message-header definition...
2015-04-07 Johan Hovoldgreybus: operation: fix unaligned memory accesses in...
2015-03-30 Johan Hovoldgreybus: operation: refactor response handling
2015-03-30 Johan Hovoldgreybus: operation: make incomplete-message errors...
2015-03-30 Johan Hovoldgreybus: operation: replace pr_err with dev_err
2015-03-30 Johan Hovoldgreybus: operation: fix incoming request payload size
2015-03-30 Johan Hovoldgreybus: operation: fix null-deref on operation destroy
2015-03-30 Johan Hovoldgreybus: operation: fix null-deref on operation cancel
2015-03-30 Johan Hovoldgreybus: operation: fix use-after-free and infinite...
2015-03-30 Johan Hovoldgreybus: operation: fix memory leak in request_send...
2015-03-30 Johan Hovoldgreybus: operation: fix use-after-free when sending...
2015-03-30 Johan Hovoldgreybus: operation: fix callback handling and documentation
2015-03-30 Johan Hovoldgreybus: operation: fix typo in comment
2015-03-30 Johan Hovoldgreybus: operation: fix missing symbol exports
2015-03-27 Alex Eldergreybus: clean up some small messes
2015-03-19 Johan Hovoldgreybus: operation: remove unnecessary cast
2015-03-19 Johan Hovoldgreybus: operation: use dev_err in gb_operation_sync
2015-03-19 Johan Hovoldgreybus: connection: replace custom error function...
2015-03-19 Viresh Kumargreybus: operation: Fix comment mistake
2015-03-19 Viresh Kumargreybus: operation: s/status/result to match field...
2015-03-02 Johan Hovoldgreybus: operation: fix locking issues
2015-02-04 Matt Portergreybus: operation: add missing gb_operation_response_s...
2015-01-16 Perry Hunggreybus: gb_operation: drop operation refcount on cancel
2015-01-16 Perry Hunggreybus: gb_operation: replace timeout workqueue
2015-01-16 Bill Pembertongreybus: Add FIXME warnings for possible NULL dereferences
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-12 Alex Eldergreybus: add Linaro copyrights
2014-12-12 Alex Eldergreybus: switch cport id used for sends
2014-12-10 Alex Eldergreybus: define GB_OP_NONEXISTENT
2014-12-03 Alex Eldergreybus: record type in operation structure
next