platform/kernel/linux-rpi.git
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
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-14 Alex Eldergreybus: don't assume PAGE_SIZE for URB size
2014-11-14 Matt Portergreybus: add pwm protocol driver
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-06 Alex Eldergreybus: kill old cport handler code
2014-11-06 Alex Eldergreybus: kill test_sink.c
2014-11-05 Alex Eldergreybus: add an incoming request receive method
next