cascardo/linux.git
2014-11-21 Alex Eldergreybus: drop a now-empty structure
2014-11-20 Greg Kroah... greybus: add -Wall to the build flags
2014-11-20 Greg Kroah... greybus: pwm-gb.c: fix up missing { } for else
2014-11-20 Greg Kroah... greybus: uart-gb: fix up typo from previous patch movin...
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-20 Alex Eldergreybus: get rid of uart request_operation()
2014-11-20 Greg Kroah... greybus: uart-gb: handle throttle/unthrottle properly
2014-11-20 Alex Eldergreybus: fix vibrator request_operation()
2014-11-20 Alex Eldergreybus: fix uart request_operation()
2014-11-20 Alex Eldergreybus: fix battery_operation()
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-19 Alex Eldergreybus: tidy up svc_in_callback() and cport_in_callback()
2014-11-19 Alex Eldergreybus: explicitly mark cookies as opaque
2014-11-19 Viresh Kumargreybus: ap: function_id is already set by svc_msg_alloc()
2014-11-19 Viresh Kumargreybus: Pass '*ptr' to sizeof() wherever possible
2014-11-19 Viresh Kumargreybus: ap: keep all svc function routines together
2014-11-19 Viresh Kumargreybus: ap: remove extra parameter to convert_ap_message()
2014-11-19 Greg Kroah... greybus: vibrator-gb.c: fix up incorrect comment
2014-11-18 Greg Kroah... greybus: 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: stash hd as context for all URBs
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: improve data buffer alignment
2014-11-18 Alex Eldergreybus: prepend cport byte for all gbufs
2014-11-18 Alex Eldergreybus: fix an allocation flag bug
2014-11-18 Greg Kroah... greybus: vibrator-gb: fix up api changes
2014-11-18 Greg Kroah... greybus: Merge branch 'master' into vibrator-gb
2014-11-18 Alex Eldergreybus: kill off the last of gbuf.c
2014-11-18 Alex Eldergreybus: kill the gbuf slab cache
2014-11-18 Alex Eldergreybus: embed gbufs into operation message structure
2014-11-18 Alex Eldergreybus: use null gbuf->transfer_buffer
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-18 Alex Eldergreybus: move the definition of struct gbuf
2014-11-18 Alex Eldergreybus: kill gbuf->kref
2014-11-18 Alex Eldergreybus: kill greybus_{get,put}_gbuf()
2014-11-18 Greg Kroah... greybus: vibrator-gb: proper allocate minor numbers
2014-11-18 Greg Kroah... greybus: vibrator-gb: fixes based on Marti's review...
2014-11-18 Greg Kroah... greybus: vibrator-gb: add vibrator driver
2014-11-17 Greg Kroah... greybus: greybus_manifest.h: update with full list...
2014-11-17 Greg Kroah... greybus: uart: handle NULL size requests in request_ope...
2014-11-17 Alex Eldergreybus: get rid of cport_id_map_lock
2014-11-17 Alex Eldergreybus: use a simple list of hd connections
2014-11-17 Alex Eldergreybus: record the host device in a gbuf
2014-11-17 Alex Eldergreybus: use gbuf's destination cport id
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: delete some lines in "greybus.h"
2014-11-17 Alex Eldergreybus: move operation timeout teardown
2014-11-16 Greg Kroah... greybus: Greybus UART connection driver
2014-11-15 Greg Kroah... greybus: skeleton for future uevents.
2014-11-14 Greg Kroah... greybus: Revert "manifest: remove extra loop for findin...
2014-11-14 Greg Kroah... greybus: Revert "manifest: improve print message"
2014-11-14 Viresh Kumargreybus: interface: move gb_module_interface_init(...
2014-11-14 Viresh Kumargreybus: module: move module specific code to module.c
2014-11-14 Viresh Kumargreybus: module: move gb_module_find() to a more logica...
2014-11-14 Viresh Kumargreybus: core: re-use gb_module_find() in gb_remove_mod...
2014-11-14 Viresh Kumargreybus: connection: fix duplicating naming in _gb_hd_c...
2014-11-14 Viresh Kumargreybus: manifest: make sure manifest_descs list is...
2014-11-14 Viresh Kumargreybus: connection: try cancelling operations only...
2014-11-14 Viresh Kumargreybus: nullify dangling pointers
2014-11-14 Viresh Kumargreybus: operation: free resources in the reverse order...
2014-11-14 Viresh Kumargreybus: core: use 'drv' instead of dev->driver
2014-11-14 Viresh Kumargreybus: core: remove unnecessary braces
2014-11-14 Viresh Kumargreybus: manifest: improve print message
2014-11-14 Viresh Kumargreybus: manifest: remove extra loop for finding module...
2014-11-14 Viresh Kumargreybus: connection: free resources properly on failures
2014-11-14 Viresh Kumargreybus: interface: free resources properly on failures
2014-11-14 Viresh Kumargreybus: module: free resources properly on failures
2014-11-14 Viresh Kumargreybus: sysfs: generalize gb_module_attr() to capture...
2014-11-14 Viresh Kumargreybus: debug: mark debug messages with pr_debug(...
2014-11-14 Viresh Kumargreybus: don't set ->dev.driver to NULL when it is...
2014-11-14 Viresh Kumargreybus: Fix missing gb_protocol_exit() on gb_exit()
2014-11-14 Viresh Kumargreybus: manifest: don't free unallocated resources
2014-11-14 Viresh Kumargreybus: manifest: initialize variable during definition
2014-11-14 Viresh Kumargreybus: manifest: no need to initialize 'result'
2014-11-14 Viresh Kumargreybus: gitignore: few more additions
2014-11-14 Matt Portergreybus: remove unused gb_connection_handler externs
2014-11-14 Alex Eldergreybus: pass operation type on request receive
2014-11-14 Alex Eldergreybus: op_cycle doesn't need to be atomic
next